Comment #31 on issue 526 by [email protected]: Dead keys (^`~ etc) don't work in XIM programs
http://code.google.com/p/ibus/issues/detail?id=526
That's what I'm concerned of. Maybe it should be processed by the X server some way, before it gets to the final application.
Test case 1: $ XMODIFIERS='' emacs & Now press Ctrl-h, k (describe key) Now press <dead-acute>. Emacs still does nothing. Finally, press "a". Emacs responds: "รก runs the command self-insert-command, which is (...)" Test case 2: $ XMODIFIERS='@im=ibus' emacs & Now press Ctrl-h, k Now press <dead-acute>. Emacs responds immediately: "<dead-acute> is undefined" -- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
