X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fegg.git;a=blobdiff_plain;f=leim-list-egg.el;h=215b9a081296ea55a6411dbfbaac4aa61b89e6d6;hp=dbd2c6f2760e21df28c3277a318a44dc75d6bb4f;hb=cfd2771a57243d763ff08dfd2e78cb2ddbc3b546;hpb=66f90cdd59ec576dec7a30abf6a11a168c101b7c diff --git a/leim-list-egg.el b/leim-list-egg.el index dbd2c6f..215b9a0 100644 --- a/leim-list-egg.el +++ b/leim-list-egg.el @@ -1,6 +1,41 @@ ;;; Tamago + +(autoload 'egg-activate-wnn "egg/wnn" "Activate Wnn backend of Tamagotchy." t) +(autoload 'egg-activate-sj3 "egg/sj3" "Activate SJ3 backend of Tamagotchy." t) + +(register-input-method + "japanese-egg-wnn" "Japanese" 'egg-activate-wnn + "" "Romaji -> Hiragana -> Kanji&Kana" + 'its-select-hiragana) + +(register-input-method + "japanese-egg-sj3" "Japanese" 'egg-activate-sj3 + "" "Romaji -> Hiragana -> Kanji&Kana" + 'its-select-hiragana) + +(register-input-method + "chinese-gb-egg-wnn-py" "Chinese-GB" 'egg-activate-wnn + "" "Pinyin -> Simplified Hanzi" + 'its-select-pinyin-cn) + +(register-input-method + "chinese-gb-egg-wnn-zy" "Chinese-GB" 'egg-activate-wnn + "" "Zhunyin -> Simplified Hanzi" + 'its-select-zhuyin-cn) + +(register-input-method + "chinese-cns-egg-wnn-py" "Chinese-CNS" 'egg-activate-wnn + "" "Pinyin -> Traditional Hanzi" + 'its-select-pinyin-tw) + +(register-input-method + "chinese-cns-egg-wnn-zy" "Chinese-CNS" 'egg-activate-wnn + "" "Zhunyin -> Traditional Hanzi" + 'its-select-zhuyin-tw) + (register-input-method - "egg-ja" "Japanese" 'egg-mode - "Aあ" "Romaji -> Hiragana -> Kanji&Kana") + "korean-egg-wnn" "Korean" 'egg-activate-wnn + "" "Hangul -> Hanja" + 'its-select-hangul) (autoload 'egg-mode "egg" "Toggle EGG mode." t)