On Fri, Mar 20, 2009 at 11:07 PM, Theppitak Karoonboonyanan
<t...@linux.thai.net> 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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to