From: MINAMI <mi...@ch...> - 2002-12-02 04:30:12
|
Hi, On Thu, 28 Nov 2002 11:13:59 +0100 (CET) Martin Horcicka <hor...@Fr...> wrote: > no, it does not make any change. I've heard something about using > XmbLookupString rather than XLookupString in relation with this problem but I > am not X programmer. rxvt had this problem in the past and now it has not - > maybe it would be helpful to compare it's older and present sources. Thanks for your suggestion. The rxvt's cahngelog says If the user didn't specify an IM then we should still try to connect with "im=none" in case a base IM service is used for items like dead keys in single char glyph locales so it seems for me that all we have to do is to create XIM and use XmbLookupString(). As XmbLookupString() requires a valid XIC to work, please check whether an mlterm which is configured with an --enable-debug option putputs "WARN: [create_xic()] XIC activated." on its startup. regards, minami |