[mew-int 01278] Re: UTF-8 in Emacs 21.3
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Thu Feb 20 00:24:59 JST 2003
From: Tatsuya Kinoshita <tats at example.com>
Subject: [mew-int 01276] Re: UTF-8 in Emacs 21.3
> If you want to set utf-translate-cjk to t, use the Customize
> feature instead of `setq'. Because the tables are defined by the
> `:set' function of `defcustom'.
Followings are a part of my .emacs.
(when (boundp 'utf-translate-cjk)
(setq utf-translate-cjk t)
(custom-set-variables
'(utf-translate-cjk t)))
--Kazu
More information about the Mew-int
mailing list