GNU bug report logs -
#60711
Compose fails to generate ≤ and ≥ (only those two! and only in emacs!)
Previous Next
Full log
View this message in rfc822 format
Gregory Heytings <gregory <at> heytings.org> writes:
> Compose -> KeyPress event, keysym Multi_key, with XFilterEvent True
> _ -> KeyPress event, keysym underscore, with XFilterEvent True
>> -> KeyPress event, keysym greater, with XFilterEvent True
>
> after which a KeyPress event, keysym U2265, with XFilterEvent False,
> and for which XmbLookupString returns "≥", is delivered to the client.
>
> What am I missing?
The part where XmbLookupString returns the correct character. In
addition, the input method may chose to commit a string without a key
event. This results in an XIM_COMMIT event being sent from the input
method with a string, which, in one of the worst misdesigns ever, makes
Xlib put back a fake key event onto the event queue, then stash the
string somewhere, and return it upon the next call to XmbLookupString.
What input method framework are you using, and what is Marcin using?
And, Marcin, what is the value of locale-coding-system? If you put a
breakpoint on xim_open_dpy, then type:
p XLocaleOfIM (xim)
after XOpenIM is called, what is the locale returned there? What events
do you get when you complete the composition?
This bug report was last modified 2 years and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.