diff options
author | clive <clive@FreeBSD.org> | 2000-12-16 02:14:11 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2000-12-16 02:14:11 +0000 |
commit | a46d7ec4fba09c5ed4185936f1fd304fec8b48b4 (patch) | |
tree | a81674e0ee65b0a05b9de766ddd69e30fbb3a4b7 /chinese | |
parent | 5a453a313d5b0d7e02ecfc031a2bfe40d4847d92 (diff) | |
download | FreeBSD-ports-a46d7ec4fba09c5ed4185936f1fd304fec8b48b4.zip FreeBSD-ports-a46d7ec4fba09c5ed4185936f1fd304fec8b48b4.tar.gz |
Add comments in sample dot.emacs about yes/no consistency and
font-lock and pc-selection-mode.
Yet another comment is
;; Don't ask me more about emacs customization ! You should read the
;; manual or just ask google.com.
Another message for phj@cn.FreeBSD.org, I know you read cvs-all:
Could you give me the URL which introduces how to setup a
zh_CN.EUC environment ? Including all details, I think LANG=zh_CN.EUC
isn't sufficent. Otherwise I can't test and make zh-emacs20 work under
both Simplified/Trditional environment.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/emacs20/files/dot.emacs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chinese/emacs20/files/dot.emacs b/chinese/emacs20/files/dot.emacs index 2fb65f5..43589f9 100644 --- a/chinese/emacs20/files/dot.emacs +++ b/chinese/emacs20/files/dot.emacs @@ -7,3 +7,16 @@ (modify-coding-system-alist 'process "*" 'chinese-big5) ;; Do not conflicts with xcin hook (global-set-key (kbd "M-SPC") 'set-mark-command) +;; --------------------------------------------------------------------------- +;; to get emacs a bit more consistent, replace all yes or no questions with +;; simple y or n. +;; --------------------------------------------------------------------------- +;;(fset 'yes-or-no-p 'y-or-n-p) +;; --Use Windoze style selection +;;(custom-set-variables +;; '(pc-selection-mode t nil (pc-select))) +;; To make sure you get as much highlighting as possible +;; (global-font-lock-mode t) +;; (setq-default font-lock-maximum-decoration t) +;; Don't ask me more about emacs customization ! You should read the +;; manual or just ask google.com. |