Comment 38 for bug 493766

Revision history for this message
In , Akira (akira-redhat-bugs) wrote :

Created attachment 339606
sample program

Well, I can confirm this on rawhide but works for me on F-10. I suppose it's because an application somehow fails to create an input-context with XCreateIC and emacs itself doesn't have a keybinding defined for Multi_Key.

Here is a simple program to see and steps to reproduce:
1. install scim and scim-anthy say.
2. build sample program
3. run it with LANG=ja_JP.UTF-8 and XMODIFIERS=@im=SCIM
4. run it with LANG=en_US.UTF-8 and XMODIFIERS=@im=SCIM

Actual Result:
3. works properly and can see the scim panel with ctrl+space and characters appears with the root-window style.
4. fail to create an input-context.