From grayscale@gmail.com Tue May 27 02:29:04 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.0 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 May 2008 09:29:04 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m4R9Sw3w008083 for ; Tue, 27 May 2008 02:28:59 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0vUH-0001kS-Lt for bug-gnu-emacs@gnu.org; Tue, 27 May 2008 05:28:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0vUD-0001jV-Pr for bug-gnu-emacs@gnu.org; Tue, 27 May 2008 05:28:56 -0400 Received: from [199.232.76.173] (port=59245 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0vUD-0001jQ-Ik for bug-gnu-emacs@gnu.org; Tue, 27 May 2008 05:28:53 -0400 Received: from an-out-0708.google.com ([209.85.132.249]:62015) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0vUD-00073M-BC for bug-gnu-emacs@gnu.org; Tue, 27 May 2008 05:28:53 -0400 Received: by an-out-0708.google.com with SMTP id c38so486369ana.84 for ; Tue, 27 May 2008 02:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=b9vL2oM3Z32Azu84cs6eLfTe3OHHBbFICh33Ik/LlGM=; b=Zf0nrTFAY1yEUTfP6pehJI7TCrD5GugJy5mP+Yo9SK9AOlQO0dauiBS5qANF5R9986Y/UXX0rdnz4ksNcBYOiNLmMtrpof+PMgZQUeek/neorKTUbNHzTYsIBPLl0VGVK2NQZO/0uQEKIIb916fAWDYyfTVIeUcYo91jPyRRuzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=U6Dr5H7NooXAGRrcG/+NaIJdlPhT9+OzHKgUTh7CPmseDgdBEzZCibCwZ+ES75AqOfKG/uWLN5uj279XFsE2vWC8+7xRxG5I+xfASvBRt0XYCw1xcHA2YfPfw4Lgb7MmTkLinscsKzl2iKzrw9LGxa0xJ/tk+ZXGwMfNF/0MBVA= Received: by 10.100.202.9 with SMTP id z9mr1050740anf.8.1211880531375; Tue, 27 May 2008 02:28:51 -0700 (PDT) Received: by 10.100.229.11 with HTTP; Tue, 27 May 2008 02:28:51 -0700 (PDT) Message-ID: <433125f80805270228q47864a16w9715d4c34078407@mail.gmail.com> Date: Tue, 27 May 2008 02:28:51 -0700 From: "Felix -" Sender: grayscale@gmail.com To: bug-gnu-emacs@gnu.org Subject: off-by-one in doc/misc/cl.texi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: a57b545345284ab2 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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. From monnier@iro.umontreal.ca Thu May 29 20:02:41 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-1.8 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, HELO_LH_HOME,RDNS_DYNAMIC autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 322-done) by emacsbugs.donarmstrong.com; 30 May 2008 03:02:41 +0000 Received: from ceviche.home (206-248-174-248.dsl.teksavvy.com [206.248.174.248]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m4U32alw004168 for <322-done@emacsbugs.donarmstrong.com>; Thu, 29 May 2008 20:02:37 -0700 Received: by ceviche.home (Postfix, from userid 20848) id 61A08B41E2; Thu, 29 May 2008 23:02:35 -0400 (EDT) From: Stefan Monnier To: 322-done@debbugs.gnu.org Subject: Re: bug#322: off-by-one in doc/misc/cl.texi Message-ID: References: <433125f80805270228q47864a16w9715d4c34078407@mail.gmail.com> Date: Thu, 29 May 2008 23:02:35 -0400 In-Reply-To: <433125f80805270228q47864a16w9715d4c34078407@mail.gmail.com> (Felix's message of "Tue, 27 May 2008 02:28:51 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > 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 From unknown Sat Jun 21 10:41:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 27 Jun 2008 14:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator