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



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;     

> What is so neat about that?

It's neat because xim at that point should not be null, period.  XOpenIM() is
doing the wrong thing.

-- Chris


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links