all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#10544: emacs lisp intro bug
@ 2012-01-18 18:41 chromaticwt zac
  2012-01-19 15:05 ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: chromaticwt zac @ 2012-01-18 18:41 UTC (permalink / raw)
  To: 10544

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 426 bytes --]

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

* bug#10544: emacs lisp intro bug
  2012-01-18 18:41 bug#10544: emacs lisp intro bug chromaticwt zac
@ 2012-01-19 15:05 ` Juanma Barranquero
  0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2012-01-19 15:05 UTC (permalink / raw)
  To: chromaticwt zac; +Cc: 10544-done

Version: 24.0.93

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

Fixed, thanks.





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

end of thread, other threads:[~2012-01-19 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 18:41 bug#10544: emacs lisp intro bug chromaticwt zac
2012-01-19 15:05 ` Juanma Barranquero

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.