From unknown Tue Aug 19 07:26:34 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#22926 <22926@debbugs.gnu.org> To: bug#22926 <22926@debbugs.gnu.org> Subject: Status: 24.5; `shell-command', `shell-command-default-error-buffer' Reply-To: bug#22926 <22926@debbugs.gnu.org> Date: Tue, 19 Aug 2025 14:26:34 +0000 retitle 22926 24.5; `shell-command', `shell-command-default-error-buffer' reassign 22926 emacs submitter 22926 Drew Adams severity 22926 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 10:15:06 2016 Received: (at submit) by debbugs.gnu.org; 6 Mar 2016 15:15:06 +0000 Received: from localhost ([127.0.0.1]:36950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acaOg-0001aP-AS for submit@debbugs.gnu.org; Sun, 06 Mar 2016 10:15:06 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51029) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acaOe-0001Ze-84 for submit@debbugs.gnu.org; Sun, 06 Mar 2016 10:15:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acaOY-0003cX-8c for submit@debbugs.gnu.org; Sun, 06 Mar 2016 10:14:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: **** X-Spam-Status: No, score=4.3 required=5.0 tests=BAYES_50,XPRIO autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acaOY-0003cS-5F for submit@debbugs.gnu.org; Sun, 06 Mar 2016 10:14:58 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acaOX-0006Ng-9j for bug-gnu-emacs@gnu.org; Sun, 06 Mar 2016 10:14:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acaOS-0003bM-8L for bug-gnu-emacs@gnu.org; Sun, 06 Mar 2016 10:14:57 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:50725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acaOS-0003b8-0j for bug-gnu-emacs@gnu.org; Sun, 06 Mar 2016 10:14:52 -0500 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u26FEms2012719 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 6 Mar 2016 15:14:48 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u26FEm8u013059 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 6 Mar 2016 15:14:48 GMT Received: from abhmp0007.oracle.com (abhmp0007.oracle.com [141.146.116.13]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u26FElCk024798 for ; Sun, 6 Mar 2016 15:14:48 GMT MIME-Version: 1.0 Message-ID: <97b7c9cf-83fc-4d10-8f2b-836132fcc5ca@default> Date: Sun, 6 Mar 2016 07:14:47 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.5; `shell-command', `shell-command-default-error-buffer' X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: submit 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: -4.0 (----) 1. Doc string of `shell-command': Mention that you are prompted for the command. 2. `shell-command-default-error-buffer': Make it a user option. 3. In general, orient the doc a bit more toward interactive use. Especially since the doc suggests that it is especially for interactive use: In Elisp, you will often be better served by calling `call-process' or `start-process' directly, since it offers more control and does not imp= ose the use of a shell (with its need to quote arguments). 4. Also, some lines in the doc string are too long (but not by much: 74 chars max instead of 70). In GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/usr --host=3Di686-pc-mingw32' From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 12:40:12 2016 Received: (at 22926) by debbugs.gnu.org; 6 Mar 2016 17:40:12 +0000 Received: from localhost ([127.0.0.1]:36988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1accf5-0004u2-Rx for submit@debbugs.gnu.org; Sun, 06 Mar 2016 12:40:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49237) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1accf4-0004tq-Lf for 22926@debbugs.gnu.org; Sun, 06 Mar 2016 12:40:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1accev-0007Tm-EG for 22926@debbugs.gnu.org; Sun, 06 Mar 2016 12:40:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1accev-0007Ti-Ag; Sun, 06 Mar 2016 12:40:01 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3521 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1acceu-0004d7-JN; Sun, 06 Mar 2016 12:40:01 -0500 Date: Sun, 06 Mar 2016 19:40:04 +0200 Message-Id: <83ziubv72j.fsf@gnu.org> From: Eli Zaretskii To: Drew Adams In-reply-to: <97b7c9cf-83fc-4d10-8f2b-836132fcc5ca@default> (message from Drew Adams on Sun, 6 Mar 2016 07:14:47 -0800 (PST)) Subject: Re: bug#22926: 24.5; `shell-command', `shell-command-default-error-buffer' References: <97b7c9cf-83fc-4d10-8f2b-836132fcc5ca@default> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22926 Cc: 22926@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sun, 6 Mar 2016 07:14:47 -0800 (PST) > From: Drew Adams > > 1. Doc string of `shell-command': Mention that you are prompted for the > command. Done. > 2. `shell-command-default-error-buffer': Make it a user option. Not sure it's necessary. > 3. In general, orient the doc a bit more toward interactive use. Upon reading the doc string, it already is: the entire first part of it is specifically about interactive invocations. If you have more specific suggestions, let's hear them. > 4. Also, some lines in the doc string are too long (but not by much: 74 > chars max instead of 70). I don't see how this can be helped, as those lines generally reference symbols with long names. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 16:31:11 2016 Received: (at 22926) by debbugs.gnu.org; 6 Mar 2016 21:31:11 +0000 Received: from localhost ([127.0.0.1]:37059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acgGc-0001yw-QN for submit@debbugs.gnu.org; Sun, 06 Mar 2016 16:31:10 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:19197) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acgGa-0001yj-IR for 22926@debbugs.gnu.org; Sun, 06 Mar 2016 16:31:08 -0500 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u26LV2wG029908 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 Mar 2016 21:31:02 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u26LV1P5002605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 6 Mar 2016 21:31:02 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u26LV1JT025420; Sun, 6 Mar 2016 21:31:01 GMT MIME-Version: 1.0 Message-ID: <4e20bee2-3a48-44d1-8501-f19ccc660b0a@default> Date: Sun, 6 Mar 2016 13:30:59 -0800 (PST) From: Drew Adams To: Eli Zaretskii Subject: RE: bug#22926: 24.5; `shell-command', `shell-command-default-error-buffer' References: <<97b7c9cf-83fc-4d10-8f2b-836132fcc5ca@default>> <<83ziubv72j.fsf@gnu.org>> In-Reply-To: <<83ziubv72j.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 22926 Cc: 22926@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: -2.3 (--) > > 1. Doc string of `shell-command': Mention that you are prompted > > for the command. >=20 > Done. Thx. > > 2. `shell-command-default-error-buffer': Make it a user option. >=20 > Not sure it's necessary. Why should it be an internal variable? Did you check how it is used? > > 4. Also, some lines in the doc string are too long (but not by > > much: 74 chars max instead of 70). >=20 > I don't see how this can be helped, as those lines generally > reference symbols with long names. Huh? This is the longest line (but the mailer will perhaps wrap it): `start-process' directly, since it offers more control and does not impose This is the second longest: In an interactive call, the variable `shell-command-default-error-buffer' This the third longest: insert output in current buffer. (This cannot be done asynchronously.) None of those involves a symbol whose name is 68 or more chars. They can all be shortened to 70 chars or less. (All the other lines are 70 chars or less.) From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 11:35:53 2016 Received: (at 22926) by debbugs.gnu.org; 7 Mar 2016 16:35:53 +0000 Received: from localhost ([127.0.0.1]:38278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acy8P-0005nG-5y for submit@debbugs.gnu.org; Mon, 07 Mar 2016 11:35:53 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39391) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acy8O-0005n4-4b for 22926@debbugs.gnu.org; Mon, 07 Mar 2016 11:35:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acy8E-00040U-C4 for 22926@debbugs.gnu.org; Mon, 07 Mar 2016 11:35:46 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acy8E-00040Q-3t; Mon, 07 Mar 2016 11:35:42 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1300 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1acy8D-00047H-Ak; Mon, 07 Mar 2016 11:35:41 -0500 Date: Mon, 07 Mar 2016 18:35:48 +0200 Message-Id: <834mciuty3.fsf@gnu.org> From: Eli Zaretskii To: Drew Adams In-reply-to: <4e20bee2-3a48-44d1-8501-f19ccc660b0a@default> (message from Drew Adams on Sun, 6 Mar 2016 13:30:59 -0800 (PST)) Subject: Re: bug#22926: 24.5; `shell-command', `shell-command-default-error-buffer' References: <<97b7c9cf-83fc-4d10-8f2b-836132fcc5ca@default>> <<83ziubv72j.fsf@gnu.org>> <4e20bee2-3a48-44d1-8501-f19ccc660b0a@default> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22926 Cc: 22926@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sun, 6 Mar 2016 13:30:59 -0800 (PST) > From: Drew Adams > Cc: 22926@debbugs.gnu.org > > > > 2. `shell-command-default-error-buffer': Make it a user option. > > > > Not sure it's necessary. > > Why should it be an internal variable? Did you check how it is used? I'm just saying it's not obvious we should do that. > > > 4. Also, some lines in the doc string are too long (but not by > > > much: 74 chars max instead of 70). > > > > I don't see how this can be helped, as those lines generally > > reference symbols with long names. > > Huh? This is the longest line (but the mailer will perhaps wrap it): > > `start-process' directly, since it offers more control and does not impose > > This is the second longest: > > In an interactive call, the variable `shell-command-default-error-buffer' > > This the third longest: > > insert output in current buffer. (This cannot be done asynchronously.) The second one cannot be usefully made shorter (going from 72 columns to 36 doesn't sound like a move for the best). And since we have a 72 column line, having a 74-column line in the same doc string doesn't sound like a disaster to me. From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 11:52:30 2016 Received: (at 22926) by debbugs.gnu.org; 7 Mar 2016 16:52:30 +0000 Received: from localhost ([127.0.0.1]:38294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acyOU-0006Hp-Dn for submit@debbugs.gnu.org; Mon, 07 Mar 2016 11:52:30 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:46656) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1acyOS-0006Hc-JX for 22926@debbugs.gnu.org; Mon, 07 Mar 2016 11:52:29 -0500 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u27GqLXM003810 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 Mar 2016 16:52:22 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id u27GqKlx010344 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 7 Mar 2016 16:52:21 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u27GqJLI007727; Mon, 7 Mar 2016 16:52:20 GMT MIME-Version: 1.0 Message-ID: <40e1f856-b7a9-4221-9443-a1fdc526837d@default> Date: Mon, 7 Mar 2016 08:52:18 -0800 (PST) From: Drew Adams To: Eli Zaretskii , Drew Adams Subject: RE: bug#22926: 24.5; `shell-command', `shell-command-default-error-buffer' References: <<<97b7c9cf-83fc-4d10-8f2b-836132fcc5ca@default>>> <<<83ziubv72j.fsf@gnu.org>>> <<4e20bee2-3a48-44d1-8501-f19ccc660b0a@default>> <<834mciuty3.fsf@gnu.org>> In-Reply-To: <<834mciuty3.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 22926 Cc: 22926@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: -2.3 (--) > The second one cannot be usefully made shorter (going from 72 > columns to 36 doesn't sound like a move for the best). I disagree. A maximum limit is a maximum limit. And it can affect operations and tools such as window/frame fitting. A 36-column line is not a "disaster". Even a 2-column line is not a disaster. > And since we have a 72 column line, having a 74-column line in the > same doc string doesn't sound like a disaster to me. Etc., etc. And if 74 then why not 76? And if 76 then why not 78... The lines should respect the maximum limit. Simple, clear. Helps users both directly and indirectly (e.g. window/frame fitting). And no, it is not a "disaster" if lines do not respect the rule. But it is a bug - not all bugs are disasters. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 18:55:53 2016 Received: (at 22926) by debbugs.gnu.org; 30 Apr 2016 22:55:54 +0000 Received: from localhost ([127.0.0.1]:58785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdnl-0004Qb-NP for submit@debbugs.gnu.org; Sat, 30 Apr 2016 18:55:53 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:33272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdnk-0004QV-DO for 22926@debbugs.gnu.org; Sat, 30 Apr 2016 18:55:52 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awdnh-0007zB-PQ; Sun, 01 May 2016 00:55:51 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#22926: 24.5; `shell-command', `shell-command-default-error-buffer' References: <97b7c9cf-83fc-4d10-8f2b-836132fcc5ca@default> <83ziubv72j.fsf@gnu.org> Date: Sun, 01 May 2016 00:55:49 +0200 In-Reply-To: <83ziubv72j.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 06 Mar 2016 19:40:04 +0200") Message-ID: <87d1p6670q.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 22926 Cc: 22926@debbugs.gnu.org, Drew Adams 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 (/) Eli Zaretskii writes: >> 2. `shell-command-default-error-buffer': Make it a user option. > > Not sure it's necessary. I agree. And I think you covered the other points in this bug report... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 18:56:01 2016 Received: (at control) by debbugs.gnu.org; 30 Apr 2016 22:56:01 +0000 Received: from localhost ([127.0.0.1]:58788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdns-0004Qw-UC for submit@debbugs.gnu.org; Sat, 30 Apr 2016 18:56:01 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:33280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdnr-0004Qn-6k for control@debbugs.gnu.org; Sat, 30 Apr 2016 18:55:59 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awdno-0007zN-Ut for control@debbugs.gnu.org; Sun, 01 May 2016 00:55:58 +0200 Date: Sun, 01 May 2016 00:55:56 +0200 Message-Id: <87bn4q670j.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #22926 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 (/) close 22926 From unknown Tue Aug 19 07:26:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 29 May 2016 11:24:07 +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