From unknown Tue Jun 17 20:19:18 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#6556 <6556@debbugs.gnu.org> To: bug#6556 <6556@debbugs.gnu.org> Subject: Status: html-mode does not align to prev non-empty line when indenting Reply-To: bug#6556 <6556@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:19:18 +0000 retitle 6556 html-mode does not align to prev non-empty line when indenting reassign 6556 emacs submitter 6556 Lennart Borgman severity 6556 minor tag 6556 unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 02 20:14:53 2010 Received: (at submit) by debbugs.gnu.org; 3 Jul 2010 00:14:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUqNh-0001k9-3W for submit@debbugs.gnu.org; Fri, 02 Jul 2010 20:14:53 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUqNf-0001k4-Eu for submit@debbugs.gnu.org; Fri, 02 Jul 2010 20:14:52 -0400 Received: from lists.gnu.org ([199.232.76.165]:50899) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OUqNb-0006CQ-KX for submit@debbugs.gnu.org; Fri, 02 Jul 2010 20:14:47 -0400 Received: from [140.186.70.92] (port=41949 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUqNZ-0007R5-JJ for bug-gnu-emacs@gnu.org; Fri, 02 Jul 2010 20:14:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUqNY-0008Rc-Hv for bug-gnu-emacs@gnu.org; Fri, 02 Jul 2010 20:14:45 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:40340) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUqNY-0008RW-DT for bug-gnu-emacs@gnu.org; Fri, 02 Jul 2010 20:14:44 -0400 Received: by ewy28 with SMTP id 28so1359035ewy.0 for ; Fri, 02 Jul 2010 17:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=HnRquj7ZrYMKdxqJpr+VYhh84zk61YYQOIo1vdLqqIk=; b=TBWWDFljk17Q07ToSV8YBGx8UwPx72kHQbLjB3ks2XFHb2UotGhVSWbirXsj+WtY3F sIf+Unj3SSJSeP/WwD2+pj9SciBSOmI+Rl+1OYDlrFAPRovDX69bNI1/4IeF0Z/LptfN l6eUkBV1mQt/cOVIvcU7Zf8rPM/CY5G4xV0iw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=QC8t9YSaoJfA2k0WNvrza7FUzBnYaBr+EjKDmDlLXRIcmF8SGsJVDTcCiRnjo0AJZG yGjyJkNfjMxV8Ahnt8xPm2OEukNauHEKhTM3JMGoYAgmR2wtxIBahDNKi3GLH8ECoRDn ubK2LjnKBycLMlVDiJpPfVhXji9x9DDT+otgE= Received: by 10.213.98.71 with SMTP id p7mr2301046ebn.18.1278116083356; Fri, 02 Jul 2010 17:14:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.15.132 with HTTP; Fri, 2 Jul 2010 17:14:23 -0700 (PDT) From: Lennart Borgman Date: Sat, 3 Jul 2010 02:14:23 +0200 Message-ID: Subject: html-mode does not align to prev non-empty line when indenting To: Emacs Bugs Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.6 (----) X-Debbugs-Envelope-To: submit 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.6 (----) In a buffer like this

