From unknown Sat Jun 21 10:39:12 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#8101 <8101@debbugs.gnu.org> To: bug#8101 <8101@debbugs.gnu.org> Subject: Status: 24.0.50; `isearch-search-fun-function' Reply-To: bug#8101 <8101@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:39:12 +0000 retitle 8101 24.0.50; `isearch-search-fun-function' reassign 8101 emacs submitter 8101 "Drew Adams" severity 8101 minor tag 8101 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 13:10:55 2011 Received: (at submit) by debbugs.gnu.org; 23 Feb 2011 18:10:56 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PsJAt-0004MZ-3l for submit@debbugs.gnu.org; Wed, 23 Feb 2011 13:10:55 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PsJAr-0004MA-Vs for submit@debbugs.gnu.org; Wed, 23 Feb 2011 13:10:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsJAm-0008G5-0A for submit@debbugs.gnu.org; Wed, 23 Feb 2011 13:10:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:45367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsJAl-0008G1-Tr for submit@debbugs.gnu.org; Wed, 23 Feb 2011 13:10:47 -0500 Received: from [140.186.70.92] (port=55359 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsJAk-0003rD-JB for bug-gnu-emacs@gnu.org; Wed, 23 Feb 2011 13:10:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsJAj-0008FD-AQ for bug-gnu-emacs@gnu.org; Wed, 23 Feb 2011 13:10:46 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:32837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsJAj-0008Dw-5G for bug-gnu-emacs@gnu.org; Wed, 23 Feb 2011 13:10:45 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p1NIAeud008163 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 23 Feb 2011 18:10:42 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p1NEJnNr011719 for ; Wed, 23 Feb 2011 18:10:40 GMT Received: from abhmt021.oracle.com by acsmt353.oracle.com with ESMTP id 1031634181298484629; Wed, 23 Feb 2011 10:10:29 -0800 Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 23 Feb 2011 10:10:29 -0800 From: "Drew Adams" To: Subject: 24.0.50; `isearch-search-fun-function' Date: Wed, 23 Feb 2011 10:10:30 -0800 Message-ID: <66E24FAF136B4253A30F2F2BCB567FBB@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: AcvThPRxGuv9lVsGSJ25dLrBnsc4Aw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4D654DA0.00A5:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -6.4 (------) 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: -6.4 (------) Doc string is broken: "Override `isearch-search-fun'. This function should return the search function for Isearch to use. It will call this function with three arguments as if it were `search-forward'." First line is incorrect. It overrides the default search function which is used by `isearch-search-string', but it does not override `isearch-search-fun'. It is *called* from `isearch-search-fun', so it certainly cannot override it. The biggest problem is the last sentence. "It will call this function" What is "IT"? What is "THIS FUNCTION"? And why mention `search-forward' here? Very confusing, if not downright incorrect. Make it clear that this var's value is a function that is called with NO ARGS and whose return value should be a function of the SAME THREE ARGS as `isearch-search-string'. That returned function will be used by `isearch-search-string' to "search for the first occurrence of STRING or its translation." Further, the doc string of `isearch-search-fun' should also say that the function returned accepts the same three args as `isearch-search-string' - and so on. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-02-14 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/imagesupport/include' From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 16:03:35 2011 Received: (at 8101) by debbugs.gnu.org; 3 Jul 2011 20:03:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdStD-00079L-3g for submit@debbugs.gnu.org; Sun, 03 Jul 2011 16:03:35 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdStB-00078y-So for 8101@debbugs.gnu.org; Sun, 03 Jul 2011 16:03:34 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QdSt0-000602-AQ; Sun, 03 Jul 2011 22:03:22 +0200 From: Lars Magne Ingebrigtsen To: "Drew Adams" Subject: Re: 24.0.50; `isearch-search-fun-function' In-Reply-To: <66E24FAF136B4253A30F2F2BCB567FBB@us.oracle.com> (Drew Adams's message of "Wed, 23 Feb 2011 10:10:30 -0800") Date: Sun, 03 Jul 2011 22:03:12 +0200 Message-ID: References: <66E24FAF136B4253A30F2F2BCB567FBB@us.oracle.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Suddenly, Tammy!'s _Soil Samples_: "Long Way Down" X-Hashcash: 1:23:110703:8101@debbugs.gnu.org::2Rpa7Ylhzvh1O36h:00000000000000000000000000000000000000000SeY7 X-Hashcash: 1:23:110703:drew.adams@oracle.com::lGdeyl8tfTe8sU9E:0000000000000000000000000000000000000000wKnv MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QdSt0-000602-AQ X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310328202.41287@u8ilQKPh6/IQKpINZsE9/A X-Spam-Status: No X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 8101 Cc: 8101@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: -2.8 (--) "Drew Adams" writes: > Make it clear that this var's value is a function that is called with NO > ARGS and whose return value should be a function of the SAME THREE ARGS > as `isearch-search-string'. That returned function will be used by > `isearch-search-string' to "search for the first occurrence of STRING or > its translation." I've clarified the doc string to the best of my ability now: (defvar isearch-search-fun-function nil "Overrides the default `isearch-search-fun' behaviour. This variable should be a function, which will be called with no arguments, and should return a function that takes the same three arguments as `isearch-search-string' requires.") -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 16:03:32 2011 Received: (at control) by debbugs.gnu.org; 3 Jul 2011 20:03:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdSt9-000796-LH for submit@debbugs.gnu.org; Sun, 03 Jul 2011 16:03:32 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdSt6-00078q-45 for control@debbugs.gnu.org; Sun, 03 Jul 2011 16:03:29 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QdSsu-0005zs-LC for control@debbugs.gnu.org; Sun, 03 Jul 2011 22:03:16 +0200 Date: Sun, 03 Jul 2011 22:03:16 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #8101 X-MailScanner-ID: 1QdSsu-0005zs-LC X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310328196.76441@dpjZIiToqLmPRPycuLUOAw X-Spam-Status: No X-Spam-Score: -2.8 (--) 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: -2.8 (--) tags 8101 fixed close 8101 24.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 01:35:29 2011 Received: (at 8101) by debbugs.gnu.org; 4 Jul 2011 05:35:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qdbof-0001AA-DT for submit@debbugs.gnu.org; Mon, 04 Jul 2011 01:35:29 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qdbod-00019z-TK for 8101@debbugs.gnu.org; Mon, 04 Jul 2011 01:35:28 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p645ZK1g007179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 4 Jul 2011 05:35:21 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p645ZJgH019608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Jul 2011 05:35:19 GMT Received: from abhmt105.oracle.com (abhmt105.oracle.com [141.146.116.57]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p645ZDvZ000430; Mon, 4 Jul 2011 00:35:14 -0500 Received: from dradamslap1 (/10.159.32.87) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 03 Jul 2011 22:35:13 -0700 From: "Drew Adams" To: "'Lars Magne Ingebrigtsen'" References: <66E24FAF136B4253A30F2F2BCB567FBB@us.oracle.com> Subject: RE: 24.0.50; `isearch-search-fun-function' Date: Sun, 3 Jul 2011 22:34:59 -0700 Message-ID: <41F1BF0F6B4045E58D01A7DCA3757435@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: Thread-Index: Acw5vEytbaUPGlByQTKT/7hjEmrnOwAT0dQg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4E115119.00FF:SCFMA922111,ss=1,re=-4.000,fgs=0 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: 8101 Cc: 8101@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: -4.4 (----) > > Make it clear that this var's value is a function that is > > called with NO ARGS and whose return value should be a > > function of the SAME THREE ARGS as `isearch-search-string'. > > That returned function will be used by `isearch-search-string' > > to "search for the first occurrence of STRING or > > its translation." > > I've clarified the doc string to the best of my ability now: > > (defvar isearch-search-fun-function nil > "Overrides the default `isearch-search-fun' behaviour. > This variable should be a function, which will be called with no > arguments, and should return a function that takes the same three > arguments as `isearch-search-string' requires.") OK, but: 1. (English) "This variable's value should be..." It is the value, not the variable itself. 2. (Meaning) Without the last sentence I wrote above (or something equivalent) we don't say what the function (value of the var) _does_. What's the point of someone providing a function as the value if we don't say what the function is for? From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 08:15:57 2011 Received: (at 8101) by debbugs.gnu.org; 4 Jul 2011 12:15:57 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qdi4C-0004sh-ST for submit@debbugs.gnu.org; Mon, 04 Jul 2011 08:15:57 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qdi4A-0004sV-5W for 8101@debbugs.gnu.org; Mon, 04 Jul 2011 08:15:55 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qdi3y-0008El-6m; Mon, 04 Jul 2011 14:15:42 +0200 From: Lars Magne Ingebrigtsen To: "Drew Adams" Subject: Re: 24.0.50; `isearch-search-fun-function' In-Reply-To: <41F1BF0F6B4045E58D01A7DCA3757435@us.oracle.com> (Drew Adams's message of "Sun, 3 Jul 2011 22:34:59 -0700") Date: Mon, 04 Jul 2011 14:13:40 +0200 Message-ID: References: <66E24FAF136B4253A30F2F2BCB567FBB@us.oracle.com> <41F1BF0F6B4045E58D01A7DCA3757435@us.oracle.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Joanna Newsom's _Have One On Me (2)_: "Go Long" X-Hashcash: 1:23:110704:drew.adams@oracle.com::+S1WCBuLT9x/OZxU:00000000000000000000000000000000000000009Plz X-Hashcash: 1:23:110704:8101@debbugs.gnu.org::e3QAnxPttSQVFJSI:00000000000000000000000000000000000000000gzra MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Qdi3y-0008El-6m X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310386542.33343@FxNWhokKnE9Ahdr9iR1GKw X-Spam-Status: No X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 8101 Cc: 8101@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: -2.8 (--) "Drew Adams" writes: > OK, but: > > 1. (English) "This variable's value should be..." It is the value, not the > variable itself. > > 2. (Meaning) Without the last sentence I wrote above (or something equivalent) > we don't say what the function (value of the var) _does_. What's the point of > someone providing a function as the value if we don't say what the function is > for? How about this version, which I've now checked in: (defvar isearch-search-fun-function nil "Overrides the default `isearch-search-fun' behaviour. This variable's value should be a function, which will be called with no arguments, and should return a function that takes three arguments: STRING, BOUND, and NOERROR. This returned function will be used by `isearch-search-string' to search for the first occurrence of STRING or its translation.") -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 12:14:40 2011 Received: (at 8101) by debbugs.gnu.org; 4 Jul 2011 16:14:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdlnE-0006Ar-7F for submit@debbugs.gnu.org; Mon, 04 Jul 2011 12:14:40 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdlnC-0006Af-RB for 8101@debbugs.gnu.org; Mon, 04 Jul 2011 12:14:39 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p64GEVR6029240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 4 Jul 2011 16:14:33 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p64GEUxF024314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Jul 2011 16:14:31 GMT Received: from abhmt103.oracle.com (abhmt103.oracle.com [141.146.116.55]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p64GEPU1027939; Mon, 4 Jul 2011 11:14:25 -0500 Received: from dradamslap1 (/10.159.32.87) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 04 Jul 2011 09:14:25 -0700 From: "Drew Adams" To: "'Lars Magne Ingebrigtsen'" References: <66E24FAF136B4253A30F2F2BCB567FBB@us.oracle.com><41F1BF0F6B4045E58D01A7DCA3757435@us.oracle.com> Subject: RE: 24.0.50; `isearch-search-fun-function' Date: Mon, 4 Jul 2011 09:14:11 -0700 Message-ID: <5385D93AE8F840FF904C0AB154308FA1@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: Thread-Index: Acw6RCFu8c0noSIuSVOy0AjDMKGX/wAIT78g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4E11E6E9.004A:SCFMA922111,ss=1,re=-4.000,fgs=0 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: 8101 Cc: 8101@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: -4.4 (----) > How about this version, which I've now checked in: > > (defvar isearch-search-fun-function nil > "Overrides the default `isearch-search-fun' behaviour. > This variable's value should be a function, which will be called > with no arguments, and should return a function that takes three > arguments: STRING, BOUND, and NOERROR. > > This returned function will be used by `isearch-search-string' to > search for the first occurrence of STRING or its translation.") Yes, thank you. From unknown Sat Jun 21 10:39:12 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, 02 Aug 2011 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