GNU bug report logs - #10544
emacs lisp intro bug

Previous Next

Package: emacs;

Reported by: chromaticwt zac <zac.3.14159 <at> gmail.com>

Date: Wed, 18 Jan 2012 18:43:01 UTC

Severity: normal

Fixed in version 24.0.93

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10544 in the body.
You can then email your comments to 10544 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#10544; Package emacs. (Wed, 18 Jan 2012 18:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to chromaticwt zac <zac.3.14159 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 18 Jan 2012 18:43:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: chromaticwt zac <zac.3.14159 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: emacs lisp intro bug
Date: Wed, 18 Jan 2012 11:41:11 -0700
[Message part 1 (text/plain, inline)]
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.
[Message part 2 (text/html, inline)]

Reply sent to Juanma Barranquero <lekktu <at> gmail.com>:
You have taken responsibility. (Thu, 19 Jan 2012 15:08:01 GMT) Full text and rfc822 format available.

Notification sent to chromaticwt zac <zac.3.14159 <at> gmail.com>:
bug acknowledged by developer. (Thu, 19 Jan 2012 15:08:01 GMT) Full text and rfc822 format available.

Message #10 received at 10544-done <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: chromaticwt zac <zac.3.14159 <at> gmail.com>
Cc: 10544-done <at> debbugs.gnu.org
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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 17 Feb 2012 12:24:02 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 80 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.