ping: Re: is undefined

2005-10-12 Thread Baurzhan Ismagulov
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

Re: is undefined

2005-10-06 Thread James Cloos
> "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

Re: is undefined

2005-10-06 Thread James Cloos
> "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

Re: is undefined

2005-10-05 Thread Kenichi Handa
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

Re: is undefined

2005-10-05 Thread Baurzhan Ismagulov
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

Re: is undefined

2005-10-05 Thread Stefan Monnier
> 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

Re: is undefined

2005-10-05 Thread James Cloos
> "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

Re: is undefined

2005-10-05 Thread Kenichi Handa
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

is undefined

2005-10-01 Thread Baurzhan Ismagulov
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