X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=leim-list-egg.el;h=215b9a081296ea55a6411dbfbaac4aa61b89e6d6;hb=63c6f361251f5127e780b51c39e2df3e1fd98ac1;hp=3c4277a90a0178b02be1e03441efe14af4bfc818;hpb=37f2c4ab7593c6bd1df1bacd01782b6614bf4705;p=elisp%2Fegg.git diff --git a/leim-list-egg.el b/leim-list-egg.el index 3c4277a..215b9a0 100644 --- a/leim-list-egg.el +++ b/leim-list-egg.el @@ -1,15 +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 - "Aあ" "Romaji -> Hiragana -> Kanji&Kana") + "" "Romaji -> Hiragana -> Kanji&Kana" + 'its-select-hiragana) (register-input-method "japanese-egg-sj3" "Japanese" 'egg-activate-sj3 - "Aあ" "Romaji -> Hiragana -> Kanji&Kana") + "" "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 - "japanese-egg" "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)