From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert Euler" Newsgroups: gmane.emacs.devel Subject: TUTORIAL.cn File Bug Date: Thu, 23 Feb 2006 15:54:10 +0800 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: sea.gmane.org 1140822984 29797 80.91.229.2 (24 Feb 2006 23:16:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2006 23:16:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 00:16:19 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 1FCmAJ-0002Q8-G6 for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 00:16:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCmAJ-0002gI-MU for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2006 18:15:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCPxU-0006Yl-5Q for emacs-devel@gnu.org; Thu, 23 Feb 2006 18:33:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCPxR-0006V8-F3 for emacs-devel@gnu.org; Thu, 23 Feb 2006 18:33:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCBIi-00046H-Lj for emacs-devel@gnu.org; Thu, 23 Feb 2006 02:54:13 -0500 Original-Received: from [64.4.26.27] (helo=hotmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FCBPN-0002qt-Rx for emacs-devel@gnu.org; Thu, 23 Feb 2006 03:01:06 -0500 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Feb 2006 23:54:11 -0800 Original-Received: from 64.4.26.200 by by112fd.bay112.hotmail.msn.com with HTTP; Thu, 23 Feb 2006 07:54:10 GMT X-Originating-IP: [202.43.217.195] X-Originating-Email: [herberteuler@hotmail.com] X-Sender: herberteuler@hotmail.com Original-To: emacs-devel@gnu.org X-OriginalArrivalTime: 23 Feb 2006 07:54:11.0612 (UTC) FILETIME=[554975C0:01C6384E] 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:50908 Archived-At: [I'd sent this mail to bug-gnu-emacs@gnu.org, but didn't get response. I'm not sure whether I'm inside that list. ] Hello, 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: [in 'fancy-splash-text'] (lambda () (let* ((en "TUTORIAL") (tut (or (get-language-info current-language-environment 'tutorial) en)) (title (with-temp-buffer (insert-file-contents (expand-file-name tut data-directory) nil 0 256) (search-forward ".") (buffer-substring (point-min) (1- (point)))))) After adding a dot, the splash screen is displayed correctly. Regards, Guanpeng Xu _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/