all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* TUTORIAL.cn File Bug
@ 2006-02-23  7:54 Herbert Euler
  2006-02-24 23:29 ` Juri Linkov
  2006-02-24 23:34 ` Thien-Thi Nguyen
  0 siblings, 2 replies; 4+ messages in thread
From: Herbert Euler @ 2006-02-23  7:54 UTC (permalink / raw)


[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/

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

end of thread, other threads:[~2006-02-26  6:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-23  7:54 TUTORIAL.cn File Bug Herbert Euler
2006-02-24 23:29 ` Juri Linkov
2006-02-26  6:17   ` Miles Bader
2006-02-24 23:34 ` Thien-Thi Nguyen

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.