Hello Kenichi,
On Wed, Oct 05, 2005 at 09:53:48PM +0900, Kenichi Handa wrote:
> But, for instance, for XK_Cyrillic_GHE_bar, I don't know the
> corresponding Unicode character code. If you give me a list
> of keysym_codes and the corresponding Unicode character
> code, I'll add it in x-win.el.
I
> "JimC" == James Cloos <[EMAIL PROTECTED]> writes:
JimC> Perhaps the symbol could
JimC> be a synonym for the keycode 0x1XX, for all XX?
[SIGH] Seems X already has as a synonym for 0x100,
and probably for 0x10X, etc
-JimC
> "Kenichi" == Kenichi Handa <[EMAIL PROTECTED]> writes:
Kenichi> Thank you for the info, but, oops, it doesn't have these
Kenichi> lines (they exist in my debian): ...
Kenichi> What's going on here?
The diff between revisions 1.2 and 1.3 of that file as seen at:
http://cvs.freedesktop.org
In article <[EMAIL PROTECTED]>, James Cloos <[EMAIL PROTECTED]> writes:
>> "Kenichi" == Kenichi Handa <[EMAIL PROTECTED]> writes:
Kenichi> It seems that these X11 keysyms (in
Kenichi> /usr/include/X11/keysymdefs.h, perhaps newly added) are not
Kenichi> registered in x-keysym-table (in lisp
On Wed, Oct 05, 2005 at 09:53:48PM +0900, Kenichi Handa wrote:
> (puthash #x68F (decode-char 'ucs #x04EE) x-keysym-table)
Great, thanks much!
The attached should add the symbols below (gzipped so that MTAs don't
recode it). I'm not sure whether I could encode it correctly, but it
seems to save fi
> I'm seeing a similar problem with .
I've been using Multi_key with Emacs "for ever", so the part that I use at
least does work. Please give us a proper bug report.
Stefan
___
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.or
> "Kenichi" == Kenichi Handa <[EMAIL PROTECTED]> writes:
Kenichi> It seems that these X11 keysyms (in
Kenichi> /usr/include/X11/keysymdefs.h, perhaps newly added) are not
Kenichi> registered in x-keysym-table (in lisp/term/x-win.el).
For the Cyrillic, see /usr/include/X11/keysymdef.h on a cur
In article <[EMAIL PROTECTED]>, Baurzhan Ismagulov <[EMAIL PROTECTED]> writes:
> I can use emacs cvs with pt154 encoding on the Linux console. However,
> when I type some Cyrillic characters under X, emacs says, e.g.,
> " is undefined".
It seems that these X
Hello,
I can use emacs cvs with pt154 encoding on the Linux console. However,
when I type some Cyrillic characters under X, emacs says, e.g.,
" is undefined".
I see that this message comes from src/keyboard.c, however, I couldn't
figure out how the character is processed.
I want