mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
(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.
This commit is contained in:
parent
4eba152358
commit
8b7be11f41
@ -51,7 +51,8 @@
|
||||
(setq sendmail-coding-system nil
|
||||
rmail-file-coding-system 'chinese-iso-7bit)
|
||||
|
||||
(setq default-input-method "chinese-py-punct"))
|
||||
(setq default-input-method "chinese-py-punct")
|
||||
(setq-default default-input-method "chinese-py-punct"))
|
||||
|
||||
;;;###autoload
|
||||
(defun setup-chinese-big5-environment ()
|
||||
@ -79,7 +80,8 @@
|
||||
(setq sendmail-coding-system nil
|
||||
rmail-file-coding-system 'chienese-iso-7bit)
|
||||
|
||||
(setq default-input-method "chinese-py-punct-b5"))
|
||||
(setq default-input-method "chinese-py-punct-b5")
|
||||
(setq-default default-input-method "chinese-py-punct-b5"))
|
||||
|
||||
;;;###autoload
|
||||
(defun setup-chinese-cns-environment ()
|
||||
@ -106,7 +108,8 @@
|
||||
(setq sendmail-coding-system nil
|
||||
rmail-file-coding-system 'chinese-iso-7bit)
|
||||
|
||||
(setq default-input-method "quail-quick-cns"))
|
||||
(setq default-input-method "chinese-quick-cns")
|
||||
(setq-default default-input-method "chinese-quick-cns"))
|
||||
|
||||
;; Hz/ZW encoding stuffs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user