unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* [Was: Splash Screen Missing Items] TUTORIAL.cn File Bug
@ 2006-02-23  5:12 Herbert Euler
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Euler @ 2006-02-23  5:12 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Was: Splash Screen Missing Items] TUTORIAL.cn File Bug
       [not found] <mailman.75.1140683174.2853.bug-gnu-emacs@gnu.org>
@ 2006-02-23 13:32 ` Thien-Thi Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2006-02-23 13:32 UTC (permalink / raw)


"Herbert Euler" <herberteuler@hotmail.com> writes:

> I've checked the source code and found why.  Sun Yijiang
> has edited the file etc/TUTORIAL.cn, but deleted the dot
> "." after "Emacs &#24555;&#36895;&#25351;&#21335;" incorrectly.

thanks for finding this.  fix installed.

thi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-23 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.75.1140683174.2853.bug-gnu-emacs@gnu.org>
2006-02-23 13:32 ` [Was: Splash Screen Missing Items] TUTORIAL.cn File Bug Thien-Thi Nguyen
2006-02-23  5:12 Herbert Euler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).