;;; Emacs/Egg Configuration

;; <Egg>

(set-language-info "Japanese"    'input-method "japanese-egg-wnn")

(defvar its-hira-enable-double-n t
  "*Enable \"nn\" input for \"$B$s(B\" ")

(defvar its-hira-period "$B!#(B" ;;; ". " "$B!%(B"
  "*$B%T%j%*%I(B")

(defvar its-hira-comma  "$B!"(B" ;;; ", " "$B!$(B"
  "*$B%3%s%^(B") 

(defvar its-hira-open-bracket  "$B!V(B" ;;; "$B!N(B"
  "*[") 

(defvar its-hira-close-bracket  "$B!W(B" ;;; "$B!O(B"
  "*]") 

(defvar its-hira-horizontal  "$B!<(B" ;;; "$B!](B"
  "*-")

(set-language-info "Chinese-GB"  'input-method "chinese-gb-egg-wnn-py")
(set-language-info "Chinese-CNS" 'input-method "chinese-cns-egg-wnn-py")
(set-language-info "Korean"      'input-method "korean-egg-wnn")

(require 'egg)

;; </Egg>
