From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 20 18:06:13 2023 Received: (at submit) by debbugs.gnu.org; 20 Jul 2023 22:06:13 +0000 Received: from localhost ([127.0.0.1]:60143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMbmn-0002pN-3J for submit@debbugs.gnu.org; Thu, 20 Jul 2023 18:06:13 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMbmi-0002oo-Hv for submit@debbugs.gnu.org; Thu, 20 Jul 2023 18:06:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMbmZ-0005QS-SI for bug-gnu-emacs@gnu.org; Thu, 20 Jul 2023 18:06:00 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMbmY-0004ly-3q for bug-gnu-emacs@gnu.org; Thu, 20 Jul 2023 18:05:59 -0400 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 94C7B442C64 for ; Thu, 20 Jul 2023 18:05:55 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 0533E442C60 for ; Thu, 20 Jul 2023 18:05:54 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1689890754; bh=sCBDt6xz2JpcEjX0rpPTDo5WoHkjKTy/oOIIRSOEhzk=; h=From:To:Subject:Date:From; b=kaoX/MctNuS2od2ip9VR9vR+v4UV7OEEBtpzL4D5uGi9v5VL8mub2IOZ6SmhrIgdN yrubh8kDMEHJEeU9rtWgULSPymEZhYfXSdKJ8duthT6pNHkCUbNHrvxZmksrhiNuOj 0o56xIsT9/wZ1cO5OhihRwmlCCYAaanFsFnaV8So7IxLRCywc+ff3+r7W+vaX6IhbH EZ7pFJHFo/FAI6EJBGcgwBSyLm6zqKQ/D/i8ICfPHFQAw5z87jIKQUJmWy+c5TqKWK 4x+T/5esxYaHhkQRBJQW0oNyW6KlxdvjVfX+zt0d+S83cqfQiosROZTUb4F0riVkjr 2+aVT0T0VK+UA== Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id ECDD81202E6 for ; Thu, 20 Jul 2023 18:05:53 -0400 (EDT) From: Stefan Monnier To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Declare `defadvice` obsolete Date: Thu, 20 Jul 2023 18:05:40 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.132 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) 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: -1.0 (-) Package: Emacs Version: 30.0.50 The `nadvice` package introduced in Emacs-24.4 make the `advice.el` package technically obsolete in the sense that everything that could be done with `advice.el` could now be done with `nadvice.el` (indeed, `advice.el` was reimplemented on that occasion to work on top of `nadvice.el`). While maintainers have converted their `defadvice` to the new `advice-add` more slowly than the conversion from `cl` to `cl-lib` (maybe because I was slower in rolling out a forward compatibility for it in GNU ELPA, tho probably because the conversion takes a bit more work), the new advice library has been very popular thanks to its being simpler. Emacs-29 is the first release that doesn't use the old advice library in its own code at all, so I think Emacs-30 is a good time to mark `defadvice` as obsolete. I suggest to do it with the following patch, which should not introduce any incompatibilities. Stefan diff --git a/etc/NEWS b/etc/NEWS index d1af3b1b866..54fb6ccac5c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -614,6 +614,8 @@ provokes an error if used numerically. * Lisp Changes in Emacs 30.1 +** 'defadvice' is marked as obsolete. + +++ ** New user option 'safe-local-variable-directories'. This user option names directories in which Emacs will treat all diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 56f0ae2212c..3265809f592 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -3131,6 +3131,7 @@ defadvice [DOCSTRING] [INTERACTIVE-FORM] BODY...)" (declare (doc-string 3) (indent 2) + (obsolete "use advice-add or define-advice" "30.1") (debug (&define name ;; thing being advised. (name ;; class is [&or "before" "around" "after" ;; "activation" "deactivation"] From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 21 01:42:15 2023 Received: (at 64757) by debbugs.gnu.org; 21 Jul 2023 05:42:15 +0000 Received: from localhost ([127.0.0.1]:60368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMiu7-0001y1-0B for submit@debbugs.gnu.org; Fri, 21 Jul 2023 01:42:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMiu5-0001xk-8O for 64757@debbugs.gnu.org; Fri, 21 Jul 2023 01:42:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMity-0004d6-H5; Fri, 21 Jul 2023 01:42:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Hru2YYxj/toy+Lj1YptzYgvcyDhpIpKkv0m+mv5ensA=; b=OOZPLCgij+n9 qEqreW5Nfvk6YYViCzyqO+9Yf+lNEdO2+BGNCk4jKW/0BoSO1ViYe9c+vbxb7s4Bc2TH25LQP08y2 Y6uhfhMx5TDaodLBg/Ygf/ERsRYLEHAOCaIm/rdjEKSlCvMUr3bRlMGyLgoekr+GoWST1eKfySA9a tspdvkBnAFFoexzZD/oZkKkxvOSYTa+eV5XSbIaZlENbG2A1mI5WhJ6eymWNklitg3ZlOtM772sS/ yKEFQZYxra9sFx7vhN31g/W7qPlj0Apc9SKyyY7ZOi7Ru1VPnAY4ipUzuvBbbNqUEmWIuCS4xJ+cn k7QBqcFUkfBVHFRfwvU+Tw==; Received: from [87.69.77.57] (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 1qMitx-00016t-AA; Fri, 21 Jul 2023 01:42:06 -0400 Date: Fri, 21 Jul 2023 08:42:40 +0300 Message-Id: <83r0p1252n.fsf@gnu.org> From: Eli Zaretskii To: Stefan Monnier In-Reply-To: (bug-gnu-emacs@gnu.org) Subject: Re: bug#64757: 30.0.50; Declare `defadvice` obsolete References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64757 Cc: 64757@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 (---) > Date: Thu, 20 Jul 2023 18:05:40 -0400 > From: Stefan Monnier via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > Emacs-29 is the first release that doesn't use the old advice library in > its own code at all, so I think Emacs-30 is a good time to mark > `defadvice` as obsolete. > > I suggest to do it with the following patch, which should not introduce > any incompatibilities. No objections from me. However, ... > diff --git a/etc/NEWS b/etc/NEWS > index d1af3b1b866..54fb6ccac5c 100644 > --- a/etc/NEWS > +++ b/etc/NEWS > @@ -614,6 +614,8 @@ provokes an error if used numerically. > > * Lisp Changes in Emacs 30.1 > > +** 'defadvice' is marked as obsolete. ...this is too terse. We need to mention the two alternatives to defadvice, including pointers to the ELisp manual's nodes. People who still use defadvice will need those to convert their programs. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 21 11:26:14 2023 Received: (at 64757) by debbugs.gnu.org; 21 Jul 2023 15:26:14 +0000 Received: from localhost ([127.0.0.1]:34507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMs1G-00052X-CS for submit@debbugs.gnu.org; Fri, 21 Jul 2023 11:26:14 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:48903) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMs1E-00052J-CF for 64757@debbugs.gnu.org; Fri, 21 Jul 2023 11:26:13 -0400 Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id DF8C31000C3; Fri, 21 Jul 2023 11:26:06 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 87A4E10006C; Fri, 21 Jul 2023 11:26:05 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1689953165; bh=Ttsiwbo0KtNc6qgnZD5sdfdwUPSCdt2xoc7e+rLFV0w=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=c8fOkrS87zh22hiI1WBggo3lRl0xzra/ha2EpnggbmkVxO2EJv2D909tJS8x6UuuG HvTH0I8ESo90pte0oWOZ2uAchWXOpNF3x3QZgO0LSDY5iw5v9REJgS8QaLpqW66dJN O7CXbJhXmB86GrmxfDF9C/G9KAQ2jQ0+OjNqReRcDWEaVpYLQw0EQ7vOL7uktgIqJB 5VOWIwbv9TR8bQTIly7prXN4EKN8UPYweKCwr7jGMiNV1CE/ZJBiBrziHXxba7MxQM ukDGKO1PsqqENHlh1kGlrpnjr4zADaG/CEtBOurFBEFa/VLCTPyKNEBanmN8wpbiM6 +oU39nX505DVA== Received: from alfajor (unknown [23.233.149.155]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5D39A12030A; Fri, 21 Jul 2023 11:26:05 -0400 (EDT) From: Stefan Monnier To: Eli Zaretskii Subject: Re: bug#64757: 30.0.50; Declare `defadvice` obsolete In-Reply-To: <83r0p1252n.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 21 Jul 2023 08:42:40 +0300") Message-ID: References: <83r0p1252n.fsf@gnu.org> Date: Fri, 21 Jul 2023 11:26:04 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.286 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64757 Cc: 64757@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 (---) > ...this is too terse. We need to mention the two alternatives to > defadvice, including pointers to the ELisp manual's nodes. People who > still use defadvice will need those to convert their programs. Something like that? Stefan diff --git a/etc/NEWS b/etc/NEWS index c50f560282a..d22969444db 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -610,6 +610,10 @@ provokes an error if used numerically. * Lisp Changes in Emacs 30.1 +** 'defadvice' is marked as obsolete. +See (info "(elisp)Porting Old Advice") for help converting them +to use `advice-add` or `define-advice instead. + +++ ** New user option 'safe-local-variable-directories'. This user option names directories in which Emacs will treat all diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 56f0ae2212c..3265809f592 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -3131,6 +3131,7 @@ defadvice [DOCSTRING] [INTERACTIVE-FORM] BODY...)" (declare (doc-string 3) (indent 2) + (obsolete "use advice-add or define-advice" "30.1") (debug (&define name ;; thing being advised. (name ;; class is [&or "before" "around" "after" ;; "activation" "deactivation"] From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 21 11:50:43 2023 Received: (at 64757) by debbugs.gnu.org; 21 Jul 2023 15:50:43 +0000 Received: from localhost ([127.0.0.1]:34585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMsOx-0005ri-4u for submit@debbugs.gnu.org; Fri, 21 Jul 2023 11:50:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMsOt-0005rR-4j for 64757@debbugs.gnu.org; Fri, 21 Jul 2023 11:50:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMsOn-0002Vg-Q0; Fri, 21 Jul 2023 11:50:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=uf2qYhf+f+LEpErJpL0r5erG/6GpmnphDCnz2fuyA/4=; b=kGfjt29MDbBV IvFWqJ1gcqKBH6m12QNmZ3EBJna8X+SYJrCE+E2ZWoVNTK0pV0/n4BKVcuQQf3C4CZfRkS2gfrJaN neambzd6TS1DOa/N9gSx/pSzLhYPP+OOYeujbNPOtntu1pbJhSkJnbHldwrwqrCmAgccIZrnapBup fXYhKHYueeyNXpblGApbAoZ/a7Cxf7MEq+DFX+hZ1GryUl6vfXaRWeN4UFcQckGy+LXZTBz9pCrUl K1qNonTuyb7/QrGL5+/na524cLlBjqA4v7m4X0N//7jVX1Td5/pe1kdVy6MzXNHrUmHFpkW8LeQtl hLKRIAuUj5nTqwJSof6/fw==; Received: from [87.69.77.57] (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 1qMsOn-0008Lz-96; Fri, 21 Jul 2023 11:50:33 -0400 Date: Fri, 21 Jul 2023 18:51:09 +0300 Message-Id: <83351hb6vm.fsf@gnu.org> From: Eli Zaretskii To: Stefan Monnier In-Reply-To: (message from Stefan Monnier on Fri, 21 Jul 2023 11:26:04 -0400) Subject: Re: bug#64757: 30.0.50; Declare `defadvice` obsolete References: <83r0p1252n.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64757 Cc: 64757@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 (---) > From: Stefan Monnier > Cc: 64757@debbugs.gnu.org > Date: Fri, 21 Jul 2023 11:26:04 -0400 > > > ...this is too terse. We need to mention the two alternatives to > > defadvice, including pointers to the ELisp manual's nodes. People who > > still use defadvice will need those to convert their programs. > > Something like that? Yes, thanks. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 03 23:44:24 2023 Received: (at 64757-done) by debbugs.gnu.org; 4 Aug 2023 03:44:24 +0000 Received: from localhost ([127.0.0.1]:53190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qRljj-00035D-Py for submit@debbugs.gnu.org; Thu, 03 Aug 2023 23:44:24 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:41728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qRljh-000350-LE for 64757-done@debbugs.gnu.org; Thu, 03 Aug 2023 23:44:22 -0400 Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id E8E2B80672; Thu, 3 Aug 2023 23:44:15 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1691120654; bh=Y0ygmtz3aBWZ3id0FLhT21/q/Lzoh3XdRXMGBu9aieE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=cH8LrsjQYAt3UwZGu586FQVD3GhlJ1iudTx2bFLfyVS/PwCWM/pzJe4MXXwCtoiXV gh9m44OuPqTRVSGQZem/QE57RS98RNNZ+SBy12afxlyYYOkFur9Z/CZpDplYotShZ9 LqmQWh+NDkUSSeF25bzef4yrdNvyri7sE0zHvlbnzb9a5KPVWDoNTVOZlqLh4PQS3P qJngf2V7zVZU8Ic4zEjcTRDZRnaPPwSd1DaAnH3vXPaXjC/hTUmEgX4aP7IpAgfUm1 zVNA/a2f3XXCQrEGr2WLkXHx2IUIenD+lsc+KSQsyD2+xJrpyrzCmqkvWxRNn7BxPH JF2XJoUs42w9g== Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id B3963805B2; Thu, 3 Aug 2023 23:44:14 -0400 (EDT) Received: from alfajor (unknown [181.44.118.150]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id D2019120201; Thu, 3 Aug 2023 23:44:13 -0400 (EDT) From: Stefan Monnier To: Eli Zaretskii Subject: Re: bug#64757: 30.0.50; Declare `defadvice` obsolete In-Reply-To: <83351hb6vm.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 21 Jul 2023 18:51:09 +0300") Message-ID: References: <83r0p1252n.fsf@gnu.org> <83351hb6vm.fsf@gnu.org> Date: Thu, 03 Aug 2023 23:44:10 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.044 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64757-done Cc: 64757-done@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 (---) >> Something like that? > Yes, thanks. Pushed, thanks, Stefan From unknown Sat Jun 21 05:15:07 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, 01 Sep 2023 11:24:07 +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