From: Mike F. <mf...@su...> - 2002-12-06 17:07:05
|
Martin Horcicka <hor...@Fr...> さんは書きました: > Araki Ken (2002-12-06 22:37 +0900): > >> > I could finally fix this problem. >> > Please test an attached patch. >> > In my environment, it works as expected:) >> >> Please start mlterm as follows. >> >> $ XMODIFIERS="@im=none" mlterm > > Yes, it works! Great! Works for me with LANG=en_US.UTF-8 XMODIFIERS="@im=none" mlterm or LANG=de_US.UTF-8 XMODIFIERS="@im=none" mlterm but not with LANG=ja_JP.UTF-8 XMODIFIERS="@im=none" mlterm Why? It doesn't seem to make a difference whether kinput2 is running or not. The "Compose" file and the XI18N_OBJS file for en_US.UTF-8 and ja_JP.UTF-8 are identical: mfabian@magellan:/usr/X11R6/lib/X11/locale$ diff en_US.UTF-8/Compose ja_JP.UTF-8/Compose mfabian@magellan:/usr/X11R6/lib/X11/locale$ diff en_US.UTF-8/XI18N_OBJS ja_JP.UTF-8/XI18N_OBJS mfabian@magellan:/usr/X11R6/lib/X11/locale$ de_DE.UTF-8 uses the same "Compose" file, because there is no /usr/X11R6/lib/X11/locale/de_DE.UTF-8 sub-directory and de_DE.UTF-8 is just using the en_US.UTF-8 sub-directory: mfabian@magellan:/usr/X11R6/lib/X11/locale$ grep -i de_DE.UTF-8 locale.dir en_US.UTF-8/XLC_LOCALE de_DE.UTF-8 en_US.UTF-8/XLC_LOCALE: de_DE.UTF-8 You have new mail in /var/spool/mail/mfabian mfabian@magellan:/usr/X11R6/lib/X11/locale$ grep -i de_DE.UTF-8 locale.alias mfabian@magellan:/usr/X11R6/lib/X11/locale$ Shouldn't this work for ja_JP.UTF-8 as well when I set XMODIFIERS="@im=none" and have a valid /usr/X11R6/lib/X11/locale/ja_JP.UTF-8/Compose file? -- Mike Fabian <mf...@su...> http://www.suse.de/~mfabian 睡眠不足はいい仕事の敵だ。 |