From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alex Schroeder Newsgroups: gmane.emacs.help Subject: Re: How to input/display chinese? Date: Sun, 12 Jan 2003 11:23:48 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r8bimzt7.fsf@emacswiki.org> References: <84adi7mlmb.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042367165 8924 80.91.224.249 (12 Jan 2003 10:26:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2003 10:26:05 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18XfJa-0002Jo-00 for ; Sun, 12 Jan 2003 11:26:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18XfIu-0002oa-02 for gnu-help-gnu-emacs@m.gmane.org; Sun, 12 Jan 2003 05:25:20 -0500 Original-Newsgroups: gnu.emacs.help X-Face: ^BC$`[IcggstLPyen&dqF+b2'zyK#r.mU*'Nms}@&4zw%SJ#5!/7SMVjBS7'lb; QK)|IPU5U'o1'522W4TyzB3Ab*IBo^iw]l4|kUbdZuUDO6=Um-.4IzhNiV'B"@K#jy_(wW|Zbk[34flKY^|PrQ?$u2\fKg^]AY>wOX#H32i User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2.92 (i686-pc-linux-gnu) Cancel-Lock: sha1:VHJ1rzC5MYd+8kTK/E1W3TagKhI= Original-NNTP-Posting-Host: 217.162.236.205 Original-X-Trace: news.swissonline.ch 1042367028 217.162.236.205 (12 Jan 2003 11:23:48 +0100) Original-Lines: 30 Original-X-Complaints-To: abuse@swissonline.ch Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!fr.clara.net!heighliner.fr.clara.net!news.imp.ch!news.imp.ch!news-zh.switch.ch!news.swissonline.ch!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:108863 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5392 maddog writes: >> Can you see Chinese in other applications? >> When you type M-x view-hello-file RET > It's ok when display hello-file. Now you need to activate an input-method. Use M-x set-input-method, or C-x C-m C-\, or the menu Options/Mule (...). You must choose one of the following. Which is the recommended one for you, I do not know. Possible completions are: chinese-4corner chinese-array30 chinese-b5-quick chinese-b5-tsangchi chinese-ccdospy chinese-cns-quick chinese-cns-tsangchi chinese-ctlau chinese-ctlaub chinese-ecdict chinese-etzy chinese-punct chinese-punct-b5 chinese-py chinese-py-b5 chinese-py-punct chinese-py-punct-b5 chinese-qj chinese-qj-b5 chinese-sw chinese-tonepy chinese-tonepy-punct chinese-ziranma chinese-zozy You can start by using M-x describe-input-method or C-h I and read through the descriptions for the input methods. Alex.