all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Herbert Euler" <herberteuler@hotmail.com>
Subject: TUTORIAL.cn File Bug
Date: Thu, 23 Feb 2006 15:54:10 +0800	[thread overview]
Message-ID: <BAY112-F1773347A6A60099C5FC897DAF20@phx.gbl> (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 &#24555;&#36895;&#25351;&#21335;" 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/

             reply	other threads:[~2006-02-23  7:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-23  7:54 Herbert Euler [this message]
2006-02-24 23:29 ` TUTORIAL.cn File Bug Juri Linkov
2006-02-26  6:17   ` Miles Bader
2006-02-24 23:34 ` Thien-Thi Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY112-F1773347A6A60099C5FC897DAF20@phx.gbl \
    --to=herberteuler@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.