From sean.sieger@gmail.com Tue Oct 14 16:03:18 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=-8.0 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 14 Oct 2008 23:03:18 +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 m9EN3FDX014355 for ; Tue, 14 Oct 2008 16:03:16 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kpsv4-00084L-KK for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:03:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kpsv3-00083O-S3 for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:03:14 -0400 Received: from [199.232.76.173] (port=56147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kpsv2-00082r-MM for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:03:12 -0400 Received: from yx-out-1718.google.com ([74.125.44.153]:49625) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kpsv2-0007PH-CM for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:03:12 -0400 Received: by yx-out-1718.google.com with SMTP id 34so578094yxf.66 for ; Tue, 14 Oct 2008 16:03:10 -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:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=VdTxuN3+i1rFlfioLNqgDJ7oXlk3GrZQPb9ibHIUPfA=; b=NAFa0ryhYPaKuzCPkyfVs8FwkAWSLFSDL682Dh7vLDY+c8XR3FusXxZX98P+9SVVw0 TaijJ62MEtWoHB+Aj2yfxezUPsDlJkqxDMubN4DQ8uOhNGZY06cF7jpoA3rfQtFXxGUu 9RUmUCsdFOcV0KMOzvtRsDUDLFA4HXBVmbg+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Pldzf/4jx6dtm3t1A6lUFFklEjm+sBPwD4FccvrbVmvQPYBwnyzGLgOicneEGqjY7G YMxqpmaSuXphXyQn9TcAqrrD15EugQu1jbkQTT7rKrARZkQ8f0xs2FCtqtqzptaVMMyK 0dt9ev08vRkkw+94511QNlT/NXgz9u/RcZOhg= Received: by 10.100.143.12 with SMTP id q12mr264453and.22.1224025390309; Tue, 14 Oct 2008 16:03:10 -0700 (PDT) Received: by 10.100.240.20 with HTTP; Tue, 14 Oct 2008 16:03:10 -0700 (PDT) Message-ID: <4135e3e50810141603y3df49946n283d72b1b77f76b9@mail.gmail.com> Date: Tue, 14 Oct 2008 19:03:10 -0400 From: "Sean Sieger" To: bug-gnu-emacs@gnu.org Subject: 23.0.60; emacs-lisp-intro.texi MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) * emacs-lisp-intro.texi: Fix typo on line 11528, change `assemblies' to `assembles'. Section 11.3.3 Recursion with a List, paragraph 7 reads: Put in yet another way, if the list is not empty, the first robot assemblies a second robot and tells it what to do; the second robot is a different individual from the first, but is the same model. it should read: Put in yet another way, if the list is not empty, the first robot assembles a second robot and tells it what to do; the second robot is a different individual from the first, but is the same model. From rgm@gnu.org Wed Oct 15 21:09:26 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=-10.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,UNRESOLVED_TEMPLATE,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1170-done) by emacsbugs.donarmstrong.com; 16 Oct 2008 04:09:26 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9G49N7Y029519 for <1170-done@emacsbugs.donarmstrong.com>; Wed, 15 Oct 2008 21:09:24 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KqK8O-0003HF-Ez; Thu, 16 Oct 2008 00:06:48 -0400 From: Glenn Morris To: 1170-done@debbugs.gnu.org Subject: Re: bug#1170: 23.0.60; emacs-lisp-intro.texi References: <4135e3e50810141603y3df49946n283d72b1b77f76b9@mail.gmail.com> X-Spook: Mahmoud Ahmadinejad eavesdropping SCUD missile NASA X-Ran: 5S%w=/[Ch6`,3;+7o4C@s$/u7Yj8T!S}#8?''bQ-d_KNK^fBo11CBL^[?s3hq\%DW%k~M" X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 16 Oct 2008 00:06:48 -0400 In-Reply-To: <4135e3e50810141603y3df49946n283d72b1b77f76b9@mail.gmail.com> (Sean Sieger's message of "Tue, 14 Oct 2008 19:03:10 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Sean Sieger" wrote: > * emacs-lisp-intro.texi: Fix typo on line 11528, change `assemblies' > to `assembles'. Thanks; applied. From unknown Sun Jun 22 03:56:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 Nov 2008 15: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