row 1 row 2 row 3 the "row 3" gets indented like above. I think it instead should be aligned with row2. (I need this for mumamo.) The comment in sgml-calculate-indent seems to say that this is the intention, but the code is maybe unfinished, line 1483: (context ;; If possible, align on the previous non-empty text line. ;; Otherwise, do a more serious parsing to find the ;; tag(s) relative to which we should be indenting. (if (and (not unclosed) (skip-chars-backward " \t") (< (skip-chars-backward " \t\n") 0) (back-to-indentation) (> (point) (cdr lcon))) nil (goto-char here) (nreverse (sgml-get-context (if unclosed nil 'empty))))) I do not know how it is supposed to work, but I notice that (back-to-indentation) is not supposed to return anything special so the argument to if may fail (and this seems to happen). Writing that part as (progn (back-to-indentation) (> (point) (cdr lcon)))) seems to work as expected. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 03 06:44:48 2010 Received: (at 6556) by debbugs.gnu.org; 3 Jul 2010 10:44:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OV0DH-0005jH-VA for submit@debbugs.gnu.org; Sat, 03 Jul 2010 06:44:48 -0400 Received: from mail-ew0-f44.google.com ([209.85.215.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OV0DF-0005jB-EH for 6556@debbugs.gnu.org; Sat, 03 Jul 2010 06:44:45 -0400 Received: by ewy22 with SMTP id 22so1221911ewy.3 for <6556@debbugs.gnu.org>; Sat, 03 Jul 2010 03:44:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=Niw/hoWxvnCsyAL5AtRAzQ3SWbYYyAWpqoCL1GH49GA=; b=wJzZER2x1isdXsEmhFRTufTGk1Uo7eEON2Mbq4Z1DMkjpbhH94wcc9RSdgxQaHtf7z rA2BksC6tgRDVKmReRD+fB1VcZZSt3iFv50g6P7qomnCFhuRGtCxpOvxWm+Ex06g02AX 3wynWtjDVUAyY5wEnd4AgPpwDFeeD40n1lk8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=hqPIz3d5lrZp0tl4fviHA8nXQXoUTcZ9dCyOxjXmvLFqitFqCD47MfrYvHEy4DUrQO 5EkQXrsoLZv2LpQZv81dovJtviktIBPYAGrzw2VJ/At1tfJ/yccxzzmpGM11+7C3OiXh jm3tgQQjPJwCdp2ZjoINwwzNQRrSa+1cTNgRY= Received: by 10.213.34.19 with SMTP id j19mr84931ebd.63.1278153879479; Sat, 03 Jul 2010 03:44:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.15.132 with HTTP; Sat, 3 Jul 2010 03:44:19 -0700 (PDT) In-Reply-To: References: From: Lennart Borgman Date: Sat, 3 Jul 2010 12:44:19 +0200 Message-ID: Subject: Re: bug#6556: html-mode does not align to prev non-empty line when indenting To: 6556@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 6556 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: -2.9 (--) On Sat, Jul 3, 2010 at 2:14 AM, Lennart Borgman wrote: > In a buffer like this > > =C2=A0

> =C2=A0 =C2=A0 =C2=A0row 1 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 row 2 > =C2=A0 =C2=A0 row 3 > > the "row 3" gets indented like above. I think it instead should be > aligned with row2. (I need this for mumamo.) > > The comment in sgml-calculate-indent seems to say that this is the > intention, but the code is maybe unfinished, line 1483: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(context > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; If possible, align on the pr= evious non-empty text line. > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; Otherwise, do a more serious= parsing to find the > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; tag(s) relative to which we = should be indenting. > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (if (and (not unclosed) (skip-c= hars-backward " \t") > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0(< (skip-chars-backward " \t\n") 0) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0(back-to-indentation) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0(> (point) (cdr lcon))) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 nil > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (goto-char here) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (nreverse (sgml-get-cont= ext (if unclosed nil 'empty))))) > > I do not know how it is supposed to work, but I notice that > (back-to-indentation) is not supposed to return anything special so > the argument to if may fail (and this seems to happen). Writing that > part as > > A test for beginning of buffer is needed too since we are looking for non-blank lines (not non-empty as the comment says): (not (bobp)) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(pro= gn > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0(back-to-indentation) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0(> (point) (cdr lcon)))) > > > seems to work as expected. > > > > From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 01 09:14:12 2016 Received: (at control) by debbugs.gnu.org; 1 Mar 2016 14:14:12 +0000 Received: from localhost ([127.0.0.1]:54875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aal40-0000CU-5X for submit@debbugs.gnu.org; Tue, 01 Mar 2016 09:14:12 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:59599) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aal3y-0000CL-R8 for control@debbugs.gnu.org; Tue, 01 Mar 2016 09:14:11 -0500 Received: from 2.151.173.136.tmi.telenormobil.no ([2.151.173.136] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aal3O-0005pT-O0 for control@debbugs.gnu.org; Tue, 01 Mar 2016 15:13:35 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #6556 Message-ID: <874mcqviok.fsf@totally-fudged-out-message-id> Date: Wed, 02 Mar 2016 01:13:31 +1100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aal3O-0005pT-O0 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457446415.5806@goryjKvQ14cCkPloCWSfjg X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) tags 6556 unreproducible From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 01 09:15:04 2016 Received: (at 6556) by debbugs.gnu.org; 1 Mar 2016 14:15:04 +0000 Received: from localhost ([127.0.0.1]:54895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aal4q-0000Gn-5Y for submit@debbugs.gnu.org; Tue, 01 Mar 2016 09:15:04 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:59640) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aal4p-0000FH-4E for 6556@debbugs.gnu.org; Tue, 01 Mar 2016 09:15:03 -0500 Received: from 2.151.173.136.tmi.telenormobil.no ([2.151.173.136] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aal3K-0005p7-24; Tue, 01 Mar 2016 15:13:30 +0100 From: Lars Ingebrigtsen To: Lennart Borgman Subject: Re: bug#6556: html-mode does not align to prev non-empty line when indenting In-Reply-To: (Lennart Borgman's message of "Sat, 3 Jul 2010 02:14:23 +0200") Date: Tue, 01 Mar 2016 17:03:20 +1100 Message-ID: <8760x6vion.fsf@gnus.org> References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aal3K-0005p7-24 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457446410.74092@SSLOObAgqUWK+zlg4I1Jhw X-Spam-Status: No X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Lennart Borgman writes: > In a buffer like this > >

> row 1 > row 2 > row 3 > > the "row 3" gets indented like above. I think it instead should be > aligned with row2. (I need this for mumamo.) [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.91.224.195 listed in list.dnswl.org] 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date X-Debbugs-Envelope-To: 6556 Cc: 6556@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Lennart Borgman writes: > In a buffer like this > >

> row 1 > row 2 > row 3 > > the "row 3" gets indented like above. I think it instead should be > aligned with row2. (I need this for mumamo.) [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.91.224.195 listed in list.dnswl.org] 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date Lennart Borgman writes: > In a buffer like this > >

> row 1 > row 2 > row 3 > > the "row 3" gets indented like above. I think it instead should be > aligned with row2. (I need this for mumamo.) I'm unable to reproduce this. I get the following alignment:

row 1 row 2 row 3 Which is the correct one, I think? Are you still seeing this problem? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 06 22:43:22 2017 Received: (at 6556-done) by debbugs.gnu.org; 7 Feb 2017 03:43:22 +0000 Received: from localhost ([127.0.0.1]:58197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cawgc-000747-4Q for submit@debbugs.gnu.org; Mon, 06 Feb 2017 22:43:22 -0500 Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:51458) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1cawgZ-00073s-Id for 6556-done@debbugs.gnu.org; Mon, 06 Feb 2017 22:43:20 -0500 Received: (qmail 7541 invoked by uid 0); 7 Feb 2017 03:43:08 -0000 Received: from unknown (HELO cmgw2) (10.0.90.83) by gproxy2.mail.unifiedlayer.com with SMTP; 7 Feb 2017 03:43:08 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by cmgw2 with id hfj41u0062f2jeq01fj7bf; Mon, 06 Feb 2017 20:43:08 -0700 X-Authority-Analysis: v=2.1 cv=H5NInYoi c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=n2v9WMKugxEA:10 a=4E-qvqlvvcmp4AZm9u8A:9 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wfq8wvWBguJ9yynQ1QUBxt0y6bbdbsKi7TiTEraxwQ0=; b=yB+27LjfQvjQV1dQE9HdHJ36bM GyfKi+2WzoFfgqtCDZKF4bQwRbF+ogMBqz1VAmuqZweXN5k9ExdN7didBdKueRzcuU0ZW4tA+b4R8 jlDXVECOlsAzjGEPanVA5DXFT; Received: from 174-16-146-181.hlrn.qwest.net ([174.16.146.181]:36798 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cawgJ-0000es-Qk; Mon, 06 Feb 2017 20:43:03 -0700 From: Tom Tromey To: 6556-done@debbugs.gnu.org Subject: works for me X-Attribution: Tom Date: Mon, 06 Feb 2017 20:43:00 -0700 Message-ID: <87vasm7jjv.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box522.bluehost.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 174.16.146.181 X-Exim-ID: 1cawgJ-0000es-Qk X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 174-16-146-181.hlrn.qwest.net (bapiya) [174.16.146.181]:36798 X-Source-Auth: tom+tromey.com X-Email-Count: 3 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: 6556-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.4 (-) I tried this and it works for me, so I'm closing this bug. Tom From unknown Tue Jun 17 20:19:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 07 Mar 2017 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator