From unknown Sat Aug 09 15:57:50 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#18018 <18018@debbugs.gnu.org> To: bug#18018 <18018@debbugs.gnu.org> Subject: Status: 24.4.50; (emacs) `Special Isearch' Reply-To: bug#18018 <18018@debbugs.gnu.org> Date: Sat, 09 Aug 2025 22:57:50 +0000 retitle 18018 24.4.50; (emacs) `Special Isearch' reassign 18018 emacs submitter 18018 Drew Adams severity 18018 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 14 12:07:35 2014 Received: (at submit) by debbugs.gnu.org; 14 Jul 2014 16:07:35 +0000 Received: from localhost ([127.0.0.1]:54848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X6imp-0000HJ-At for submit@debbugs.gnu.org; Mon, 14 Jul 2014 12:07:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38938) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X6imj-0000Gy-0V for submit@debbugs.gnu.org; Mon, 14 Jul 2014 12:07:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6imT-0003MV-G4 for submit@debbugs.gnu.org; Mon, 14 Jul 2014 12:07:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6imT-0003MR-Ds for submit@debbugs.gnu.org; Mon, 14 Jul 2014 12:07:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6imK-0005lB-0T for bug-gnu-emacs@gnu.org; Mon, 14 Jul 2014 12:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6im8-00039Z-6B for bug-gnu-emacs@gnu.org; Mon, 14 Jul 2014 12:06:59 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:30674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6im7-00039V-Ts for bug-gnu-emacs@gnu.org; Mon, 14 Jul 2014 12:06:48 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s6EG6kYT019905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 Jul 2014 16:06:47 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s6EG6jUd007987 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 14 Jul 2014 16:06:46 GMT Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s6EG6iSx013312 for ; Mon, 14 Jul 2014 16:06:44 GMT MIME-Version: 1.0 Message-ID: <77671f5a-4f78-4ec4-86c7-69fbe769fe9a@default> Date: Mon, 14 Jul 2014 09:06:43 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.4.50; (emacs) `Special Isearch' X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] 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: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit 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: -4.0 (----) The node says this about case-sensitivity: If the search string you entered contains only lower-case letters, the search is case-insensitive; as long as an upper-case letter exists in the search string, the search becomes case-sensitive. If you delete the upper-case character from the search string, it ceases to have this effect. *Note Search Case::. This is false. This is only the _default_ behavior, i.e., the behavior you get with the default value of `case-fold-search' (non-nil). This is a fine place to mention user option `case-fold-search' and point out that IF its value is non-nil THEN... (this is the behavior you get). In GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-06-28 on ODIEONE Bzr revision: 117431 rgm@gnu.org-20140628015517-eku6hj8mpgcvfnso Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/snapshot/trunk --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib 'CPPFLAGS=3D-DGC_MCHECK=3D1 -Ic:/Devel/emacs/include'' From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 17:56:46 2016 Received: (at 18018) by debbugs.gnu.org; 29 Apr 2016 21:56:46 +0000 Received: from localhost ([127.0.0.1]:56018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awGP0-0002LU-D3 for submit@debbugs.gnu.org; Fri, 29 Apr 2016 17:56:46 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:51227) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awGOy-0002LM-O4 for 18018@debbugs.gnu.org; Fri, 29 Apr 2016 17:56:45 -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 1awGOv-0003Rr-Pa; Fri, 29 Apr 2016 23:56:43 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#18018: 24.4.50; (emacs) `Special Isearch' References: <77671f5a-4f78-4ec4-86c7-69fbe769fe9a@default> Date: Fri, 29 Apr 2016 23:56:41 +0200 In-Reply-To: <77671f5a-4f78-4ec4-86c7-69fbe769fe9a@default> (Drew Adams's message of "Mon, 14 Jul 2014 09:06:43 -0700 (PDT)") Message-ID: <87h9eknko6.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: 18018 Cc: 18018@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: 0.0 (/) Drew Adams writes: > The node says this about case-sensitivity: > > If the search string you entered contains only lower-case letters, > the search is case-insensitive; as long as an upper-case letter exists > in the search string, the search becomes case-sensitive. If you delete > the upper-case character from the search string, it ceases to have this > effect. *Note Search Case::. > > This is false. This is only the _default_ behavior, i.e., the behavior > you get with the default value of `case-fold-search' (non-nil). This is > a fine place to mention user option `case-fold-search' and point out > that IF its value is non-nil THEN... (this is the behavior you get). This seems like it's been fixed since the bug report was filed. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 17:56:53 2016 Received: (at control) by debbugs.gnu.org; 29 Apr 2016 21:56:54 +0000 Received: from localhost ([127.0.0.1]:56021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awGP7-0002Ls-M1 for submit@debbugs.gnu.org; Fri, 29 Apr 2016 17:56:53 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:51234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awGP5-0002Lj-Ho for control@debbugs.gnu.org; Fri, 29 Apr 2016 17:56:51 -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 1awGP3-0003S0-Dh for control@debbugs.gnu.org; Fri, 29 Apr 2016 23:56:50 +0200 Date: Fri, 29 Apr 2016 23:56:49 +0200 Message-Id: <87fuu4nkny.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #18018 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 18018 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 18:42:10 2016 Received: (at 18018) by debbugs.gnu.org; 29 Apr 2016 22:42:10 +0000 Received: from localhost ([127.0.0.1]:56133 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awH6w-0000Cp-3y for submit@debbugs.gnu.org; Fri, 29 Apr 2016 18:42:10 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:44014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awH6u-0000CZ-9A for 18018@debbugs.gnu.org; Fri, 29 Apr 2016 18:42:08 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3TMg2c7028775 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 29 Apr 2016 22:42:02 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u3TMg19p003936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 29 Apr 2016 22:42:02 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u3TMg0sF018365; Fri, 29 Apr 2016 22:42:01 GMT MIME-Version: 1.0 Message-ID: <685fb08c-2932-427f-abdb-e451213e9948@default> Date: Fri, 29 Apr 2016 15:41:59 -0700 (PDT) From: Drew Adams To: Lars Ingebrigtsen Subject: RE: bug#18018: 24.4.50; (emacs) `Special Isearch' References: <77671f5a-4f78-4ec4-86c7-69fbe769fe9a@default> <87h9eknko6.fsf@gnus.org> In-Reply-To: <87h9eknko6.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: userv0022.oracle.com [156.151.31.74] X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 18018 Cc: 18018@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 (---) > > The node says this about case-sensitivity: > > > > If the search string you entered contains only lower-case letters, > > the search is case-insensitive; as long as an upper-case letter exist= s > > in the search string, the search becomes case-sensitive. If you > > delete the upper-case character from the search string, it ceases to > > have this effect. *Note Search Case::. > > > > This is false. This is only the _default_ behavior, i.e., the behavior > > you get with the default value of `case-fold-search' (non-nil). This i= s > > a fine place to mention user option `case-fold-search' and point out > > that IF its value is non-nil THEN... (this is the behavior you get). >=20 > This seems like it's been fixed since the bug report was filed. Really? I don't have a build more recent than 2015-12-10, but in that build, at least, the identical text is still there, and I see nothing added about this being only the default behavior or about `case-fold-search'. But if this was really fixed, great. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 19:12:36 2016 Received: (at 18018) by debbugs.gnu.org; 30 Apr 2016 23:12:36 +0000 Received: from localhost ([127.0.0.1]:58840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awe3v-0006WU-RN for submit@debbugs.gnu.org; Sat, 30 Apr 2016 19:12:36 -0400 Received: from mout-xforward.web.de ([82.165.159.35]:61122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awe3t-0006WH-W3 for 18018@debbugs.gnu.org; Sat, 30 Apr 2016 19:12:34 -0400 Received: from drachen.dragon ([94.217.122.112]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0M8zOD-1aodBe1WNZ-00CRIL; Sun, 01 May 2016 01:12:19 +0200 From: Michael Heerdegen To: Drew Adams Subject: Re: bug#18018: 24.4.50; (emacs) `Special Isearch' References: <77671f5a-4f78-4ec4-86c7-69fbe769fe9a@default> <87h9eknko6.fsf@gnus.org> <685fb08c-2932-427f-abdb-e451213e9948@default> Date: Sun, 01 May 2016 01:12:17 +0200 In-Reply-To: <685fb08c-2932-427f-abdb-e451213e9948@default> (Drew Adams's message of "Fri, 29 Apr 2016 15:41:59 -0700 (PDT)") Message-ID: <87eg9madym.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K0:5OZ7WFmCvaIkn6VTufaXyOFDYPPzsLhKLyAppAJtoYyzMbP5SmQ RMBwBhAFGPg8pA5/sJVTD/+sBMkiPhOWiZHyGo+pMHchEC4v9ChD9Lysz7kV9o3w1+x2yUP FeC7DUZ2dWXMqA27XdqHYDFGhevV+FPPAIW1KNT4gErs+uiuzcarEzU8C+JkKyPdIGdFAEd n1lMc3vVN4dyQ8Yjlu28g== X-UI-Out-Filterresults: junk:10;V01:K0:a7toG2D1iU0=:g1Pqt6JnQH5eeEEDQOC/XCpy vMQ0rmDdriH1kNFB7WzJ6jGP+e4ajG4H+w+cQ71TYYQNZHM2HaggMHFaZklh9Xk+3zkKIoixv e4BAbA88ecQlrFMgXhyvEeZ6rD+sO8y07afUTWWzkrtyOLB0mzg2H3LZDDrhyqjkr6I3g+NI1 74PYKhrs7w6MwMD72SYaJP7Yp9nyFMkaGoZc9CcXLzl0VwAoUjWlzMc9JOr6DFRRBt1oNo84/ ve0rhBD7ROpAXHu/lFYzPTCKl9EUqJTahqKnqGXfZbGnZuR7wvblBnQkN22+GMIj1a9W2CFi9 XNM6A1tuvEFKDqwrGp5e9f7AmioFC9sKRcqhlRs2SHFL9WQYGc1BYJPMfqq52DO3NekkPaK7K Z3oVsH7iGTGokJPgpQtoH5mimsTU6SyGlclvfkiFJnIMLgV7wWWTA3fZcjy+hgD21ZvgZv83c sGGzVf3Eti2lnKmgLtLSnTlsqJOWG3Y30wThAO15bp0qzGbUJv8VsUAWh2tmgQtuDJM3tRj9k qxw3icSzY1Lnu+kgbZj3K8q678yZKW9WP+KvkJolbbQaRToNQusgeLVoKtHyY4h8mysGD6QPp A/CKUcpdI30LbMb/nL5z0C3c92lZXr7l0NqQQI/quf9BzX1FHCYSyM5eeQCGpOlRn3NPG1EBI znQx/cgvljfFi5NQlejr5WjdhSNu64P/QW1LfzdJ3NJ/ZPaXY1Hl2TrAb9y1jLm9LxWRSuS9w 4az/V8UewvXvkgDgNjknY+J9VERViIigz3Y6082vrVEL7fy+OdmQJ9q0m0t35gtQKCQe8RH+2 c0e5f X-Spam-Score: 4.3 (++++) 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: Drew Adams writes: > Really? I don't have a build more recent than 2015-12-10, but in that > build, at least, the identical text is still there, and I see nothing > added about this being only the default behavior or about > `case-fold-search'. > > But if this was really fixed, great. [...] Content analysis details: (4.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (michael_heerdegen[at]web.de) -0.0 SPF_PASS SPF: sender matches SPF record 2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL [82.165.159.35 listed in psbl.surriel.com] 2.6 RCVD_IN_SBL RBL: Received via a relay in Spamhaus SBL [82.165.159.35 listed in zen.spamhaus.org] X-Debbugs-Envelope-To: 18018 Cc: 18018@debbugs.gnu.org, Lars Ingebrigtsen 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.3 (++++) 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: Drew Adams writes: > Really? I don't have a build more recent than 2015-12-10, but in that > build, at least, the identical text is still there, and I see nothing > added about this being only the default behavior or about > `case-fold-search'. > > But if this was really fixed, great. [...] Content analysis details: (4.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.6 RCVD_IN_SBL RBL: Received via a relay in Spamhaus SBL [82.165.159.35 listed in zen.spamhaus.org] 2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL [82.165.159.35 listed in psbl.surriel.com] -1.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (michael_heerdegen[at]web.de) -0.0 SPF_PASS SPF: sender matches SPF record Drew Adams writes: > Really? I don't have a build more recent than 2015-12-10, but in that > build, at least, the identical text is still there, and I see nothing > added about this being only the default behavior or about > `case-fold-search'. > > But if this was really fixed, great. Seems this has been fixed when the new char folding stuff has been integrated. Now the relevant text is in (info "(emacs) Lax Search") and reads like: Searches in Emacs by default ignore the case of the text they are searching through, if you specify the search string in lower case. Thus, if you specify searching for =E2=80=98foo=E2=80=99, then =E2=80=98Foo= =E2=80=99 and =E2=80=98foo=E2=80=99 also match. Regexps, and in particular character sets, behave likewise: =E2=80=98[ab]=E2=80=99 matches =E2=80=98a=E2=80=99 or =E2=80=98A=E2=80=99 o= r =E2=80=98b=E2=80=99 or =E2=80=98B=E2=80=99. This feature is known as =E2= =80=9Ccase folding=E2=80=9D, and it is supported in both incremental and non-increment= al search modes. An upper-case letter anywhere in the search string makes the search case-sensitive. Thus, searching for =E2=80=98Foo=E2=80=99 does not find = =E2=80=98foo=E2=80=99 or =E2=80=98FOO=E2=80=99. This applies to regular expression search as well as to literal string search. The effect ceases if you delete the upper-case letter from the search string. The variable =E2=80=98search-upper-case=E2=80=99 controls t= his: if it is non-=E2=80=98nil=E2=80=99 (the default), an upper-case character in the sea= rch string make the search case-sensitive; setting it to =E2=80=98nil=E2=80=99 disable= s this effect of upper-case characters. If you set the variable =E2=80=98case-fold-search=E2=80=99 to =E2=80=98n= il=E2=80=99, then all letters must match exactly, including case. This is a per-buffer variable; altering the variable normally affects only the current buffer, unless you change its default value. *Note Locals::. This variable applies to nonincremental searches also, including those performed by the replace commands (*note Replace::) and the minibuffer history matching commands (*note Minibuffer History::). Typing =E2=80=98M-c=E2=80=99 or =E2=80=98M-s c=E2=80=99 (=E2=80=98isearc= h-toggle-case-fold=E2=80=99) within an incremental search toggles the case sensitivity of that search. The effect does not extend beyond the current incremental search, but it does override the effect of adding or removing an upper-case letter in the current search. [...] Michael. From unknown Sat Aug 09 15:57:50 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:05 +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