From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert Euler" Newsgroups: gmane.emacs.bugs Subject: [Was: Splash Screen Missing Items] TUTORIAL.cn File Bug Date: Thu, 23 Feb 2006 13:12:58 +0800 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: sea.gmane.org 1140806274 32348 80.91.229.2 (24 Feb 2006 18:37:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2006 18:37:54 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 24 19:37:51 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FChoy-0004c7-6r for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Feb 2006 19:37:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FChox-0001FX-LX for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Feb 2006 13:37:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCAFF-0004Gt-MI for bug-gnu-emacs@gnu.org; Thu, 23 Feb 2006 01:46:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FC9S0-0005IF-Vc for bug-gnu-emacs@gnu.org; Thu, 23 Feb 2006 00:56:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FC8mm-0007xy-2n for bug-gnu-emacs@gnu.org; Thu, 23 Feb 2006 00:13:06 -0500 Original-Received: from [64.4.26.39] (helo=hotmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FC8tP-0000nc-PN for bug-gnu-emacs@gnu.org; Thu, 23 Feb 2006 00:19:55 -0500 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Feb 2006 21:13:02 -0800 Original-Received: from 64.4.26.200 by by112fd.bay112.hotmail.msn.com with HTTP; Thu, 23 Feb 2006 05:12:58 GMT X-Originating-IP: [202.43.217.195] X-Originating-Email: [herberteuler@hotmail.com] X-Sender: herberteuler@hotmail.com Original-To: bug-gnu-emacs@gnu.org X-OriginalArrivalTime: 23 Feb 2006 05:13:02.0674 (UTC) FILETIME=[D2269B20:01C63837] X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14870 Archived-At: Hello, 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 _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/