all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#322: marked as done (off-by-one in doc/misc/cl.texi)
Date: Thu, 29 May 2008 20:10:07 -0700	[thread overview]
Message-ID: <handler.322.D322.12121165614174.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 433125f80805270228q47864a16w9715d4c34078407@mail.gmail.com

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


Your message dated Thu, 29 May 2008 23:02:35 -0400
with message-id <jwvwslc7avo.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#322: off-by-one in doc/misc/cl.texi
has caused the Emacs bug report #322,
regarding off-by-one in doc/misc/cl.texi
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
322: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=322
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3287 bytes --]

From: "Felix -" <felix.1@canids.net>
To: bug-gnu-emacs@gnu.org
Subject: off-by-one in doc/misc/cl.texi
Date: Tue, 27 May 2008 02:28:51 -0700
Message-ID: <433125f80805270228q47864a16w9715d4c34078407@mail.gmail.com>

node "Iteration Clauses" says

@example
(loop repeat n do ...)
(loop for temp to n do ...)
@end example
@noindent
are identical except that the second one forces you to choose
a name for a variable you aren't actually going to use.

except they aren't identical.
the repeat loop runs n times, the for loop runs n+1 times.




[-- Attachment #3: Type: message/rfc822, Size: 1424 bytes --]

From: Stefan Monnier <monnier@iro.umontreal.ca>
To: 322-done@emacsbugs.donarmstrong.com
Subject: Re: bug#322: off-by-one in doc/misc/cl.texi
Date: Thu, 29 May 2008 23:02:35 -0400
Message-ID: <jwvwslc7avo.fsf-monnier+emacsbugreports@gnu.org>

> except they aren't identical.
> the repeat loop runs n times, the for loop runs n+1 times.

Thanks, I've fixed the examples to be identical,


        Stefan


      reply	other threads:[~2008-05-30  3:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jwvwslc7avo.fsf-monnier+emacsbugreports@gnu.org>
2008-05-27  9:28 ` bug#322: off-by-one in doc/misc/cl.texi Felix -
2008-05-30  3:10   ` Emacs bug Tracking System [this message]

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=handler.322.D322.12121165614174.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=monnier@iro.umontreal.ca \
    /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.