From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 06 07:23:15 2012 Received: (at submit) by debbugs.gnu.org; 6 Mar 2012 12:23:15 +0000 Received: from localhost ([127.0.0.1]:35397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S4tQA-0003Rl-L0 for submit@debbugs.gnu.org; Tue, 06 Mar 2012 07:23:15 -0500 Received: from emh03.mail.saunalahti.fi ([62.142.5.109]:41296) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S4tPw-0003R4-A4 for submit@debbugs.gnu.org; Tue, 06 Mar 2012 07:23:02 -0500 Received: from saunalahti-vams (vs3-12.mail.saunalahti.fi [62.142.5.96]) by emh03-2.mail.saunalahti.fi (Postfix) with SMTP id B5E3EEC401 for ; Tue, 6 Mar 2012 14:22:05 +0200 (EET) Received: from emh06.mail.saunalahti.fi ([62.142.5.116]) by vs3-12.mail.saunalahti.fi ([62.142.5.96]) with SMTP (gateway) id A00E4285269; Tue, 06 Mar 2012 14:22:05 +0200 Received: from cante.cante.net (a91-155-176-245.elisa-laajakaista.fi [91.155.176.245]) by emh06.mail.saunalahti.fi (Postfix) with ESMTP id A4ECAE51A3 for ; Tue, 6 Mar 2012 14:22:03 +0200 (EET) Received: from test20.cante.net ([192.168.1.20]) by cante.cante.net with esmtp (Exim 4.77) (envelope-from ) id 1S4tP4-0002hs-MT for submit@debbugs.gnu.org; Tue, 06 Mar 2012 14:22:06 +0200 Received: from root by test20.cante.net with local (Exim 4.77) (envelope-from ) id 1S4tP1-0005EV-1j for submit@debbugs.gnu.org; Tue, 06 Mar 2012 07:22:03 -0500 From: Jari Aalto To: submit@debbugs.gnu.org Subject: make-mode.el - improve makefile-warn-suspicious-lines Mail-Copies-To: poster Date: Tue, 06 Mar 2012 07:22:02 -0500 Message-ID: <62ehq5qt.fsf@test20.cante.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SA-Exim-Connect-IP: 192.168.1.20 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on cante.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -1.9 (-) --=-=-= Package: emacs Version: 23.3+1-5 Severity: minor Here is a small patch to check any extra whitespace at the beginning of line. The patch is against Emacs Vcs-Git ba7322c dated 2012-02-29. 2012-03-06 Tue Jari Aalto * progmodes/make-mode.el (makefile-warn-suspicious-lines): improve whitespace check. -- System Information Debian Release: wheezy/sid APT Prefers unstable APT policy: (990, unstable) Architecture: i386 Kernel: Linux taiko 3.2.0-1-686-pae #1 SMP Fri Feb 17 06:27:21 UTC 2012 i686 GNU/Linux Locale: LANG=en_US.UTF-8 -- Versions of packages `emacs depends on'. Depends: emacs23 23.3+1-5 The GNU Emacs editor (with GTK+ user interfac emacs23-lucid 23.3+1-5 The GNU Emacs editor emacs23-nox 23.3+1-5 The GNU Emacs editor (without X support) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-progmodes-make-mode.el-makefile-warn-suspicious-line.patch >From a24603ab69a72fc693119f2885e76ebfad1dbc4f Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Tue, 6 Mar 2012 07:17:32 -0500 Subject: [PATCH] * progmodes/make-mode.el (makefile-warn-suspicious-lines): improve whitespace check. Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- lisp/progmodes/make-mode.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index b4ca1ba..de57cd1 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -1642,7 +1642,7 @@ and generates the overview, one line per target name." (if (derived-mode-p 'makefile-mode) (save-excursion (goto-char (point-min)) - (if (re-search-forward "^\\(\t+$\\| +\t\\)" nil t) + (if (re-search-forward "^\\([ \t]+$\\| +\t\\)" nil t) (not (y-or-n-p (format "Suspicious line %d. Save anyway? " (count-lines (point-min) (point))))))))) -- 1.7.9.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 06 11:38:07 2012 Received: (at control) by debbugs.gnu.org; 6 Mar 2012 16:38:07 +0000 Received: from localhost ([127.0.0.1]:36116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S4xOo-0001ts-A3 for submit@debbugs.gnu.org; Tue, 06 Mar 2012 11:38:07 -0500 Received: from emh04.mail.saunalahti.fi ([62.142.5.110]:53404) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S4xOc-0001tV-AU for control@debbugs.gnu.org; Tue, 06 Mar 2012 11:37:55 -0500 Received: from saunalahti-vams (vs3-11.mail.saunalahti.fi [62.142.5.95]) by emh04-2.mail.saunalahti.fi (Postfix) with SMTP id DDDC113BA65 for ; Tue, 6 Mar 2012 18:36:58 +0200 (EET) Received: from emh02.mail.saunalahti.fi ([62.142.5.108]) by vs3-11.mail.saunalahti.fi ([62.142.5.95]) with SMTP (gateway) id A018DFD65FF; Tue, 06 Mar 2012 18:36:58 +0200 Received: from cante.cante.net (a91-155-176-245.elisa-laajakaista.fi [91.155.176.245]) by emh02.mail.saunalahti.fi (Postfix) with ESMTP id D34992BD42 for ; Tue, 6 Mar 2012 18:36:57 +0200 (EET) Received: from test20.cante.net ([192.168.1.20]) by cante.cante.net with esmtp (Exim 4.77) (envelope-from ) id 1S4xNk-0003RA-7N for control@debbugs.gnu.org; Tue, 06 Mar 2012 18:37:00 +0200 Received: from root by test20.cante.net with local (Exim 4.77) (envelope-from ) id 1S4xNg-00047R-Nk for control@debbugs.gnu.org; Tue, 06 Mar 2012 11:36:56 -0500 From: Jari Aalto To: control@debbugs.gnu.org Subject: tags 10956 + patch Mail-Copies-To: poster Date: Tue, 06 Mar 2012 11:36:55 -0500 Message-ID: <399lpty0.fsf@test20.cante.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SA-Exim-Connect-IP: 192.168.1.20 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on cante.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -1.9 (-) tags 10956 + patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 21 14:25:26 2012 Received: (at 10956) by debbugs.gnu.org; 21 Mar 2012 18:25:26 +0000 Received: from localhost ([127.0.0.1]:59998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAQDu-0006LX-6P for submit@debbugs.gnu.org; Wed, 21 Mar 2012 14:25:26 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:53116) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAQDr-0006LQ-UL for 10956@debbugs.gnu.org; Wed, 21 Mar 2012 14:25:24 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9FxKFU/2dsb2JhbACBX5x7eYhwnhmDHIJ9BJsZhAk X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="169219095" Received: from 69-196-161-84.dsl.teksavvy.com (HELO pastel.home) ([69.196.161.84]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 21 Mar 2012 13:54:40 -0400 Received: by pastel.home (Postfix, from userid 20848) id 1292F58C3D; Wed, 21 Mar 2012 13:54:40 -0400 (EDT) From: Stefan Monnier To: Jari Aalto Subject: Re: bug#10956: make-mode.el - improve makefile-warn-suspicious-lines Message-ID: References: <62ehq5qt.fsf@test20.cante.net> Date: Wed, 21 Mar 2012 13:54:40 -0400 In-Reply-To: <62ehq5qt.fsf@test20.cante.net> (Jari Aalto's message of "Tue, 06 Mar 2012 07:22:02 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 10956 Cc: 10956@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -1.9 (-) > Here is a small patch to check any extra whitespace at the beginning of > line. The patch is against Emacs Vcs-Git ba7322c dated 2012-02-29. I must be missing something. All it does is change a "\t+$" to "[ \t]+$", so it's not really "at the beginning of line" (tho there's also a "^" in the regexp, so it really only applies to whitespace-only lines). I don't think we want to consider lines made up of spaces as suspicious. Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 22 06:02:04 2012 Received: (at 10956) by debbugs.gnu.org; 22 Mar 2012 10:02:04 +0000 Received: from localhost ([127.0.0.1]:60587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAeqK-0000lL-DG for submit@debbugs.gnu.org; Thu, 22 Mar 2012 06:02:04 -0400 Received: from emh06.mail.saunalahti.fi ([62.142.5.116]:49879) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAeq0-0000ka-V2 for 10956@debbugs.gnu.org; Thu, 22 Mar 2012 06:01:46 -0400 Received: from saunalahti-vams (vs3-11.mail.saunalahti.fi [62.142.5.95]) by emh06-2.mail.saunalahti.fi (Postfix) with SMTP id 5AC1DC7D38; Thu, 22 Mar 2012 11:30:57 +0200 (EET) Received: from emh02.mail.saunalahti.fi ([62.142.5.108]) by vs3-11.mail.saunalahti.fi ([62.142.5.95]) with SMTP (gateway) id A06F5E571D7; Thu, 22 Mar 2012 11:30:57 +0200 Received: from bongo.cante.net (a91-155-176-245.elisa-laajakaista.fi [91.155.176.245]) by emh02.mail.saunalahti.fi (Postfix) with ESMTP id 03AB82BD44; Thu, 22 Mar 2012 11:30:54 +0200 (EET) Received: from test20.cante.net ([192.168.1.20]) by bongo.cante.net with esmtp (Exim 4.77) (envelope-from ) id 1SAeJ6-0001U7-3Y; Thu, 22 Mar 2012 11:27:44 +0200 Received: from jaalto by test20.cante.net with local (Exim 4.77) (envelope-from ) id 1SAQeI-0003R4-Ne; Wed, 21 Mar 2012 14:52:42 -0400 Date: Wed, 21 Mar 2012 14:52:42 -0400 From: jaalto To: Stefan Monnier Subject: Re: bug#10956: make-mode.el - improve makefile-warn-suspicious-lines Message-ID: <20120321185242.GE28863@taiko.cante.net> References: <62ehq5qt.fsf@test20.cante.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Gpg-Key-Id: 0xD189E680 X-Gpg-Key-Info: http://key-server.de:11371/pks/lookup?search=0xD189E680&op=vindex X-Gpg-Key-Get: ttp://key-server.de:11371/pks/lookup?search=0xD189E680&op=get User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jaalto@taiko.cante.net X-SA-Exim-Scanned: No (on test20.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: 10956 Cc: 10956@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -0.9 (/) On 2012-03-21 13:54, Stefan Monnier wrote: | > Here is a small patch to check any extra whitespace at the beginning of | > line. The patch is against Emacs Vcs-Git ba7322c dated 2012-02-29. | | I must be missing something. All it does is change a "\t+$" to | "[ \t]+$", so it's not really "at the beginning of line" (tho there's | also a "^" in the regexp, so it really only applies to whitespace-only | lines). | I don't think we want to consider lines made up of spaces as suspicious. It would be good if any whitespace only line were flagged as suspicious, not just \t, like in: [SPACE][TAB][SPACE] [SPACE][TAB] [TAB][SPACE] [TAB] These extra "whitespace" lines are easily missed unless whitespace-mode is on. Jari From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 22 13:08:01 2012 Received: (at 10956) by debbugs.gnu.org; 22 Mar 2012 17:08:01 +0000 Received: from localhost ([127.0.0.1]:33412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAlUV-0003UU-Mi for submit@debbugs.gnu.org; Thu, 22 Mar 2012 13:08:00 -0400 Received: from pruche.dit.umontreal.ca ([132.204.246.22]:34884) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SAlU9-0003Sh-N5 for 10956@debbugs.gnu.org; Thu, 22 Mar 2012 13:07:57 -0400 Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q2MGamc4025115; Thu, 22 Mar 2012 12:36:48 -0400 Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 264B3B44C1; Thu, 22 Mar 2012 12:36:48 -0400 (EDT) From: Stefan Monnier To: jaalto Subject: Re: bug#10956: make-mode.el - improve makefile-warn-suspicious-lines Message-ID: References: <62ehq5qt.fsf@test20.cante.net> <20120321185242.GE28863@taiko.cante.net> Date: Thu, 22 Mar 2012 12:36:48 -0400 In-Reply-To: <20120321185242.GE28863@taiko.cante.net> (jaalto's message of "Wed, 21 Mar 2012 14:52:42 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4169=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4169> : streams <740170> : uri <1087864> X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 10956 Cc: 10956@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.5 (---) > | > Here is a small patch to check any extra whitespace at the beginning of > | > line. The patch is against Emacs Vcs-Git ba7322c dated 2012-02-29. > | I must be missing something. All it does is change a "\t+$" to > | "[ \t]+$", so it's not really "at the beginning of line" (tho there's > | also a "^" in the regexp, so it really only applies to whitespace-only > | lines). > | I don't think we want to consider lines made up of spaces as suspicious. > It would be good if any whitespace only line were flagged as suspicious, > not just \t, like in: > [SPACE][TAB][SPACE] > [SPACE][TAB] > [TAB][SPACE] > [TAB] > These extra "whitespace" lines are easily missed unless > whitespace-mode is on. I notice the absence of a line with only spaces in your examples. Would you consider such a line as suspicious? Could you expand on why you consider your examples as suspicious? I think I'd agree with "\t[ \t]*" since such lines behave identically to TAB-only lines, but I'm not so sure about lines starting with a space. Since such suspicious lines end up prompting the user, we had better be sure they're really risky, otherwise we might bother people for no good reason. Stefan From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 05 19:52:55 2014 Received: (at 10956) by debbugs.gnu.org; 6 Feb 2014 00:52:55 +0000 Received: from localhost ([127.0.0.1]:51592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBDD4-000739-Uy for submit@debbugs.gnu.org; Wed, 05 Feb 2014 19:52:55 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:55329) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBDD3-000731-4T for 10956@debbugs.gnu.org; Wed, 05 Feb 2014 19:52:53 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WBDCn-0007wl-5c; Thu, 06 Feb 2014 01:52:37 +0100 From: Lars Ingebrigtsen To: Stefan Monnier Subject: Re: bug#10956: make-mode.el - improve makefile-warn-suspicious-lines References: <62ehq5qt.fsf@test20.cante.net> <20120321185242.GE28863@taiko.cante.net> Date: Wed, 05 Feb 2014 16:51:33 -0800 In-Reply-To: (Stefan Monnier's message of "Thu, 22 Mar 2012 12:36:48 -0400") Message-ID: <874n4dysfe.fsf@building.gnus.org> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1WBDCn-0007wl-5c X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392252758.27859@gATPlGbZ9jMqznkyXvGe6g X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 10956 Cc: 10956@debbugs.gnu.org, jaalto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (/) Stefan Monnier writes: > I notice the absence of a line with only spaces in your examples. > Would you consider such a line as suspicious? > Could you expand on why you consider your examples as suspicious? > I think I'd agree with "\t[ \t]*" since such lines behave identically to > TAB-only lines, but I'm not so sure about lines starting with a space. > > Since such suspicious lines end up prompting the user, we had better be > sure they're really risky, otherwise we might bother people for no > good reason. More information was requested a year ago, but no further progress seems to have been made. I'm closing this bug report now, but if you still think that these lines should be suspicious, please reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 05 19:53:01 2014 Received: (at control) by debbugs.gnu.org; 6 Feb 2014 00:53:02 +0000 Received: from localhost ([127.0.0.1]:51595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBDDB-00073V-Lu for submit@debbugs.gnu.org; Wed, 05 Feb 2014 19:53:01 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:55336) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBDD9-00073K-9F for control@debbugs.gnu.org; Wed, 05 Feb 2014 19:52:59 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WBDCv-0007wv-DZ for control@debbugs.gnu.org; Thu, 06 Feb 2014 01:52:45 +0100 Date: Wed, 05 Feb 2014 16:51:42 -0800 Message-Id: <8738jxysf5.fsf@building.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #10956 X-MailScanner-ID: 1WBDCv-0007wv-DZ X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392252766.04342@0Hf0JUF0dbyVe3INWclmew 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.15 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 (/) close 10956 From unknown Sun Jun 22 11:43:32 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, 06 Mar 2014 12:24:06 +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