X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fegg.git;a=blobdiff_plain;f=leim-list-egg.el;h=ed5a5d7e155e05f0a5624a950fb7a5962cfdf05f;hp=d360439d47a8f3ffd3d40fd65b03947b3fc6dc05;hb=4f60a801e4c8a70a1eb7299c4fdd6f8c75f8528f;hpb=051cd863eb34b98b099d4c8ccfd4327b4de9564c diff --git a/leim-list-egg.el b/leim-list-egg.el index d360439..ed5a5d7 100644 --- a/leim-list-egg.el +++ b/leim-list-egg.el @@ -1,4 +1,39 @@ ;;; 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 - "egg-ja" "Japanese" 'egg-mode - "A$(B$"(B" "Romaji -> Hiragana -> Kanji&Kana") + "japanese-egg-wnn" "Japanese" 'egg-activate-wnn + "A$B$"(B" "Romaji -> Hiragana -> Kanji&Kana") + +(register-input-method + "japanese-egg-sj3" "Japanese" 'egg-activate-sj3 + "A$B$"(B" "Romaji -> Hiragana -> Kanji&Kana") + +(register-input-method + "chinese-gb-egg-wnn-py" "Chinese-GB" 'egg-activate-wnn + 'egg-mode-line-title "Pinyin -> Simplified Hanzi" + 'its-select-pinyin-cn "Chinese-GB") + +(register-input-method + "chinese-gb-egg-wnn-zy" "Chinese-GB" 'egg-activate-wnn + 'egg-mode-line-title "Zhunyin -> Simplified Hanzi" + 'its-select-zhuyin-cn "Chinese-GB") + +(register-input-method + "chinese-cns-egg-wnn-py" "Chinese-CNS" 'egg-activate-wnn + 'egg-mode-line-title "Pinyin -> Traditional Hanzi" + 'its-select-pinyin-tw "Chinese-CNS") + +(register-input-method + "chinese-cns-egg-wnn-zy" "Chinese-CNS" 'egg-activate-wnn + 'egg-mode-line-title "Zhunyin -> Traditional Hanzi" + 'its-select-zhuyin-tw "Chinese-CNS") + +(register-input-method + "korean-egg-wnn" "Korean" 'egg-activate-wnn + 'egg-mode-line-title "Hangul -> Hanja" + 'its-select-hangul "Korean") + +(autoload 'egg-mode "egg" "Toggle EGG mode." t)