From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 19 15:46:36 2017 Received: (at submit) by debbugs.gnu.org; 19 Oct 2017 19:46:36 +0000 Received: from localhost ([127.0.0.1]:50732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e5Gm3-0006Eq-Qc for submit@debbugs.gnu.org; Thu, 19 Oct 2017 15:46:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39249) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e5Gm2-0006Ec-K3 for submit@debbugs.gnu.org; Thu, 19 Oct 2017 15:46:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5Glw-0001Yl-HJ for submit@debbugs.gnu.org; Thu, 19 Oct 2017 15:46:29 -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.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57641) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e5Glw-0001Yh-EB for submit@debbugs.gnu.org; Thu, 19 Oct 2017 15:46:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5Glv-0008CP-Ci for bug-gnu-emacs@gnu.org; Thu, 19 Oct 2017 15:46:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5Glq-0001WD-Hq for bug-gnu-emacs@gnu.org; Thu, 19 Oct 2017 15:46:27 -0400 Received: from [2a03:2040:2:1b::1] (port=44310 helo=sinyavsky.aurox.ch) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e5Glq-0001Rt-9Q for bug-gnu-emacs@gnu.org; Thu, 19 Oct 2017 15:46:22 -0400 Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id D3E9922580 for ; Thu, 19 Oct 2017 19:39:29 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= content-transfer-encoding:content-type:content-type:mime-version :subject:subject:to:from:from:message-id:date:date; s=dkim; t= 1508441968; x=1509305969; bh=8z+M6VJL11pJdywSqF3IgzsZOreYyJuvSKx NMhVMGMQ=; b=FLsfEMgjlA1K3BEGlJ6g3slWmyArJM+NIsJCUYjsO2Y67+lSVie xcS3ru/jJu+AHW5++KIgqiQCZj9vyo+t33vgaKWRmhZL+PCAJqSe9/nQIq0GYn5u krRp4CD95Megx9Tltw6bKKNqrMnxar+RUsxmI+HTxWzdNUKxIAgpDYtI= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yH8QCoVQBceG for ; Thu, 19 Oct 2017 19:39:28 +0000 (UTC) Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 90B6622564 for ; Thu, 19 Oct 2017 19:39:28 +0000 (UTC) Date: Thu, 19 Oct 2017 21:46:33 +0200 Message-Id: From: charles@aurox.ch (Charles A. Roelli) To: bug-gnu-emacs@gnu.org Subject: modes changed outside Customize MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) 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: -4.1 (----) >From emacs -q (26.0.90): M-x column-number-mode C-x z > Repeat it to turn it back off. M-x load-theme RET tango RET > Any theme will do. Notice that column numbers are turned on again in the mode line. They should not be on. If you type M-x customize-variable RET column-number-mode RET right before loading the theme in the above steps, you'll see something like this: Hide Column Number Mode: off (nil) State : CHANGED outside Customize. Non-nil if Column-Number mode is enabled. See the =E2=80=98column-number-mode=E2=80=99 command for a description of this minor mode. I think it's the fact that column-number-mode is considered as "CHANGED outside Customize" that causes column-number-mode to be erroneously turned on when you load a theme. So I suspect the issue is in customize-mark-as-set, which is called by the column-number-mode function defined by define-minor-mode. I tried to debug a call to customize-mark-as-set with Edebug, but I haven't had much time to see why it might cause the above issue. From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 24 19:04:27 2020 Received: (at 28904) by debbugs.gnu.org; 24 Aug 2020 23:04:27 +0000 Received: from localhost ([127.0.0.1]:59566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kALVq-0004zh-OF for submit@debbugs.gnu.org; Mon, 24 Aug 2020 19:04:27 -0400 Received: from mail-wr1-f50.google.com ([209.85.221.50]:38467) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kALVp-0004zT-44 for 28904@debbugs.gnu.org; Mon, 24 Aug 2020 19:04:25 -0400 Received: by mail-wr1-f50.google.com with SMTP id w13so10435291wrk.5 for <28904@debbugs.gnu.org>; Mon, 24 Aug 2020 16:04:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=VkvPHzc4ieKLNqFPzAqfZ5aSGc2YsQWaK4G5mZJRa2A=; b=DiLpFDoYLplsQs/mrKc8ruP7S2IJanhSinw/igx5HHvNtqEVVa2b8wkB5iom3zaSMs Sk6C/YDsUQnPT2H1MXwN2PL1QrsglNL0XEdSbbneo4fVO4Bd0XoLUbrnvvzVU19Drc4F IyrhJdrfWzM0MD76Saf3pxGQtKGHQ7RpU5sXVhNu1yiRDFbWAOxwGgk4tfi9pLA/5NIU 8ERqjcLxQniJTDd9hpdOYrrnml1JmJSGuAj42V9Qr3YjKFTIVA/yBWlt3qiyiYOblt75 72qB3IJvordfvBA9HJ4kNJb4VKhc4/GnXYnyvxUEZ2F7yOJGIV7eHjJ5n6GvBv+w0kPp oDkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=VkvPHzc4ieKLNqFPzAqfZ5aSGc2YsQWaK4G5mZJRa2A=; b=speGeEoNsv8nGst+MlIEIYvCjb4XQF7rTZzZ4/o1yR4yanWYvsK09cYHSStX6QbHUt PS/wkRXWB3CRV9J7fAklkoQk29d2LpnBBXxg/okA0gjlwQ8MOeYc/aK5mxgg4o7goxV8 I8UorQkp3utHXdFGevugFA47EUr+UX2yAqzttVqt8TGshJcEtH/tGrF5nvamZZ83DJ3G s8/QKGU0H1To2TRqb5VNVAOx175tsA78ta7otXCmrSkH7WXVKBd5P3bFkOXrzLfwjege UYDCqQxK8ua7tg9DY+s38i9/foEacSvHntCNFzWjNaL5GXZkVi8M8o0YSTSizF6a1dXq VBrQ== X-Gm-Message-State: AOAM5328vntKhU1qG2H9FOf8XmipsePb3sSGrZOs3tmweArbOfyf3E13 E8pvzxxsiUuMwW4Bc4xtC7JkKitY+UY4d1sg670= X-Google-Smtp-Source: ABdhPJzLhbWHpGqE9nE40KAko9wNm6ujbEM+GLLgtdzpwVm9Nhxi+d8hdCk/NKG1F7W+iMHoTzeNLMlkO02LSApM5qE= X-Received: by 2002:adf:e411:: with SMTP id g17mr8264982wrm.77.1598310259189; Mon, 24 Aug 2020 16:04:19 -0700 (PDT) MIME-Version: 1.0 From: Mauro Aranda Date: Mon, 24 Aug 2020 20:04:06 -0300 Message-ID: Subject: Re: bug#28904: modes changed outside Customize To: charles@aurox.ch Content-Type: multipart/mixed; boundary="0000000000003d917f05ada79b6f" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 28904 Cc: 28904@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 (-) --0000000000003d917f05ada79b6f Content-Type: multipart/alternative; boundary="0000000000003d917c05ada79b6d" --0000000000003d917c05ada79b6d Content-Type: text/plain; charset="UTF-8" charles@aurox.ch (Charles A. Roelli) writes: >>>From emacs -q (26.0.90): > > M-x column-number-mode > C-x z > Repeat it to turn it back off. > M-x load-theme RET tango RET > Any theme will do. > > Notice that column numbers are turned on again in the mode line. They > should not be on. I can reproduce this with latest master. This was introduced in commit fccf278488785f482c7c50ac0713aa8f60dafbe9. The issue is that we are pushing the new value to the user theme only if it is not the saved-value or the standard-value. So if the user ever goes back to one of those two values (in the recipe, by turning `column-number-mode' off), then we never store that value in the user theme. And because we have the wrong value stored, loading a theme steps over the user preference. So I think the fix would be to keep the user theme in sync with the actual value, at any time. --0000000000003d917c05ada79b6d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
charles@aurox.ch (= Charles A. Roelli) writes:

