From unknown Sun Aug 10 09:46:07 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#45090 <45090@debbugs.gnu.org> To: bug#45090 <45090@debbugs.gnu.org> Subject: Status: 28.0.50; tabulated-list-mode: cannot activate button Reply-To: bug#45090 <45090@debbugs.gnu.org> Date: Sun, 10 Aug 2025 16:46:07 +0000 retitle 45090 28.0.50; tabulated-list-mode: cannot activate button reassign 45090 emacs submitter 45090 Jean Louis severity 45090 normal tag 45090 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 19:32:07 2020 Received: (at submit) by debbugs.gnu.org; 7 Dec 2020 00:32:07 +0000 Received: from localhost ([127.0.0.1]:51792 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km4Rj-00060X-2s for submit@debbugs.gnu.org; Sun, 06 Dec 2020 19:32:07 -0500 Received: from lists.gnu.org ([209.51.188.17]:32858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km4Rg-00060O-7Z for submit@debbugs.gnu.org; Sun, 06 Dec 2020 19:32:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1km4Rg-0005wP-01 for bug-gnu-emacs@gnu.org; Sun, 06 Dec 2020 19:32:04 -0500 Received: from static.rcdrun.com ([95.85.24.50]:39187) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1km4Rd-0007X9-LQ for bug-gnu-emacs@gnu.org; Sun, 06 Dec 2020 19:32:03 -0500 Received: from localhost ([::ffff:197.157.0.57]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0007.000000005FCD77FE.0000468D; Mon, 07 Dec 2020 00:31:58 +0000 From: Jean Louis To: bug-gnu-emacs@gnu.org Subject: 28.0.50; tabulated-list-mode: cannot activate button X-Hashcash: 1:20:201207:bug-gnu-emacs@gnu.org::GB2OLCTYRN1bfIms:00000000000000000000000000000000000000000K2r Date: Mon, 07 Dec 2020 03:29:43 +0300 Message-ID: <861rg28nm0.fsf@protected.rcdrun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=95.85.24.50; envelope-from=admin@protected.rcdrun.com; helo=static.rcdrun.com X-Spam_score_int: 17 X-Spam_score: 1.7 X-Spam_bar: + X-Spam_report: (1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_SBL_CSS=3.335, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.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: Here is recipe: (define-derived-mode my-mode tabulated-list-mode "Choice" "Choice Mode" (setq tabulated-list-padding 1) (setq tabulated-list-format [("Title" 60 t) ("Button" 20 t)]) (tabulated-list-init-header)) Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [197.157.0.57 listed in zen.spamhaus.org] 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=admin%40protected.rcdrun.com; ip=209.51.188.17; r=debbugs.gnu.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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.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: Here is recipe: (define-derived-mode my-mode tabulated-list-mode "Choice" "Choice Mode" (setq tabulated-list-padding 1) (setq tabulated-list-format [("Title" 60 t) ("Button" 20 t)]) (tabulated-list-init-header)) Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [197.157.0.57 listed in zen.spamhaus.org] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom;id=admin%40protected.rcdrun.com;ip=209.51.188.17;r=debbugs.gnu.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders Here is recipe: (define-derived-mode my-mode tabulated-list-mode "Choice" "Choice Mode" (setq tabulated-list-padding 1) (setq tabulated-list-format [("Title" 60 t) ("Button" 20 t)]) (tabulated-list-init-header)) (defun my-display () (let* ((buffer "Choice") (buffer (get-buffer-create buffer))) (switch-to-buffer-other-window buffer) (my-mode) (setq tabulated-list-entries '((1 ["Something" ("Button" 'action (lambd= a (b) (message "Hello")) 'font-lock-face 'link 'follow-link t)]))) (tabulated-list-print t))) (my-display) ;; This will not activate the button. ;; while this works fine (insert-text-button "Button" 'action (lambda (b) (message "Hello"))) Button In GNU Emacs 28.0.50 (build 2, x86_64-pc-linux-gnu, X toolkit, cairo versio= n 1.14.8, Xaw3d scroll bars) of 2020-11-25 built on protected.rcdrun.com Repository revision: 30c437752df0a3a9410f1249fa0f237110811af2 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.11907000 System Description: Hyperbola GNU/Linux-libre Configured using: 'configure --prefix=3D/package/text/emacs --with-modules --with-x-toolkit=3Dlucid' Configured features: XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES THREADS JSON PDUMPER LCMS2 Important settings: value of $LC_ALL: en_US.UTF-8 value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: @im=3Dexwm-xim locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: text-scale-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort hashcash mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml easymenu mml-sec epa epg epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map text-property-search seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils face-remap cus-start cus-load paren time-date subr-x cl-loaddefs cl-lib derived tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 64053 8801) (symbols 48 8272 1) (strings 32 22000 2211) (string-bytes 1 675019) (vectors 16 11695) (vector-slots 8 166978 10956) (floats 8 34 65) (intervals 56 499 41) (buffers 984 14)) --=20 Thanks, Jean Louis =E2=8E=94 =CE=BB =F0=9F=84=AF =F0=9D=8D=84 =F0=9D=8C=A1 =F0=9D=8C=9A From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 21:23:08 2020 Received: (at 45090) by debbugs.gnu.org; 7 Dec 2020 02:23:08 +0000 Received: from localhost ([127.0.0.1]:51832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km6BA-0002Hg-DI for submit@debbugs.gnu.org; Sun, 06 Dec 2020 21:23:08 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:52128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km6B7-0002Gw-Iz for 45090@debbugs.gnu.org; Sun, 06 Dec 2020 21:23:06 -0500 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0B723oJI173816; Mon, 7 Dec 2020 02:22:58 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : sender : to : subject : references : in-reply-to : content-type : content-transfer-encoding; s=corp-2020-01-29; bh=mIg7n9pZAN6n8lUFfL9MhpwkeUZy+4q5h7yEvSLrgDc=; b=Avmd3LJqlD5BhEqmATyuDvTJZsb8IpqLZTssd3j6okOM/lsUVMAo4tg+m0GUuenjPjE9 4FM4TATRZkWmESz3Ge/YxJKJYjd2IXXgC6lPevjt1J3W4lORAR0oagN3FzBiP16rJ8F7 REktxnu7CGECj1sSstAtxYLvfNRQmkh/o/ZrPIzX3LUGgnYuBjfdHtfw0eiXIgo28sIw ZkPYFF4NZj7EQUdHBFGtQgeFqejt2HDpVo0TK/x3BSC1BlRTdphjSzrvha3ipKGG4t85 O4gbQkpOk0UzuWQbCDz3pVHO+FvxJe65nKCO37Fy2qY/1rJ9SY8OcnNubE9/+jvITOW9 Qw== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 3581mqk3t7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 07 Dec 2020 02:22:58 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0B72AXZR143350; Mon, 7 Dec 2020 02:22:58 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserp3020.oracle.com with ESMTP id 358m3vsn6c-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 07 Dec 2020 02:22:58 +0000 Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id 0B72Mupx011702; Mon, 7 Dec 2020 02:22:56 GMT MIME-Version: 1.0 Message-ID: <03c2bfaf-cef3-4337-a30f-ccd788526742@default> Date: Sun, 6 Dec 2020 18:22:55 -0800 (PST) From: Drew Adams To: Jean Louis , 45090@debbugs.gnu.org Subject: RE: bug#45090: 28.0.50; tabulated-list-mode: cannot activate button References: <861rg28nm0.fsf@protected.rcdrun.com> In-Reply-To: <861rg28nm0.fsf@protected.rcdrun.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.5071.0 (x86)] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9827 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 malwarescore=0 adultscore=0 bulkscore=0 phishscore=0 suspectscore=0 mlxscore=0 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2012070014 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9827 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 mlxlogscore=999 clxscore=1011 malwarescore=0 priorityscore=1501 adultscore=0 lowpriorityscore=0 phishscore=0 spamscore=0 impostorscore=0 mlxscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2012070014 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45090 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 what Michael H was trying to get across in help-gnu-emacs@gnu.org: Don't quote the things inside the list. (setq tabulated-list-entries=20 '((1 ["Something" ("Button" action (lambda (b) (message "Hello")) font-lock-face link=20 follow-link t)]))) The doc string tells you that a DESC has a label: in your case "Something" and properties and their values. Nothing is evaluating any of those things, since they are in your quoted list ((1...)). From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 07 01:58:11 2020 Received: (at 45090) by debbugs.gnu.org; 7 Dec 2020 06:58:11 +0000 Received: from localhost ([127.0.0.1]:52177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmATK-0000rH-Sn for submit@debbugs.gnu.org; Mon, 07 Dec 2020 01:58:11 -0500 Received: from static.rcdrun.com ([95.85.24.50]:53409) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmATK-0000r0-AL; Mon, 07 Dec 2020 01:58:10 -0500 Received: from localhost ([::ffff:197.157.0.57]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0006.000000005FCDD27C.00007329; Mon, 07 Dec 2020 06:58:03 +0000 Date: Mon, 7 Dec 2020 08:37:03 +0300 From: Jean Louis To: 45090@debbugs.gnu.org Subject: Re: bug#45090: 28.0.50; tabulated-list-mode: cannot activate button Message-ID: References: <861rg28nm0.fsf@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <861rg28nm0.fsf@protected.rcdrun.com> User-Agent: Mutt/2.0 (3d08634) (2020-11-07) X-Spam-Score: 3.6 (+++) 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: I found on gnu-emacs-help mailing list that I am using it wrongly and should not quote properties. It is not a bug, and closing it. Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [197.157.0.57 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-Debbugs-Envelope-To: 45090 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.6 (++) 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: I found on gnu-emacs-help mailing list that I am using it wrongly and should not quote properties. It is not a bug, and closing it. Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [197.157.0.57 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager I found on gnu-emacs-help mailing list that I am using it wrongly and should not quote properties. It is not a bug, and closing it. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 07 10:59:02 2020 Received: (at control) by debbugs.gnu.org; 7 Dec 2020 15:59:03 +0000 Received: from localhost ([127.0.0.1]:55039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmIuk-0006oi-L6 for submit@debbugs.gnu.org; Mon, 07 Dec 2020 10:59:02 -0500 Received: from quimby.gnus.org ([95.216.78.240]:38666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmIui-0006oE-HY for control@debbugs.gnu.org; Mon, 07 Dec 2020 10:59:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ivUN77J7KdY11J3oStsKzPQ3YBqxpeK4xpDxnJZMlZE=; b=NWeSqZlGccL/jAQSomWQWeOk6A vayHCWhrumycTAjJe6bfQ5V8Io4f8OYyfDp5vKvbCPXN3mCZAfFjYXsCnvABlioVf+c15onD5hDEI fdkgoUbCjC33hNdcCkZKCguQjnv3bzhZ0U1T772pQhnTVs1mUSomYuSYvPFYF0OcFmT8=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kmIua-0007Hz-P2 for control@debbugs.gnu.org; Mon, 07 Dec 2020 16:58:54 +0100 Date: Mon, 07 Dec 2020 16:58:51 +0100 Message-Id: <87sg8hfw04.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #45090 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: tags 45090 notabug close 45090 quit 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: 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: -1.0 (-) tags 45090 notabug close 45090 quit From unknown Sun Aug 10 09:46: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: Tue, 05 Jan 2021 12: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