From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: TUTORIAL.cn File Bug Date: Sat, 25 Feb 2006 01:29:46 +0200 Organization: JURTA Message-ID: <878xs02sml.fsf@jurta.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140856366 10995 80.91.229.2 (25 Feb 2006 08:32:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 08:32:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 09:32:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FCur5-0006IP-NC for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 09:32:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCur7-0004BH-0h for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 03:32:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCnOT-0005L7-B5 for emacs-devel@gnu.org; Fri, 24 Feb 2006 19:34:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCnOM-0005JK-KU for emacs-devel@gnu.org; Fri, 24 Feb 2006 19:34:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCnOJ-0005IW-K4 for emacs-devel@gnu.org; Fri, 24 Feb 2006 19:34:32 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FCnOX-0001lg-2e for emacs-devel@gnu.org; Fri, 24 Feb 2006 19:34:45 -0500 Original-Received: from mail.neti.ee (80-235-39-147-dsl.mus.estpak.ee [80.235.39.147]) by Relayhost1.neti.ee (Postfix) with ESMTP id 2BF4C2FA8; Sat, 25 Feb 2006 02:34:29 +0200 (EET) Original-To: "Herbert Euler" In-Reply-To: (Herbert Euler's message of "Thu, 23 Feb 2006 15:54:10 +0800") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50942 Archived-At: > Yesterday I checked out the Emacs Unicode 2 source. > After bootstrapping, I found nothing follows the line > "Important Help menu items: " in fancy splash screen. > > I've checked the source code and found why. Sun Yijiang > has edited the file etc/TUTORIAL.cn, but deleted the dot > "." after "Emacs 快速指南" incorrectly. > This causes the > lambda function in variable 'fancy-splash-text' complains > about the failure of searching for a dot: Using this dot in the first line is too error-prone for languages where this is grammatically incorrect. I think a better place to set the tutorial title is language-info-alist or maybe even a special variable in the Local Variables section of every TUTORIAL file. -- Juri Linkov http://www.jurta.org/emacs/