diff options
| author | Kenichi Handa | 1997-08-03 02:54:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-03 02:54:04 +0000 |
| commit | 8b7be11f41005f8e8bd0e26d63be318ad2e5fdcf (patch) | |
| tree | 909cd7c2052dcb4b162f681e90c55524c836d37e | |
| parent | 4eba152358872fb754b7218f1b7573ad6af8c7ac (diff) | |
| download | emacs-8b7be11f41005f8e8bd0e26d63be318ad2e5fdcf.tar.gz emacs-8b7be11f41005f8e8bd0e26d63be318ad2e5fdcf.zip | |
(setup-chinese-gb-environment): Set
default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise. Correct input method
name.
| -rw-r--r-- | lisp/language/china-util.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el index 383a994b638..f9df1da74ab 100644 --- a/lisp/language/china-util.el +++ b/lisp/language/china-util.el | |||
| @@ -51,7 +51,8 @@ | |||
| 51 | (setq sendmail-coding-system nil | 51 | (setq sendmail-coding-system nil |
| 52 | rmail-file-coding-system 'chinese-iso-7bit) | 52 | rmail-file-coding-system 'chinese-iso-7bit) |
| 53 | 53 | ||
| 54 | (setq default-input-method "chinese-py-punct")) | 54 | (setq default-input-method "chinese-py-punct") |
| 55 | (setq-default default-input-method "chinese-py-punct")) | ||
| 55 | 56 | ||
| 56 | ;;;###autoload | 57 | ;;;###autoload |
| 57 | (defun setup-chinese-big5-environment () | 58 | (defun setup-chinese-big5-environment () |
| @@ -79,7 +80,8 @@ | |||
| 79 | (setq sendmail-coding-system nil | 80 | (setq sendmail-coding-system nil |
| 80 | rmail-file-coding-system 'chienese-iso-7bit) | 81 | rmail-file-coding-system 'chienese-iso-7bit) |
| 81 | 82 | ||
| 82 | (setq default-input-method "chinese-py-punct-b5")) | 83 | (setq default-input-method "chinese-py-punct-b5") |
| 84 | (setq-default default-input-method "chinese-py-punct-b5")) | ||
| 83 | 85 | ||
| 84 | ;;;###autoload | 86 | ;;;###autoload |
| 85 | (defun setup-chinese-cns-environment () | 87 | (defun setup-chinese-cns-environment () |
| @@ -106,7 +108,8 @@ | |||
| 106 | (setq sendmail-coding-system nil | 108 | (setq sendmail-coding-system nil |
| 107 | rmail-file-coding-system 'chinese-iso-7bit) | 109 | rmail-file-coding-system 'chinese-iso-7bit) |
| 108 | 110 | ||
| 109 | (setq default-input-method "quail-quick-cns")) | 111 | (setq default-input-method "chinese-quick-cns") |
| 112 | (setq-default default-input-method "chinese-quick-cns")) | ||
| 110 | 113 | ||
| 111 | ;; Hz/ZW encoding stuffs | 114 | ;; Hz/ZW encoding stuffs |
| 112 | 115 | ||