From unknown Tue Aug 19 14:23:30 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#50738 <50738@debbugs.gnu.org> To: bug#50738 <50738@debbugs.gnu.org> Subject: Status: `ert-deftest` bodies should not use lexical-binding=nil Reply-To: bug#50738 <50738@debbugs.gnu.org> Date: Tue, 19 Aug 2025 21:23:30 +0000 retitle 50738 `ert-deftest` bodies should not use lexical-binding=3Dnil reassign 50738 emacs submitter 50738 Mattias Engdeg=C3=A5rd severity 50738 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 22 07:14:14 2021 Received: (at submit) by debbugs.gnu.org; 22 Sep 2021 11:14:14 +0000 Received: from localhost ([127.0.0.1]:48982 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT0Cc-0000m7-3k for submit@debbugs.gnu.org; Wed, 22 Sep 2021 07:14:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:50600) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT0CY-0000lu-0X for submit@debbugs.gnu.org; Wed, 22 Sep 2021 07:14:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mT0CX-0001AT-6t for bug-gnu-emacs@gnu.org; Wed, 22 Sep 2021 07:14:09 -0400 Received: from mail1450c50.megamailservers.eu ([91.136.14.50]:39242 helo=mail265c50.megamailservers.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mT0CU-0008Qw-2n for bug-gnu-emacs@gnu.org; Wed, 22 Sep 2021 07:14:08 -0400 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1632309241; bh=Vgrv+kdF2s92i8bHhanNszifEhCmXfiP5JmldaodCko=; h=From:Subject:Date:To:From; b=M0DDrSXQJESscnuxLZHPxuG3ogCA0TPypMQRLHA3ogR56tQAMGUOL+OcC7WgKSGGj fFmVNKr9VYhmLVUCYb8icN3OvUN5ylf0nHhbEKc95YEvfE4j//7xS6p/z3vA3NGs2G 7zvQYu2yfkcBz1zD8iZv1fVn5PgVCqop0CPxUD2k= Feedback-ID: mattiase@acm.or Received: from stanniol.lan (c-b952e353.032-75-73746f71.bbcust.telenor.se [83.227.82.185]) (authenticated bits=0) by mail265c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 18MBDxHt003295 for ; Wed, 22 Sep 2021 11:14:01 +0000 From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.21\)) Subject: `ert-deftest` bodies should not use lexical-binding=nil Message-Id: <8620C815-C0FC-4C81-A1A0-1F0AFBD603AD@acm.org> Date: Wed, 22 Sep 2021 13:13:58 +0200 To: bug-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.3445.104.21) X-CTCH-RefID: str=0001.0A742F18.614B0FF9.0012, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.4 cv=adICITkt c=1 sm=1 tr=0 ts=614b0ff9 a=von4qPfY+hyqc0zmWf0tYQ==:117 a=von4qPfY+hyqc0zmWf0tYQ==:17 a=kj9zAlcOel0A:10 a=M51BFTxLslgA:10 a=NkP1B6mPVDB6Q4tCyRIA:9 a=CjuIK1q_8ugA:10 X-Origin-Country: SE Received-SPF: softfail client-ip=91.136.14.50; envelope-from=mattiase@acm.org; helo=mail265c50.megamailservers.eu X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) Contrary to the expectations of everybody, the body of `ert-deftest` is = always run with `lexical-binding` bound to nil regardless of what the = file uses. This bug keeps causing trouble and it's high time we did = something about it. The technical reason for this snag is that the body is evaluated inside = a `with-temp-buffer` clause (see `ert--run-test-internal`). Some = options, ordered in roughly decreasing order of desirability = (subjective): 1. Make with-temp-buffer use the current value of lexical-binding for = the temporary buffer, instead of always using nil. 2. Make ert-deftest bodies use lexical-binding=3Dt. 3. Make ert-deftest bodies use the file value of lexical-binding. Although the last option looks sensible at first glance it's a bit messy = in practice because of how ERT works (the value of lexical-binding needs = to be threaded through various data structures) and shouldn't we migrate = to lexical-binding anyway? From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 22 10:27:00 2021 Received: (at 50738) by debbugs.gnu.org; 22 Sep 2021 14:27:00 +0000 Received: from localhost ([127.0.0.1]:51405 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT3D9-0002jv-SM for submit@debbugs.gnu.org; Wed, 22 Sep 2021 10:27:00 -0400 Received: from mail1465c50.megamailservers.eu ([91.136.14.65]:43592 helo=mail268c50.megamailservers.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT3D6-0002jP-QW for 50738@debbugs.gnu.org; Wed, 22 Sep 2021 10:26:58 -0400 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1632320809; bh=NPAWaGXuQXhksB1m0vzCKyBSeT/KnT4KaFaVO7r0e9Y=; h=From:Subject:Date:To:From; b=GXoQkFHMlNd5xB/iKjOB+efRA3jj72J4PAPRpLzJnmnnsg+0eU3fcaubNItKNiSwu AfvQ3m7BEVIzCiQvbYsliJqjo/zIJTaaVGJ5NUkvhOKYSrrQJlopFJfshvxypV4EGE GdeWcbKQk5b2yO0lCT1tUtzJVxSLlmh+Gke2y2N8= Feedback-ID: mattiase@acm.or Received: from stanniol.lan (c-b952e353.032-75-73746f71.bbcust.telenor.se [83.227.82.185]) (authenticated bits=0) by mail268c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 18MEQlqX024938 for <50738@debbugs.gnu.org>; Wed, 22 Sep 2021 14:26:49 +0000 From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.21\)) Subject: bug#50738: `ert-deftest` bodies should not use lexical-binding=nil Message-Id: <77669ED1-89A0-4E01-9382-7D77EFAE5C3F@acm.org> Date: Wed, 22 Sep 2021 16:26:46 +0200 To: 50738@debbugs.gnu.org X-Mailer: Apple Mail (2.3445.104.21) X-CTCH-RefID: str=0001.0A742F17.614B3D29.004C, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.4 cv=QcUFAuXv c=1 sm=1 tr=0 ts=614b3d29 a=von4qPfY+hyqc0zmWf0tYQ==:117 a=von4qPfY+hyqc0zmWf0tYQ==:17 a=kj9zAlcOel0A:10 a=M51BFTxLslgA:10 a=GOukQ3dWM52t5mibOlIA:9 a=CjuIK1q_8ugA:10 X-Origin-Country: SE X-Spam-Score: 1.4 (+) 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: > 1. Make with-temp-buffer use the current value of lexical-binding for the temporary buffer, instead of always using nil. This causes three tests to fail, of which two just lazy test assumptions (fixed in 6ad77d36fd3f) and the third was the anonymous &rest case which is a real bug that was previously hidden. Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.4 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS X-Debbugs-Envelope-To: 50738 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 (/) > 1. Make with-temp-buffer use the current value of lexical-binding for = the temporary buffer, instead of always using nil. This causes three tests to fail, of which two just lazy test assumptions = (fixed in 6ad77d36fd3f) and the third was the anonymous &rest case which = is a real bug that was previously hidden. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 22 16:34:02 2021 Received: (at 50738) by debbugs.gnu.org; 22 Sep 2021 20:34:02 +0000 Received: from localhost ([127.0.0.1]:51812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT8wM-0000lg-9w for submit@debbugs.gnu.org; Wed, 22 Sep 2021 16:34:02 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT8wK-0000l9-1w for 50738@debbugs.gnu.org; Wed, 22 Sep 2021 16:34:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Y27lUX8wVJlZM/09MPZKl74siEPZxBwNf48p/F5ddJo=; b=qQ7Gfw3Qndxznz99J6sSUhcxMv 1avnCIBxwE6qYb1oB21FktvnVHYMidxkesien/9HD9c65YVLhKVPN0rnFZA1VEMhqOBkC3dlqGuir QZTAom7T6ZwQY9Nzy9UMArwYfAxM/b89LiQ1lC07IW2Onk7d3QIPdmqj2GCjb5DQzIaw=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mT8w9-00072a-8g; Wed, 22 Sep 2021 22:33:53 +0200 From: Lars Ingebrigtsen To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Subject: Re: bug#50738: `ert-deftest` bodies should not use lexical-binding=nil References: <8620C815-C0FC-4C81-A1A0-1F0AFBD603AD@acm.org> X-Now-Playing: Jerry Harrison's _The Red And The Black_: "Fast Karma, No Questions" Date: Wed, 22 Sep 2021 22:33:48 +0200 In-Reply-To: <8620C815-C0FC-4C81-A1A0-1F0AFBD603AD@acm.org> ("Mattias =?utf-8?Q?Engdeg=C3=A5rd=22's?= message of "Wed, 22 Sep 2021 13:13:58 +0200") Message-ID: <87ee9gtknn.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Mattias EngdegÄrd writes: > 1. Make with-temp-buffer use the current value of lexical-binding for > the temporary buffer, instead of always using nil. I think that makes the most sense? Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50738 Cc: 50738@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 (---) Mattias Engdeg=C3=A5rd writes: > 1. Make with-temp-buffer use the current value of lexical-binding for > the temporary buffer, instead of always using nil. I think that makes the most sense?=20=20 --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 23 01:50:48 2021 Received: (at 50738) by debbugs.gnu.org; 23 Sep 2021 05:50:48 +0000 Received: from localhost ([127.0.0.1]:52447 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTHdA-0006Q4-Jx for submit@debbugs.gnu.org; Thu, 23 Sep 2021 01:50:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTHd8-0006Pp-Ao for 50738@debbugs.gnu.org; Thu, 23 Sep 2021 01:50:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34130) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTHd2-0000tz-Nf; Thu, 23 Sep 2021 01:50:40 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3410 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTHd0-0002hL-N6; Thu, 23 Sep 2021 01:50:40 -0400 Date: Thu, 23 Sep 2021 08:50:31 +0300 Message-Id: <83zgs3vo0o.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-Reply-To: <87ee9gtknn.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 22 Sep 2021 22:33:48 +0200) Subject: Re: bug#50738: `ert-deftest` bodies should not use lexical-binding=nil References: <8620C815-C0FC-4C81-A1A0-1F0AFBD603AD@acm.org> <87ee9gtknn.fsf@gnus.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50738 Cc: 50738@debbugs.gnu.org, mattiase@acm.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 (---) > From: Lars Ingebrigtsen > Date: Wed, 22 Sep 2021 22:33:48 +0200 > Cc: 50738@debbugs.gnu.org > > Mattias EngdegÄrd writes: > > > 1. Make with-temp-buffer use the current value of lexical-binding for > > the temporary buffer, instead of always using nil. > > I think that makes the most sense? I think it's dangerous to do this in Emacs 28. After all, the original issue is with ERT, whereas the change will affect gobs of code. After the emacs-28 branch is cut, if you feel adventurous, ... From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 25 14:34:02 2021 Received: (at 50738-done) by debbugs.gnu.org; 25 Sep 2021 18:34:02 +0000 Received: from localhost ([127.0.0.1]:34709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUCUr-0002az-VM for submit@debbugs.gnu.org; Sat, 25 Sep 2021 14:34:02 -0400 Received: from mail1440c50.megamailservers.eu ([91.136.14.40]:59232 helo=mail264c50.megamailservers.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUCUp-0002ae-EB for 50738-done@debbugs.gnu.org; Sat, 25 Sep 2021 14:34:00 -0400 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1632594833; bh=OLd0HEMNGE8DOUtWOfs4b5CVyX7Q+nMjtGhau92ECfg=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=jNiJz5Tm43lkIUfTB/Pdy3CAJ10FGLHAIsPpZHcu/m3ZpOsVz/Gr3LpN2il0L/nIx J3xF3RNevGNj0bBuuJ2FilOn54RjwNszmkZ0cU6HdF9xiU0npearTAXmsFp/z2L4c5 VBR2/agN6Ac/TjxsHaL5X3F6HwemXqJbZrwXagLE= Feedback-ID: mattiase@acm.or Received: from [192.168.0.4] (c188-150-171-71.bredband.tele2.se [188.150.171.71]) (authenticated bits=0) by mail264c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 18PIXo1A007371; Sat, 25 Sep 2021 18:33:52 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.21\)) Subject: Re: bug#50738: `ert-deftest` bodies should not use lexical-binding=nil From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= In-Reply-To: <83zgs3vo0o.fsf@gnu.org> Date: Sat, 25 Sep 2021 20:33:49 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <8620C815-C0FC-4C81-A1A0-1F0AFBD603AD@acm.org> <87ee9gtknn.fsf@gnus.org> <83zgs3vo0o.fsf@gnu.org> To: Eli Zaretskii X-Mailer: Apple Mail (2.3445.104.21) X-CTCH-RefID: str=0001.0A742F21.614F6B90.0052, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.4 cv=HoQVp2fS c=1 sm=1 tr=0 ts=614f6b91 a=SF+I6pRkHZhrawxbOkkvaA==:117 a=SF+I6pRkHZhrawxbOkkvaA==:17 a=kj9zAlcOel0A:10 a=M51BFTxLslgA:10 a=mDV3o1hIAAAA:8 a=5wx2o1iPK49L2bADWK0A:9 a=CjuIK1q_8ugA:10 a=_FVE-zBwftR9WsbkzFJk:22 X-Origin-Country: SE X-Spam-Score: 1.4 (+) 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: 23 sep. 2021 kl. 07.50 skrev Eli Zaretskii : > I think it's dangerous to do this in Emacs 28. After all, the > original issue is with ERT, whereas the change will affect gobs of > code. After the emacs-28 branch is cut, if you feel adventurous, [...] Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.4 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS X-Debbugs-Envelope-To: 50738-done Cc: 50738-done@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: -0.0 (/) 23 sep. 2021 kl. 07.50 skrev Eli Zaretskii : > I think it's dangerous to do this in Emacs 28. After all, the > original issue is with ERT, whereas the change will affect gobs of > code. After the emacs-28 branch is cut, if you feel adventurous, ... I agree, let's stick to fixing ERT now. Now done: in the most = conservative way, using the ambient value of lexical-binding. From unknown Tue Aug 19 14:23:30 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, 24 Oct 2021 11:24:09 +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