Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ATOK messed up after XF86-4.0.2 upgrade



Christopher SEKIYA <wileyc@example.com> writes:

> On Thu, Mar 22, 2001 at 08:00:41PM +0100, Mike Fabian wrote:
> 
> >     rxvt 2.7.5
> 
> I should have specified version -- my bad, it's 2.7.3.
> 
> Context:
> 
> 	/* try with XMODIFIERS env. var. */
>     	if (xim == NULL && (p = XSetLocaleModifiers("")) != NULL && *p)
>         	xim = XOpenIM(Xdisplay, NULL, NULL, NULL);
>         
> 	/* try with no modifiers base */
> 1238:   if (xim == NULL && (p = XSetLocaleModifiers("@example.com=none")) != NULL && *p)
>         	xim = XOpenIM(Xdisplay, NULL, NULL, NULL);
>     
>     	if (xim == NULL)
>         	return;     

Actually I guessed already that you were talking about that line.
But I could find no problem there either. xim is not null for me at
that point. The XOpenIM() call in the line after
XSetLocaleModifiers("") sets xim to something != null for me.

So I see no problem.

-- 
Mike Fabian   <mfabian@example.com>


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links