all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chromaticwt zac <zac.3.14159@gmail.com>
To: 10544@debbugs.gnu.org
Subject: bug#10544: emacs lisp intro bug
Date: Wed, 18 Jan 2012 11:41:11 -0700	[thread overview]
Message-ID: <CAEVyS1TtfQ3D7KpN7+t2z7n_TRmhbBGWSKqmPgTCFh70rr4vrQ@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2012-01-18 18:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-18 18:41 chromaticwt zac [this message]
2012-01-19 15:05 ` bug#10544: emacs lisp intro bug Juanma Barranquero

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=CAEVyS1TtfQ3D7KpN7+t2z7n_TRmhbBGWSKqmPgTCFh70rr4vrQ@mail.gmail.com \
    --to=zac.3.14159@gmail.com \
    --cc=10544@debbugs.gnu.org \
    /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.