From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: trentbuck@gmail.com (Trent W. Buck) Newsgroups: gmane.emacs.devel Subject: Re: Help! Date: Wed, 12 Feb 2014 09:53:51 +1100 Message-ID: <87a9dxfegw.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392159312 12183 80.91.229.3 (11 Feb 2014 22:55:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2014 22:55:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 11 23:55:19 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WDMEY-0003TC-8x for ged-emacs-devel@m.gmane.org; Tue, 11 Feb 2014 23:55:18 +0100 Original-Received: from localhost ([::1]:36379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDMEX-0006y6-Tl for ged-emacs-devel@m.gmane.org; Tue, 11 Feb 2014 17:55:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDMEQ-0006wd-MC for emacs-devel@gnu.org; Tue, 11 Feb 2014 17:55:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDMEL-0006Sq-Bj for emacs-devel@gnu.org; Tue, 11 Feb 2014 17:55:10 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDMEL-0006QY-52 for emacs-devel@gnu.org; Tue, 11 Feb 2014 17:55:05 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WDMEK-0003Qq-5T for emacs-devel@gnu.org; Tue, 11 Feb 2014 23:55:04 +0100 Original-Received: from 203.7.155.71 ([203.7.155.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Feb 2014 23:55:04 +0100 Original-Received: from trentbuck by 203.7.155.71 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Feb 2014 23:55:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 203.7.155.71 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169534 Archived-At: Kang Zheng writes: > On Tue, Feb 11, 2014 at 11:18 AM, DongJazz wrote: >> When I learn GNU Emacs, I found it hasn't simple chinese tutorial! > > No, it does have simple chinese tutorial in somewhere like this > /path/to/emacs/24.3/etc/tutorials/TUTORIAL.cn Further, an appropriate locale will make it the default. This loads simplified Chinese: LANG=zh_CN.UTF-8 emacs -f help-with-tutorial This loads traditional Chinese: LANG=zh_TW.UTF-8 emacs -f help-with-tutorial