From a46d7ec4fba09c5ed4185936f1fd304fec8b48b4 Mon Sep 17 00:00:00 2001 From: clive Date: Sat, 16 Dec 2000 02:14:11 +0000 Subject: 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. --- chinese/emacs20/files/dot.emacs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'chinese') 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. -- cgit v1.1