diff options
author | clive <clive@FreeBSD.org> | 2001-05-20 07:02:56 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-05-20 07:02:56 +0000 |
commit | 6fb144a54efa0962e12c2bf2a2955563a01bda18 (patch) | |
tree | a99bb3d77e6a138710d7ed9245ca2ff8fef87ed2 | |
parent | e1309607e0ba97b3e08b4a494dbf58cf96db44c3 (diff) | |
download | FreeBSD-ports-6fb144a54efa0962e12c2bf2a2955563a01bda18.zip FreeBSD-ports-6fb144a54efa0962e12c2bf2a2955563a01bda18.tar.gz |
It's possible to use Chinese with liece IRC client.
Obtained from: #bsdchat irc log (http://www.cirx.org)
-rw-r--r-- | chinese/emacs20/files/dot.emacs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/emacs20/files/dot.emacs b/chinese/emacs20/files/dot.emacs index 3ffd776..b07c6f6 100644 --- a/chinese/emacs20/files/dot.emacs +++ b/chinese/emacs20/files/dot.emacs @@ -15,6 +15,10 @@ ;; -- Use Windows(tm) style selection ;;(custom-set-variables ;; '(pc-selection-mode t nil (pc-select))) +;; -- It's possible to use Chinese with liece IRC client +;;(custom-set-variables +;; '(liece-mime-charset-for-write (quote cn-big5)) +;; '(liece-mime-charset-for-read (quote cn-big5))) ;; To make sure you get as much highlighting as possible ;; (global-font-lock-mode t) ;; (setq-default font-lock-maximum-decoration t) |