From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Eric Abrahamsen <girzel@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: OSX terminal, system-wide Chinese input methods
Date: Fri, 21 Nov 2008 11:15:11 +0100 [thread overview]
Message-ID: <5BB35CED-3D78-4238-B285-01C7816E689E@Web.DE> (raw)
In-Reply-To: <CC0C0488-FC05-4C9B-AB89-46551863C66B@gmail.com>
Am 21.11.2008 um 05:37 schrieb Eric Abrahamsen:
> (set-language-environment 'UTF-8)
It might be better not to use this statement but have in the shell
from which you launch Carbon Emacs environment variables LANG and
LC_CTYPE which are set to some Chinese UTF-8 value, zh_TW.UTF-8,
zh_HK.UTF-8, zh_CN.UTF-8 – or can zh_CN.GB18030, zh_CN.GB2312,
zh_CN.GBK be more appropriate?
Set-language-environment has many side-effects. If you're not content
with the new setup, you can use statements like
(prefer-coding-system 'utf-8-unix)
(prefer-coding-system 'utf-8)
(prefer-coding-system 'utf-8m)
etc. to help Emacs do the right thing.
--
Greetings
Pete
Computers are good at following instructions, but not at reading your
mind.
- D. E. Knuth, The TeXbook, Addison-Wesley 1984, 1986, 1996, p. 9
next prev parent reply other threads:[~2008-11-21 10:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-21 4:37 OSX terminal, system-wide Chinese input methods Eric Abrahamsen
2008-11-21 10:15 ` Peter Dyballa [this message]
[not found] ` <mailman.929.1227262522.26697.help-gnu-emacs@gnu.org>
2008-12-03 10:10 ` 锁住子
2008-12-03 15:11 ` Peter Dyballa
[not found] ` <mailman.1838.1228317129.26697.help-gnu-emacs@gnu.org>
2008-12-03 15:55 ` poppyer
2008-12-03 18:25 ` Peter Dyballa
[not found] ` <mailman.1864.1228328775.26697.help-gnu-emacs@gnu.org>
2008-12-04 0:44 ` 锁住子
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5BB35CED-3D78-4238-B285-01C7816E689E@Web.DE \
--to=peter_dyballa@web.de \
--cc=girzel@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.