;;; 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 "korean-egg-wnn" "Korean" 'egg-activate-wnn "" "Hangul -> Hanja" 'its-select-hangul) (autoload 'egg-mode "egg" "Toggle EGG mode." t)