From: Seiichi S. <ss...@sh...> - 2004-08-27 21:22:44
|
Hi gabor, On Fri, Aug 27, 2004 at 07:23:01PM +0200, gabor wrote: > but i found that mlterm can use uim. > can he use it directly (without xim?)? Yes, mlterm (in the latest cvs) can use uim without uim-xim bridge. > i tried...and cannot turn it on :) > > uim is activated with left-windows-key + space > (Hyper + space in uim config file) > > but i cannot activate it in mlterm. You may need to recompile mlterm with '--enable-uim' For native uim support as below. $ make clean $ ./configure --enable-uim --OTHER-YOUR-FAVORITE-OPTIONS $ make # make install (as root) How to specify input method: uim with anthy engine $ mlterm --im=uim:anthy XIM with default XIM server $ mlterm --im=xim XIM with xcin on the current locale. $ mlterm --im=xim:xcin XIM with Ami on ko_KR.eucKR locale. $ mlterm --im=xim:Ami:ko_KR.eucKR Or add the following line into ~/.mlterm/main or <PREFIX>/etc/mlterm/main input_method = uim:anthy Also, you can dynamically change the input method and/or the conversion engine via external configuration tools such as mlconfig and mlterm-menu. > so: how is uim 'integrated' into mlterm? as loadable module. BTW, my TODO list for input method is: - rewrite the framework (I'm working for) - write documentations (not written yet) - iiimf support (help) Regards, -- Seiichi |