From drew.adams@oracle.com Sat Dec 12 08:14:40 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 12 Dec 2009 16:14:40 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nBCGEdQQ013535 for ; Sat, 12 Dec 2009 08:14:40 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJUcA-0001Yk-IR for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:14:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJUc6-0001WI-3M for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:14:38 -0500 Received: from [199.232.76.173] (port=43947 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJUc5-0001W7-Oq for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:14:33 -0500 Received: from rcsinet12.oracle.com ([148.87.113.124]:20139) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJUc5-0001ho-Da for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:14:33 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet12.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id nBCGETX0000905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 12 Dec 2009 16:14:31 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBCG3QBj011537 for ; Sat, 12 Dec 2009 16:14:52 GMT Received: from abhmt017.oracle.com by acsmt353.oracle.com with ESMTP id 961327551260634461; Sat, 12 Dec 2009 08:14:21 -0800 Received: from dradamslap1 (/24.5.185.59) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 12 Dec 2009 08:14:20 -0800 From: "Drew Adams" To: Subject: 23.1; bad indentation in (elisp) example Date: Sat, 12 Dec 2009 08:14:25 -0800 Message-ID: <7E8CAD770B114C47B685BA799A0E6BA6@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acp7Riw8JSFpfE3sQkqzE9nbEUE/VQ== X-Auth-Type: Internal IP X-Source-IP: acsinet15.oracle.com [141.146.126.227] X-CT-RefId: str=0001.0A090208.4B23C168.0085:SCFMA922111,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) emacs -Q Go to (elisp)Example Major Modes The `emacs-lisp-mode-syntax-table' example is not indented correctly. E.g.: (while (< i ?0) (modify-syntax-entry i "_ " table) (setq i (1+ i))) In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on SOFT-MJASON Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4)' From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 02 13:59:14 2010 Received: (at 5195) by debbugs.gnu.org; 2 Jan 2010 18:59:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NR9By-0004JA-EF for submit@debbugs.gnu.org; Sat, 02 Jan 2010 13:59:14 -0500 Received: from pantheon-po39.its.yale.edu ([130.132.50.100]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NR9Bw-0004J1-NP for 5195@debbugs.gnu.org; Sat, 02 Jan 2010 13:59:12 -0500 Received: from furry (adsl-99-75-106-169.dsl.wlfrct.sbcglobal.net [99.75.106.169]) (authenticated bits=0) by pantheon-po39.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o02Ix86a000865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 2 Jan 2010 13:59:08 -0500 Received: by furry (Postfix, from userid 1000) id F2B01C05D; Sat, 2 Jan 2010 13:59:07 -0500 (EST) From: Chong Yidong To: "Drew Adams" Subject: Re: 23.1; bad indentation in (elisp) example Date: Sat, 02 Jan 2010 13:59:07 -0500 Message-ID: <87fx6ogwp0.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 5195 Cc: 5195@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) > emacs -Q > Go to (elisp)Example Major Modes > The `emacs-lisp-mode-syntax-table' example is not indented > correctly. E.g.: > (while (< i ?0) > (modify-syntax-entry i "_ " table) > (setq i (1+ i))) I can't reproduce this: the indentation is correct for me. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 02 15:02:13 2010 Received: (at 5195) by debbugs.gnu.org; 2 Jan 2010 20:02:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRAAu-0006JW-Pe for submit@debbugs.gnu.org; Sat, 02 Jan 2010 15:02:12 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRAAq-0006JB-R2 for 5195@debbugs.gnu.org; Sat, 02 Jan 2010 15:02:11 -0500 Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o02K20dY006214 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 2 Jan 2010 20:02:02 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o02K1t3F007660; Sat, 2 Jan 2010 20:02:00 GMT Received: from abhmt001.oracle.com by acsmt358.oracle.com with ESMTP id 1269136101262462476; Sat, 02 Jan 2010 14:01:16 -0600 Received: from dradamslap1 (/24.5.185.59) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 02 Jan 2010 12:01:16 -0800 From: "Drew Adams" To: "'Chong Yidong'" References: <87fx6ogwp0.fsf@stupidchicken.com> Subject: RE: 23.1; bad indentation in (elisp) example Date: Sat, 2 Jan 2010 12:01:34 -0800 Message-ID: <55F68E0A0D41400E909FCC35F84669AD@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87fx6ogwp0.fsf@stupidchicken.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: AcqL3a4x5MzDvypLQgiU26GOh3mt6gACHuYQ X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4B3FA638.010A:SCFMA4539814,ss=1,fgs=0 X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 5195 Cc: 5195@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) > > emacs -Q > > Go to (elisp)Example Major Modes > > > The `emacs-lisp-mode-syntax-table' example is not indented > > correctly. E.g.: > > > (while (< i ?0) > > (modify-syntax-entry i "_ " table) > > (setq i (1+ i))) > > I can't reproduce this: the indentation is correct for me. Well, it's as clear as day for me, in emacs -Q on Windows. Perhaps it's a platform problem. It appears just as is written above. The calls to modify-syntax-entry and setq are not indented underneath the while - they are outdented wrt the while. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 02 15:39:58 2010 Received: (at 5195-done) by debbugs.gnu.org; 2 Jan 2010 20:39:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRAlS-00074Y-0l for submit@debbugs.gnu.org; Sat, 02 Jan 2010 15:39:58 -0500 Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NRAlQ-00074R-Kw for 5195-done@debbugs.gnu.org; Sat, 02 Jan 2010 15:39:57 -0500 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KVM00D00ZUL4K00@a-mtaout22.012.net.il> for 5195-done@debbugs.gnu.org; Sat, 02 Jan 2010 22:39:36 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KVN00BOA01XQ5B0@a-mtaout22.012.net.il>; Sat, 02 Jan 2010 22:39:33 +0200 (IST) Date: Sat, 02 Jan 2010 22:37:31 +0200 From: Eli Zaretskii Subject: Re: bug#5195: 23.1; bad indentation in (elisp) example In-reply-to: <55F68E0A0D41400E909FCC35F84669AD@us.oracle.com> X-012-Sender: halo1@inter.net.il To: Drew Adams , 5195-done@debbugs.gnu.org Message-id: <83aawwdz04.fsf@gnu.org> References: <87fx6ogwp0.fsf@stupidchicken.com> <55F68E0A0D41400E909FCC35F84669AD@us.oracle.com> X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 5195-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) > From: "Drew Adams" > Date: Sat, 2 Jan 2010 12:01:34 -0800 > Cc: 5195@debbugs.gnu.org > > > > emacs -Q > > > Go to (elisp)Example Major Modes > > > > > The `emacs-lisp-mode-syntax-table' example is not indented > > > correctly. E.g.: > > > > > (while (< i ?0) > > > (modify-syntax-entry i "_ " table) > > > (setq i (1+ i))) > > > > I can't reproduce this: the indentation is correct for me. > > Well, it's as clear as day for me, in emacs -Q on Windows. Perhaps it's a > platform problem. No, it wasn't. I fixed it. Thanks for catching this. I don't know why Yidong didn't see it; perhaps he was looking at the Texinfo sources, where the example's indentation is indeed all dandy. The problem was that this example used TABs, not spaces, for indentation, which is generally a no-no in Texinfo (that's why Texinfo mode sets indent-tabs-mode to nil). When an Info file is produced, makeinfo indents examples some more, and then indentation with TABs gets screwed, of course. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 27 19:13:46 2010 Received: (at control) by debbugs.gnu.org; 28 Jan 2010 00:13:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaI14-0003WI-8V for submit@debbugs.gnu.org; Wed, 27 Jan 2010 19:13:46 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaI12-0003WB-1C for control@debbugs.gnu.org; Wed, 27 Jan 2010 19:13:44 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaI0y-0002kj-9B; Wed, 27 Jan 2010 19:13:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19296.54964.237486.393967@fencepost.gnu.org> Date: Wed, 27 Jan 2010 19:13:40 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: jqeI@9]N2j9L=T5y{46XM$yis^=8-t%A[c3H.k}5+~~"#Nf)E5)8*?XxH+0T%:q./m!M*2 X-Debbugs-No-Ack: yes X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) tags 5032 moreinfo reassign 5032 emacs,w32 reassign 5040 emacs,w32 severity 5042 wishlist reassign 5074 emacs,w32 severity 5105 minor tags 5173 patch severity 5183 minor severity 5184 minor submitter 5195 monnier@iro.umontreal.ca unarchive 5227 unmerge 5227 tags 5251 patch severity 5290 wishlist reassign 5299 emacs,w32 tags 5326 patch reopen 5336 severity 5336 serious retitle 5336 DOC file is arch dependent reassign 5349 emacs,ns severity 5433 wishlist close 5456 reassign 5464 emacs,w32 reassign 5465 emacs,w32 reassign 5480 emacs,gnus reassign 5482 emacs,w32 reassign 5484 emacs,etags tags 5484 patch From unknown Sat Aug 16 21:19:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 25 Feb 2010 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long 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