emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible change to startup.el


From: Miles Bader
Subject: Re: Possible change to startup.el
Date: Thu, 31 Mar 2005 12:20:24 +0900

On Mar 31, 2005 10:02 AM, Marcelo Toledo <address@hidden> wrote:
> > It seem better to do as I suggested earlier, and structure it more
> > as a  `title' in the actual tutorial file (that is, simply the words
> > "Emacs Tutorial" or equivalent, on a line by themselves
> 
> That's what it does.

It's not what it looks like it does.

E.g. the patch contains the following code:

!                 (with-temp-buffer
!                   (insert-file-contents tut nil 0 80)
!                   (search-forward ".")
!                   (buffer-substring (point-min) (point))))

Which seems to be searching for the end of a sentence (though this is
not a good way to do that -- it won't work with some languages), and
will in fact signal an error if there's no period in the first 80
characters.

-Miles
-- 
Do not taunt Happy Fun Ball.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]