From unknown Sun Aug 10 16:51:41 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#11851 <11851@debbugs.gnu.org> To: bug#11851 <11851@debbugs.gnu.org> Subject: Status: 24.1.50; info.el: show messages only when interactive Reply-To: bug#11851 <11851@debbugs.gnu.org> Date: Sun, 10 Aug 2025 23:51:41 +0000 retitle 11851 24.1.50; info.el: show messages only when interactive reassign 11851 emacs submitter 11851 "Drew Adams" severity 11851 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 03 13:47:32 2012 Received: (at submit) by debbugs.gnu.org; 3 Jul 2012 17:47:32 +0000 Received: from localhost ([127.0.0.1]:45634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sm7CF-0006Z6-LT for submit@debbugs.gnu.org; Tue, 03 Jul 2012 13:47:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56843) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sm7CD-0006Yz-Ie for submit@debbugs.gnu.org; Tue, 03 Jul 2012 13:47:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sm77a-0003OB-Op for submit@debbugs.gnu.org; Tue, 03 Jul 2012 13:42:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:56344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm77a-0003O5-Lf for submit@debbugs.gnu.org; Tue, 03 Jul 2012 13:42:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm77Z-0000YM-2d for bug-gnu-emacs@gnu.org; Tue, 03 Jul 2012 13:42:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sm77U-0003Li-49 for bug-gnu-emacs@gnu.org; Tue, 03 Jul 2012 13:42:40 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:25583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm77T-0003KN-TS for bug-gnu-emacs@gnu.org; Tue, 03 Jul 2012 13:42:36 -0400 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q63HgW0e015313 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 3 Jul 2012 17:42:33 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q63HgViX023051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 3 Jul 2012 17:42:32 GMT Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q63HgVIH015728 for ; Tue, 3 Jul 2012 12:42:31 -0500 Received: from dradamslap1 (/10.159.216.148) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 03 Jul 2012 10:42:31 -0700 From: "Drew Adams" To: Subject: 24.1.50; info.el: show messages only when interactive Date: Tue, 3 Jul 2012 10:42:27 -0700 Message-ID: <963AEDEF3EFD48FD8900EB7938FF8E95@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac1ZQzaQoYc8JKrLS/qEc0565YzdNQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) 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: -6.1 (------) In several places in info.el there is a function that could be used in a non-interactive context (e.g. by 3rd-party code). And in such a context it might sometimes not be appropriate to display the various messages that are currently shown unconditionally. Please add optional MSGP arguments and conditionalize the calls to `message' using `called-interactively'. Thx. The only alternative for 3rd-party code that wants to reuse such functions is to redefine them to add optional MSGP args etc. Better that Emacs should do that from the outset. In GNU Emacs 24.1.50.1 (i386-mingw-nt5.1.2600) of 2012-07-01 on MARVIN Bzr revision: 108826 yamaoka@jpl.org-20120702004841-kzatmydft6dct0ry Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --with-gcc (4.6) --no-opt --enable-checking --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include -ID:/devel/emacs/libs/libiconv-1.13.1-1-dev/include -ID:/devel/emacs/libs/libxml2-2.7.8/include/libxml2' From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 11 13:56:51 2012 Received: (at control) by debbugs.gnu.org; 11 Dec 2012 18:56:51 +0000 Received: from localhost ([127.0.0.1]:37480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiV0b-0006z6-Vp for submit@debbugs.gnu.org; Tue, 11 Dec 2012 13:56:51 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:39424) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiV0a-0006yn-2s for control@debbugs.gnu.org; Tue, 11 Dec 2012 13:56:48 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TiUzt-0003gn-Ay for control@debbugs.gnu.org; Tue, 11 Dec 2012 13:56:05 -0500 Date: Tue, 11 Dec 2012 13:56:05 -0500 Message-Id: Subject: control message for bug 11851 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) 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: -4.2 (----) merge 12491 11851 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 11:50:06 2016 Received: (at 11851) by debbugs.gnu.org; 28 Apr 2016 15:50:06 +0000 Received: from localhost ([127.0.0.1]:53306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoCc-000693-K6 for submit@debbugs.gnu.org; Thu, 28 Apr 2016 11:50:06 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:59780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoCX-00068L-UK; Thu, 28 Apr 2016 11:50:03 -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 1avoCR-0004R4-Hy; Thu, 28 Apr 2016 17:50:00 +0200 From: Lars Ingebrigtsen To: Juri Linkov Subject: Re: bug#12491: 24.2.50; `Info-insert-dir' should be able to not show msgs References: <87txupmxbx.fsf@mail.jurta.org> Date: Thu, 28 Apr 2016 17:49:55 +0200 In-Reply-To: <87txupmxbx.fsf@mail.jurta.org> (Juri Linkov's message of "Sun, 23 Sep 2012 02:50:20 +0300") Message-ID: <87lh3xag2k.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: 11851 Cc: 12491@debbugs.gnu.org, 11851@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 (/) Juri Linkov writes: >> `Info-insert-dir' is not an interactive function. It can be called by >> any Lisp code that wants to insert an Info directory. Please provide an >> optional MSG arg (or a NOMSG) arg, so that calling code can optionally >> not show the message "Composing main Info directory...done". > > There are many other messages that you might not want to see. > Better than adding a new arg for all of them, maybe callers > should let-bind a variable like `messages-buffer-max-lines' to nil > that will avoid showing the message. As Eli pointed out, there's now `inhibit-message'. Closing. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 11:50:09 2016 Received: (at control) by debbugs.gnu.org; 28 Apr 2016 15:50:09 +0000 Received: from localhost ([127.0.0.1]:53309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoCe-00069J-Rz for submit@debbugs.gnu.org; Thu, 28 Apr 2016 11:50:09 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:59788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoCd-000694-4C for control@debbugs.gnu.org; Thu, 28 Apr 2016 11:50:07 -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 1avoCa-0004RI-Ud for control@debbugs.gnu.org; Thu, 28 Apr 2016 17:50:06 +0200 Date: Thu, 28 Apr 2016 17:50:04 +0200 Message-Id: <87k2jhag2b.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11851 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 11851 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 12:05:15 2016 Received: (at 11851) by debbugs.gnu.org; 28 Apr 2016 16:05:15 +0000 Received: from localhost ([127.0.0.1]:53339 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoRH-0008BN-2b for submit@debbugs.gnu.org; Thu, 28 Apr 2016 12:05:15 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:20369) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoRF-0008B6-3P; Thu, 28 Apr 2016 12:05:13 -0400 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3SG55dO009552 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 28 Apr 2016 16:05:06 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u3SG54rR013009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 28 Apr 2016 16:05:05 GMT Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u3SG53Zu010986; Thu, 28 Apr 2016 16:05:03 GMT MIME-Version: 1.0 Message-ID: <0d98644c-d3a0-4e38-b054-c401eb3131f5@default> Date: Thu, 28 Apr 2016 09:05:02 -0700 (PDT) From: Drew Adams To: Lars Ingebrigtsen , Juri Linkov Subject: RE: bug#12491: 24.2.50; `Info-insert-dir' should be able to not show msgs References: <87txupmxbx.fsf@mail.jurta.org> <87lh3xag2k.fsf@gnus.org> In-Reply-To: <87lh3xag2k.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 11851 Cc: 12491@debbugs.gnu.org, 11851@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: -3.3 (---) > As Eli pointed out, there's now `inhibit-message'. Closing. That is not the Emacs way. It is not what is recommended in the manual. See (elisp) `Distinguish Interactive'. -- The recommended way to test whether the function was called using 'call-interactively' is to give it an optional argument 'print-message' and use the 'interactive' spec to make it non-'nil' in interactive calls. Here's an example: (defun foo (&optional print-message) (interactive "p") (when print-message (message "foo"))) We use '"p"' because the numeric prefix argument is never 'nil'. Defined in this way, the function does display the message when called from a keyboard macro. The above method with the additional argument is usually best, because it allows callers to say "treat this call as interactive". But you can also do the job by testing 'called-interactively-p'. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 15:04:00 2016 Received: (at 11851) by debbugs.gnu.org; 28 Apr 2016 19:04:00 +0000 Received: from localhost ([127.0.0.1]:53553 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avrEF-00044X-RG for submit@debbugs.gnu.org; Thu, 28 Apr 2016 15:04:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47295) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avrEE-00044K-MZ for 11851@debbugs.gnu.org; Thu, 28 Apr 2016 15:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avrE5-000394-8K for 11851@debbugs.gnu.org; Thu, 28 Apr 2016 15:03:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avrE5-000390-5o; Thu, 28 Apr 2016 15:03:49 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3855 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1avrE4-00019O-9p; Thu, 28 Apr 2016 15:03:48 -0400 Date: Thu, 28 Apr 2016 22:03:34 +0300 Message-Id: <8337q5y2rd.fsf@gnu.org> From: Eli Zaretskii To: Drew Adams In-reply-to: <0d98644c-d3a0-4e38-b054-c401eb3131f5@default> (message from Drew Adams on Thu, 28 Apr 2016 09:05:02 -0700 (PDT)) Subject: Re: bug#11851: bug#12491: 24.2.50; `Info-insert-dir' should be able to not show msgs References: <87txupmxbx.fsf@mail.jurta.org> <87lh3xag2k.fsf@gnus.org> <0d98644c-d3a0-4e38-b054-c401eb3131f5@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: -6.0 (------) X-Debbugs-Envelope-To: 11851 Cc: juri@jurta.org, larsi@gnus.org, 11851@debbugs.gnu.org, 12491@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: -6.0 (------) > Date: Thu, 28 Apr 2016 09:05:02 -0700 (PDT) > From: Drew Adams > Cc: 12491@debbugs.gnu.org, 11851@debbugs.gnu.org > > > As Eli pointed out, there's now `inhibit-message'. Closing. > > That is not the Emacs way. It's in Emacs, so we clearly disagree with you. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 20:41:44 2016 Received: (at 11851) by debbugs.gnu.org; 29 Apr 2016 00:41:44 +0000 Received: from localhost ([127.0.0.1]:53785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avwV6-0001K6-L2 for submit@debbugs.gnu.org; Thu, 28 Apr 2016 20:41:44 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:40696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avwV4-0001Jo-5Q; Thu, 28 Apr 2016 20:41:42 -0400 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 u3T0fZmo018313 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Apr 2016 00:41:36 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id u3T0fZxY014187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Apr 2016 00:41:35 GMT Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u3T0fYul012022; Fri, 29 Apr 2016 00:41:34 GMT MIME-Version: 1.0 Message-ID: Date: Thu, 28 Apr 2016 17:41:33 -0700 (PDT) From: Drew Adams To: Eli Zaretskii , Drew Adams Subject: RE: bug#11851: bug#12491: 24.2.50; `Info-insert-dir' should be able to not show msgs References: < <87txupmxbx.fsf@mail.jurta.org>> <<87lh3xag2k.fsf@gnus.org>> <<0d98644c-d3a0-4e38-b054-c401eb3131f5@default>> <<8337q5y2rd.fsf@gnu.org>> In-Reply-To: <<8337q5y2rd.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.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: -3.3 (---) X-Debbugs-Envelope-To: 11851 Cc: juri@jurta.org, larsi@gnus.org, 11851@debbugs.gnu.org, 12491@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: -3.3 (---) > > > As Eli pointed out, there's now `inhibit-message'. Closing. > > > > That is not the Emacs way. >=20 > It's in Emacs, so we clearly disagree with you. Yes, you do. But Emacs doesn't, as I indicated, with a citation. Or perhaps you want to remove Emacs's current and past recommendation... From unknown Sun Aug 10 16:51:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 27 May 2016 11: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