>>From emacs -q (26.0.90):
><= br>> M-x column-number-mode
> C-x z > Repeat it to turn it b= ack off.
> M-x load-theme RET tango RET > Any theme will do.
&= gt;
> Notice that column numbers are turned on again in the mode line= .=C2=A0 They
> should not be on.

I can reproduce this with lat= est master.

This was introduced in commit fccf278488785f482c7c50ac07= 13aa8f60dafbe9.
The issue is that we are pushing the new value to the us= er theme only if
it is not the saved-value or the standard-value.= =C2=A0 So if the user ever goes back
to one of those two values (= in the recipe, by turning `column-number-mode' off),
then we = never store that value in the user theme.

And because we have = the wrong value stored, loading a theme steps over
the user preference.<= br>
So I think the fix would be to keep the user theme in sync with the<= br>actual value, at any time.
--0000000000003d917c05ada79b6d-- --0000000000003d917f05ada79b6f Content-Type: text/x-patch; charset="US-ASCII"; name="0001-Keep-the-user-theme-in-sync-when-marking-a-variable-.patch" Content-Disposition: attachment; filename="0001-Keep-the-user-theme-in-sync-when-marking-a-variable-.patch" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_ke94jv1x0 RnJvbSBiNTMxNDljODIxY2JlYjgzNmI2OGYxZTBjMTJjMDllODIyNmRiZDFmIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBNYXVybyBBcmFuZGEgPG1hdXJvb2FyYW5kYUBnbWFpbC5jb20+ CkRhdGU6IE1vbiwgMjQgQXVnIDIwMjAgMDk6MjQ6MjggLTAzMDAKU3ViamVjdDogW1BBVENIXSBL ZWVwIHRoZSB1c2VyIHRoZW1lIGluIHN5bmMgd2hlbiBtYXJraW5nIGEgdmFyaWFibGUgYXMgc2V0 CgoqIGxpc3AvY3VzdG9tLmVsIChjdXN0b21pemUtbWFyay1hcy1zZXQpOiBLZWVwIHRoZSB1c2Vy IHRoZW1lIGluIHN5bmMKICBldmVuIGlmIHRoZSBuZXcgdmFsdWUgb2YgdGhlIHZhcmlhYmxlIGlz IHRoZSBzYXZlZC12YWx1ZSBvciB0aGUKICBzdGFuZGFyZC12YWx1ZS4gIElmIHdlIGRvbid0IGRv IHRoaXMsIGN1c3RvbSB0aGVtZXMgbWlnaHQgZW5kIHVwCiAgc3RlcHBpbmcgb3ZlciB0aGUgdXNl ciBwcmVmZXJlbmNlcyBpbiBhIHNlc3Npb24uICAoQnVnIzI4OTA0KQotLS0KIGxpc3AvY3VzdG9t LmVsIHwgMyArKysKIDEgZmlsZSBjaGFuZ2VkLCAzIGluc2VydGlvbnMoKykKCmRpZmYgLS1naXQg YS9saXNwL2N1c3RvbS5lbCBiL2xpc3AvY3VzdG9tLmVsCmluZGV4IGRiN2Y2YTA1NmQuLjc1ODE0 NTdjZTggMTAwNjQ0Ci0tLSBhL2xpc3AvY3VzdG9tLmVsCisrKyBiL2xpc3AvY3VzdG9tLmVsCkBA IC03NTgsNiArNzU4LDkgQEAgY3VzdG9taXplLW1hcmstYXMtc2V0CiAJKHByb2duIChwdXQgc3lt Ym9sICdjdXN0b21pemVkLXZhbHVlIChsaXN0IChjdXN0b20tcXVvdGUgdmFsdWUpKSkKIAkgICAg ICAgKGN1c3RvbS1wdXNoLXRoZW1lICd0aGVtZS12YWx1ZSBzeW1ib2wgJ3VzZXIgJ3NldAogCQkJ CSAgKGN1c3RvbS1xdW90ZSB2YWx1ZSkpKQorICAgICAgKGN1c3RvbS1wdXNoLXRoZW1lICd0aGVt ZS12YWx1ZSBzeW1ib2wgJ3VzZXIKKyAgICAgICAgICAgICAgICAgICAgICAgICAoaWYgKGdldCBz eW1ib2wgJ3NhdmVkLXZhbHVlKSAnc2V0ICdyZXNldCkKKyAgICAgICAgICAgICAgICAgICAgICAg ICAoY3VzdG9tLXF1b3RlIHZhbHVlKSkKICAgICAgIChwdXQgc3ltYm9sICdjdXN0b21pemVkLXZh bHVlIG5pbCkpCiAgICAgOzsgQ2hhbmdlZD8KICAgICAobm90IChlcXVhbCBjdXN0b21pemVkIChn ZXQgc3ltYm9sICdjdXN0b21pemVkLXZhbHVlKSkpKSkKLS0gCjIuMjguMAoK --0000000000003d917f05ada79b6f-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 27 10:23:18 2020 Received: (at 28904) by debbugs.gnu.org; 27 Aug 2020 14:23:18 +0000 Received: from localhost ([127.0.0.1]:43557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBIoA-00041i-37 for submit@debbugs.gnu.org; Thu, 27 Aug 2020 10:23:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBIo7-00041R-J8 for 28904@debbugs.gnu.org; Thu, 27 Aug 2020 10:23:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: 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=RQN+iEuBgBjEtQ9LChEMPEFqMiXwGMQC4qpWwYZkD5o=; b=FR8/P15YbYWeZ+z95/GXfXxgLl jwtXzBj9VyFzZiknE/XEajVPFiaYXr5N1sBJBrlvNoA31QDt7X8JGNxP6S/HIf9AWn1Uy8OIuJifa pdFHCAY0vJgwdIYgyd3WouMjBktiTqQfMkF0F+9ESsL37Jg7vt2onwlsvBT4YCzmDaGo=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kBInz-0003je-1C; Thu, 27 Aug 2020 16:23:09 +0200 From: Lars Ingebrigtsen To: Mauro Aranda Subject: Re: bug#28904: modes changed outside Customize References: X-Now-Playing: Nihiloxica's _Kaloli_: "Tewali Sukali" Date: Thu, 27 Aug 2020 16:23:05 +0200 In-Reply-To: (Mauro Aranda's message of "Mon, 24 Aug 2020 20:04:06 -0300") Message-ID: <873648w4l2.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 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: Mauro Aranda writes: > And because we have the wrong value stored, loading a theme steps over > the user preference. > > So I think the fix would be to keep the user theme in sync with the > actual value, at any time. 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: 28904 Cc: 28904@debbugs.gnu.org, charles@aurox.ch 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 (-) Mauro Aranda writes: > And because we have the wrong value stored, loading a theme steps over > the user preference. > > So I think the fix would be to keep the user theme in sync with the > actual value, at any time. Makes sense to me. I've now applied your patch to Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 27 10:23:23 2020 Received: (at control) by debbugs.gnu.org; 27 Aug 2020 14:23:23 +0000 Received: from localhost ([127.0.0.1]:43560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBIoF-00041y-BV for submit@debbugs.gnu.org; Thu, 27 Aug 2020 10:23:23 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBIoE-00041f-1M for control@debbugs.gnu.org; Thu, 27 Aug 2020 10:23:22 -0400 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=CHunqfCEVZBqquODgsrU/Azegthiwu8m6VJADxYUH6Y=; b=hpnCSQioalQtC866to9m/v7Vv2 nfbzFWmmtewduzYoh6EfYbjKFKMtbt0byxcz1LNbaKY/17FcujFniHvF5PIh7gy7QX5XZdsIlCNE/ /kDL7OJekY/p/TjdIDbgFDT+5tudaLWdo2f96ltR4StF9wfc83FYZTuBFAMX2ljG1kNI=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kBIo6-0003jm-9y for control@debbugs.gnu.org; Thu, 27 Aug 2020 16:23:16 +0200 Date: Thu, 27 Aug 2020 16:23:13 +0200 Message-Id: <871rjsw4ku.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #28904 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 28904 fixed close 28904 28.1 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 28904 fixed close 28904 28.1 quit From unknown Fri Sep 26 02:17:39 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, 25 Sep 2020 11:24:04 +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