From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Chunyu Wang Newsgroups: gmane.emacs.devel Subject: Add Chinese TUTORIAL to help-with-tutorial-spec-language Date: Sat, 13 Sep 2003 13:13:50 +0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1063430039 13020 80.91.224.253 (13 Sep 2003 05:13:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2003 05:13:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Sep 13 07:13:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19y2jN-0000Ty-00 for ; Sat, 13 Sep 2003 07:13:57 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 19y2ky-0006hf-00 for ; Sat, 13 Sep 2003 07:15:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19y2j6-0004yi-EV for emacs-devel@quimby.gnus.org; Sat, 13 Sep 2003 01:13:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19y2j0-0004yH-SF for emacs-devel@gnu.org; Sat, 13 Sep 2003 01:13:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19y2iz-0004wg-4t for emacs-devel@gnu.org; Sat, 13 Sep 2003 01:13:33 -0400 Original-Received: from [211.93.34.108] (helo=db.cs.hit.edu.cn) by monty-python.gnu.org with esmtp (Exim 4.22) id 19y2ix-0004sP-DV for emacs-devel@gnu.org; Sat, 13 Sep 2003 01:13:32 -0400 Original-Received: (from spr@localhost) by db.cs.hit.edu.cn (8.11.6/8.11.6) id h8D5DoL14345; Sat, 13 Sep 2003 13:13:50 +0800 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16357 --=-=-= Tow Chinese TUTORIAL (gb2312 and big5) has been translated before several month by chliu@gnu.org. emacs/etc/TUTORIAL.cn gb2312 emacs/etc/TUTORIAL.zh big5 But help-with-tutorial-spec-language doesn't display them. So I changed the emacs/lisp/language/chinese.el to add them. --=-=-= Content-Type: text/x-patch; charset=gb2312 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Index: chinese.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/emacs/emacs/lisp/language/chinese.el,v retrieving revision 1.28 diff -u -r1.28 chinese.el --- chinese.el 1 Sep 2003 15:45:29 -0000 1.28 +++ chinese.el 13 Sep 2003 04:55:12 -0000 @@ -118,7 +118,8 @@ (input-method . "chinese-py-punct") (features china-util) (sample-text . "Chinese (=D6=D0=CE=C4,=C6=D5=CD=A8=BB=B0,=BA=BA=D3=EF) = =C4=E3=BA=C3") - (documentation . "Support for Chinese GB2312 character set.")) + (documentation . "Support for Chinese GB2312 character set.") + (tutorial . "TUTORIAL.cn")) '("Chinese")) =20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -162,7 +163,8 @@ (input-method . "chinese-py-punct-b5") (features china-util) --=-=-= Content-Type: text/x-patch; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable (sample-text . "Cantonese (=B8f=BBy,=BCs=AAF=B8=DC) =A6=AD=B1=E1, =A7A= =A6n") - (documentation . "Support for Chinese Big5 character set.")) + (documentation . "Support for Chinese Big5 character set.") + (tutorial . "TUTORIAL.zh")) '("Chinese")) =20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; --=20 Harbin Institute of Technology, China. Chunyu Wang . --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel --=-=-=--