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