From unknown Fri Aug 15 03:56:26 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#34371 <34371@debbugs.gnu.org> To: bug#34371 <34371@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs: Add modules support. Reply-To: bug#34371 <34371@debbugs.gnu.org> Date: Fri, 15 Aug 2025 10:56:26 +0000 retitle 34371 [PATCH] gnu: emacs: Add modules support. reassign 34371 guix-patches submitter 34371 Pierre-Antoine Rouby severity 34371 normal tag 34371 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 07 11:45:25 2019 Received: (at submit) by debbugs.gnu.org; 7 Feb 2019 16:45:25 +0000 Received: from localhost ([127.0.0.1]:38576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grmnl-0004KF-0n for submit@debbugs.gnu.org; Thu, 07 Feb 2019 11:45:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grmni-0004K1-Vj for submit@debbugs.gnu.org; Thu, 07 Feb 2019 11:45:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:55015) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grmnd-0004eC-Od for submit@debbugs.gnu.org; Thu, 07 Feb 2019 11:45:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grmnd-0006Fj-01 for guix-patches@gnu.org; Thu, 07 Feb 2019 11:45:17 -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,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grmnc-0004dc-C0 for guix-patches@gnu.org; Thu, 07 Feb 2019 11:45:16 -0500 Received: from 2.mo178.mail-out.ovh.net ([46.105.39.61]:50495) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grmnc-0004Ux-6M for guix-patches@gnu.org; Thu, 07 Feb 2019 11:45:16 -0500 Received: from player159.ha.ovh.net (unknown [10.109.159.222]) by mo178.mail-out.ovh.net (Postfix) with ESMTP id 068545112C for ; Thu, 7 Feb 2019 17:45:04 +0100 (CET) Received: from parouby.fr (ppp-seco21parth2-46-193-167-148.wb.wifirst.net [46.193.167.148]) (Authenticated sender: contact@parouby.fr) by player159.ha.ovh.net (Postfix) with ESMTPSA id 59BCE262380E; Thu, 7 Feb 2019 16:45:01 +0000 (UTC) From: Pierre-Antoine Rouby To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs: Add modules support. Date: Thu, 7 Feb 2019 17:43:47 +0100 Message-Id: <20190207164347.4199-1-contact@parouby.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Ovh-Tracer-Id: 6958061425957418066 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtledrledtgdelhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecu Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 46.105.39.61 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Pierre-Antoine Rouby 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 (/) * gnu/packages/emacs.scm (emacs): Add modules support in configure-flags. --- gnu/packages/emacs.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7e8dcadf9..40d280f3e 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -115,6 +115,7 @@ (build-system glib-or-gtk-build-system) (arguments `(#:tests? #f ; no check target + #:configure-flags (list "--with-modules") #:phases (modify-phases %standard-phases (add-before 'configure 'fix-/bin/pwd --=20 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 15 16:16:16 2019 Received: (at 34371) by debbugs.gnu.org; 15 Feb 2019 21:16:16 +0000 Received: from localhost ([127.0.0.1]:49836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gukqC-00052J-JD for submit@debbugs.gnu.org; Fri, 15 Feb 2019 16:16:15 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:46994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gukqA-000529-HK for 34371@debbugs.gnu.org; Fri, 15 Feb 2019 16:16:11 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id ABCBD1029C; Fri, 15 Feb 2019 22:16:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gYhFOXD5WAy5; Fri, 15 Feb 2019 22:16:05 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A857F10294; Fri, 15 Feb 2019 22:16:04 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pierre-Antoine Rouby Subject: Re: [bug#34371] [PATCH] gnu: emacs: Add modules support. References: <20190207164347.4199-1-contact@parouby.fr> Date: Fri, 15 Feb 2019 22:16:03 +0100 In-Reply-To: <20190207164347.4199-1-contact@parouby.fr> (Pierre-Antoine Rouby's message of "Thu, 7 Feb 2019 17:43:47 +0100") Message-ID: <87imxkkb1o.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34371 Cc: 34371@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 (/) Hello Pierre-Antoine, Pierre-Antoine Rouby skribis: > * gnu/packages/emacs.scm (emacs): Add modules support in configure-flags. > --- > gnu/packages/emacs.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 7e8dcadf9..40d280f3e 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -115,6 +115,7 @@ > (build-system glib-or-gtk-build-system) > (arguments > `(#:tests? #f ; no check target > + #:configure-flags (list "--with-modules") What effect does it have? (I guess I=E2=80=99m a noob!) If the Emacsfolks among us are fine with it, then so be it! Thank you, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 18 17:58:43 2019 Received: (at 34371) by debbugs.gnu.org; 18 Feb 2019 22:58:43 +0000 Received: from localhost ([127.0.0.1]:53410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvrs2-0003Oj-SH for submit@debbugs.gnu.org; Mon, 18 Feb 2019 17:58:43 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvrs1-0003Oa-8X for 34371@debbugs.gnu.org; Mon, 18 Feb 2019 17:58:41 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1550530697; cv=none; d=zoho.com; s=zohoarc; b=UHLeB4pY28WxYMDODRhNW1MEX1carJ09MT87ShmYq/0710MvUiCN7Ngdl3qWsexr6DIyRMQNye3O7XbBgpu82jS4FKRaE0dxtQ5AL20iNCRKIlALbVKjShPCrmQisxgO1qbcBO3tCsmxKw0u1QUyEnG0VgiGqIDxmehO+yyC2iA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1550530697; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=yjV2cusYywlVZC74GtWI9revpwRwobyQ1bjSahx+VPI=; b=O/tmpuFDk/mx2Z+u0NSxLeIpQZY4kD7CcAdPUIE6acKe0NQygCjRXWJJ3NixW2BWDe2VW2nlkbLNWGK8yxz6EKhYbn2dHR3W9FPgtR7G+KRwDg9g9YzNUjXj5LsOyIv2Ael8Gmwv8PkpUdOTkxDdco7Wir8xjMYwkpfPN8W/6k8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1550530697; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=994; bh=yjV2cusYywlVZC74GtWI9revpwRwobyQ1bjSahx+VPI=; b=L1VsvLanPWQPIqP8gyaEXme1lGYI3PPIGWxt/c2sPDevT78v5iAAYU5lPeqlDgDK QCvtCGv8iiLUrAFme5uoOLcIu9iIgE9NbI9L3ZN5rjXCE8wWfKg9ZhMQnSF43YV+Xij oN/gvwqGD1RbXq+MpWVumIikUyHsQW9XQjTjSKYQ= Received: from localhost (p3E9E9E21.dip0.t-ipconnect.de [62.158.158.33]) by mx.zohomail.com with SMTPS id 1550530694821904.1105870952152; Mon, 18 Feb 2019 14:58:14 -0800 (PST) References: <20190207164347.4199-1-contact@parouby.fr> <87imxkkb1o.fsf@gnu.org> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#34371] [PATCH] gnu: emacs: Add modules support. In-reply-to: <87imxkkb1o.fsf@gnu.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 18 Feb 2019 23:58:11 +0100 Message-ID: <87zhqsvh4s.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34371 Cc: Pierre-Antoine Rouby , 34371@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: -1.0 (-) Ludovic Court=C3=A8s writes: > Hello Pierre-Antoine, > > Pierre-Antoine Rouby skribis: > >> * gnu/packages/emacs.scm (emacs): Add modules support in configure-flags. >> --- >> gnu/packages/emacs.scm | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm >> index 7e8dcadf9..40d280f3e 100644 >> --- a/gnu/packages/emacs.scm >> +++ b/gnu/packages/emacs.scm >> @@ -115,6 +115,7 @@ >> (build-system glib-or-gtk-build-system) >> (arguments >> `(#:tests? #f ; no check target >> + #:configure-flags (list "--with-modules") > > What effect does it have? (I guess I=E2=80=99m a noob!) > > If the Emacsfolks among us are fine with it, then so be it! This allows one to build and load native C modules. It=E2=80=99s a heavy-w= eight extension mechanism (that one could use to extend Emacs with Guile support, for example). I don=E2=80=99t object to this change. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 18 18:05:55 2019 Received: (at 34371) by debbugs.gnu.org; 18 Feb 2019 23:05:55 +0000 Received: from localhost ([127.0.0.1]:53414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvrz0-0003i6-N5 for submit@debbugs.gnu.org; Mon, 18 Feb 2019 18:05:54 -0500 Received: from mout02.posteo.de ([185.67.36.66]:44707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvryx-0003hg-CI for 34371@debbugs.gnu.org; Mon, 18 Feb 2019 18:05:52 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5A1252400FB for <34371@debbugs.gnu.org>; Tue, 19 Feb 2019 00:05:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550531145; bh=bfIbOcW1L5jA7rcRXWfQI9luzxrM9x3pZhscUq4zBvE=; h=From:To:Cc:Subject:Date:From; b=pOJhHwI0wosVQIVa1dNOI0EIcTmayGASI1nQv6X905UG3/O8uosiRDgSSbbOHxsp5 0khzzFFAwdUSuy7krApyT8w/547tnB8BDMKe8kueMHcqLtXMJgyJ2HjUZ40nt4QgFq XegkxXCmU7QCMNUi9Xz756wKrxgzyigil7T70aholfW7j4NWVj0UUOiD4QED4cmFWb r4lFTAKnD6g5J5114T2yXVmIa1TcQIBKE2OOlS6b+n7r5iykqyJxqvI2U3+Shx1ZQv 0tpC846kvxBdi/dp3JZDsfmdKRShTjbeLIr0jx/69Jf/KN1PEewsIubZlM8p14AP/o m9obNtsUy6r6w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 443KGb3lN0z9rxK; Tue, 19 Feb 2019 00:05:43 +0100 (CET) References: <20190207164347.4199-1-contact@parouby.fr> <87imxkkb1o.fsf@gnu.org> <87zhqsvh4s.fsf@elephly.net> User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio To: Ricardo Wurmus Subject: Re: [bug#34371] [PATCH] gnu: emacs: Add modules support. In-reply-to: <87zhqsvh4s.fsf@elephly.net> Date: Mon, 18 Feb 2019 17:05:41 -0600 Message-ID: <87a7is8zp6.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 34371 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , Pierre-Antoine Rouby , 34371@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 (---) Ricardo Wurmus writes: > Ludovic Court=C3=A8s writes: > >> Hello Pierre-Antoine, >> >> Pierre-Antoine Rouby skribis: >> >>> * gnu/packages/emacs.scm (emacs): Add modules support in configure-flag= s. >>> --- >>> gnu/packages/emacs.scm | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm >>> index 7e8dcadf9..40d280f3e 100644 >>> --- a/gnu/packages/emacs.scm >>> +++ b/gnu/packages/emacs.scm >>> @@ -115,6 +115,7 @@ >>> (build-system glib-or-gtk-build-system) >>> (arguments >>> `(#:tests? #f ; no check target >>> + #:configure-flags (list "--with-modules") >> >> What effect does it have? (I guess I=E2=80=99m a noob!) >> >> If the Emacsfolks among us are fine with it, then so be it! > > This allows one to build and load native C modules. It=E2=80=99s a heavy= -weight > extension mechanism (that one could use to extend Emacs with Guile > support, for example). > > I don=E2=80=99t object to this change. Agreed with Ricardo, I think this change is great, it is something I have been doing in my own recipe for Emacs. Move it upstream, for sure. Brett Gilio From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 04 08:40:33 2019 Received: (at 34371-done) by debbugs.gnu.org; 4 Mar 2019 13:40:33 +0000 Received: from localhost ([127.0.0.1]:59230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0npY-0003XC-TR for submit@debbugs.gnu.org; Mon, 04 Mar 2019 08:40:33 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:36892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0npX-0003X3-BX for 34371-done@debbugs.gnu.org; Mon, 04 Mar 2019 08:40:32 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AF1279C22; Mon, 4 Mar 2019 14:40:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YmQMitVBB71J; Mon, 4 Mar 2019 14:40:29 +0100 (CET) Received: from ribbon (unknown [IPv6:2001:660:6102:320:e120:2c8f:8909:cdfe]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8EAD89C1F; Mon, 4 Mar 2019 14:40:29 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ricardo Wurmus Subject: Re: [bug#34371] [PATCH] gnu: emacs: Add modules support. References: <20190207164347.4199-1-contact@parouby.fr> <87imxkkb1o.fsf@gnu.org> <87zhqsvh4s.fsf@elephly.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 =?utf-8?Q?Vent=C3=B4se?= an 227 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 04 Mar 2019 14:40:28 +0100 In-Reply-To: <87zhqsvh4s.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 18 Feb 2019 23:58:11 +0100") Message-ID: <87d0n6sqpf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34371-done Cc: 34371-done@debbugs.gnu.org, Pierre-Antoine Rouby 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 (/) Hi, Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: > >> Hello Pierre-Antoine, >> >> Pierre-Antoine Rouby skribis: >> >>> * gnu/packages/emacs.scm (emacs): Add modules support in configure-flag= s. >>> --- >>> gnu/packages/emacs.scm | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm >>> index 7e8dcadf9..40d280f3e 100644 >>> --- a/gnu/packages/emacs.scm >>> +++ b/gnu/packages/emacs.scm >>> @@ -115,6 +115,7 @@ >>> (build-system glib-or-gtk-build-system) >>> (arguments >>> `(#:tests? #f ; no check target >>> + #:configure-flags (list "--with-modules") >> >> What effect does it have? (I guess I=E2=80=99m a noob!) >> >> If the Emacsfolks among us are fine with it, then so be it! > > This allows one to build and load native C modules. It=E2=80=99s a heavy= -weight > extension mechanism (that one could use to extend Emacs with Guile > support, for example). > > I don=E2=80=99t object to this change. Alright, applied. Thanks Ricardo and Brett for chiming in! Ludo=E2=80=99. From unknown Fri Aug 15 03:56:26 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 Apr 2019 11:24:08 +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