[OS X Emacs] Emacs.app unicode and number pad keys problem

Adrian Robert adrian.b.robert at gmail.com
Sun Dec 16 12:56:57 EST 2007


On Dec 16, 2007 2:02 PM, xah lee <xah at xahlee.org> wrote:
> recently i gave NeXT/OpenStep Emacs another try.
>
> Here's 2 problems:
>
> (global-set-key (kbd "<kp-1>") 'func)
>
> does not seems to work. (i have many functions assigned to the number pad keys)

This is a known issue for which I haven't found a solution yet.
Basically, entering some weird numeric code instead of "<kp-1>" works,
but using the standard names does not.



> also, many unicode chars does not show up by default.
> e.g.
> http://xahlee.org/unicode.txt
> (they all show in carbon emacs and aquamacs out of the box)

As I mentioned before, this relates to a problem with mathematical /
logical symbol scripts not being recognized well.  Emacs core itself
seems to analyze these as Chinese (not sure why), but the font that
Cocoa is picking by default for this script does not have the symbol
characters.  I tried to improve this with the rc3 release and more
characters are being rendered, but I'm still not sure of the best
strategy to address this (from the lisp/international/*.el end or the
Cocoa font handling end).



More information about the MacOSX-Emacs mailing list