YamaKen
yamak****@bp*****
2004年 10月 11日 (月) 20:37:33 JST
At Mon, 11 Oct 2004 20:21:48 +0900, h0131****@ice***** wrote: > このようになりました。 > > % LANG=en_US uim-sh > uim> (create-context 0 #f 'default) > ((0 (default "*" "UTF-8" "Direct input mainly used for latin languages" () #<CLOSURE (id im arg) (let-internal (dc) ((default-context-new id im)) (begin (im-clear-mode-list dc) (default-push-back-mode dc im-list) (im-update-mode-list dc) (im-update-mode dc (- (length im-list) 1)) dc))> #<CLOSURE (dc) ()> #<CLOSURE (dc mode) (create-context (default-context-id dc) () (car (nth mode im-list)))> #<CLOSURE (dc key state) (im-commit-raw dc)> #<CLOSURE (dc key state) (im-commit-raw dc)> #<CLOSURE (dc) ()> #<CLOSURE (dc idx) ()> #<CLOSURE (dc idx) ()> #<CLOSURE (dc prop) ()>))) > % LIBUIM_VERBOSE=5 LC_ALL=en_US uim-fep 2>&1 | egrep '\bpy\b' > (define py-init-handler (lambda (id im arg) (require "PY.scm") (generic-context-new id im py-rule ()))) > (generic-register-im (quote py) "zh_CN" "GB18030" (N_ "PinYin input method") py-init-handler) うーん、この結果からするとpyが選択されているとは思えないんですが (pyが選択されると大量の変換テーブルエントリが表示されるはずなの で)、以下を実行するとどのように表示されるでしょうか。 LANG=en_US uim-fep --helpp ------------------------------- ヤマケン yamak****@bp*****