On Fri, Mar 20, 2009 at 11:07 PM, Theppitak Karoonboonyanan
<[email protected]> wrote:
> It looks like the im_name is initialized somewhere with some
> default value on absence of @im modifier.
It seems such initialization was done in xterm itself:
if (term->screen.xim == NULL
&& (p = XSetLocaleModifiers("@im=none")) != NULL
&& *p) {
term->screen.xim = XOpenIM(XtDisplay(term), NULL, NULL, NULL);
}
So, in essence, the removal works for general X apps.
--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]