emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#10544: closed (emacs lisp intro bug)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10544: closed (emacs lisp intro bug)
Date: Thu, 19 Jan 2012 15:08:01 +0000

Your message dated Thu, 19 Jan 2012 16:05:45 +0100
with message-id <address@hidden>
and subject line Re: bug#10544: emacs lisp intro bug
has caused the debbugs.gnu.org bug report #10544,
regarding emacs lisp intro bug
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10544: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10544
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: emacs lisp intro bug Date: Wed, 18 Jan 2012 11:41:11 -0700 Section 14.3 of the emacs lisp intro contains the following _expression_:

(while (and (< (point) end)
                  (re-search-forward
                   "\\(\\w\\|\\s_\\)+[^ \t\n]*[ \t\n]*" end t)
     (setq count (1+ count)))

this is the first while _expression_ listed. the "end t)" should be "end t))". it is missing a paren. this is emacs version 24.0.92.1.

--- End Message ---
--- Begin Message --- Subject: Re: bug#10544: emacs lisp intro bug Date: Thu, 19 Jan 2012 16:05:45 +0100
Version: 24.0.93

> the "end t)" should be "end t))".
> it is missing a paren.

Fixed, thanks.


--- End Message ---

reply via email to

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