From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 27 02:16:13 2013 Received: (at submit) by debbugs.gnu.org; 27 Dec 2013 07:16:13 +0000 Received: from localhost ([127.0.0.1]:45227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwReW-0002oj-IE for submit@debbugs.gnu.org; Fri, 27 Dec 2013 02:16:13 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51223) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwReU-0002oX-NJ for submit@debbugs.gnu.org; Fri, 27 Dec 2013 02:16:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwReP-0006xy-1v for submit@debbugs.gnu.org; Fri, 27 Dec 2013 02:16:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwReO-0006xu-Vw for submit@debbugs.gnu.org; Fri, 27 Dec 2013 02:16:05 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwReJ-00020U-Kc for bug-gnu-emacs@gnu.org; Fri, 27 Dec 2013 02:16:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwReE-0006xI-9G for bug-gnu-emacs@gnu.org; Fri, 27 Dec 2013 02:15:59 -0500 Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:50356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwReE-0006xC-1G for bug-gnu-emacs@gnu.org; Fri, 27 Dec 2013 02:15:54 -0500 Received: by mail-la0-f44.google.com with SMTP id ep20so4140063lab.3 for ; Thu, 26 Dec 2013 23:15:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=LaHFmgXJCDTJ/GCsK5iWqf+2D3u4FYqs1w7Z8xn0xig=; b=KhMtdQu9MaxTiioFEUCKcR7KMyA+puxpFa4I0muuhEg70Cvt1vizLEfbMSDAJ1mEL0 PpTaF5xGpGVD1VC0H/aBYOo+QqDzJbbZcv96YgAC1IVRJhrALSIirYKIH6cKnrrBS9/U s2S4RJGebfPVU74b89O7sfE87QrRm3WXM95+DSjqkyiUGJt5IC0GRcueOqnSzUchLbZA eGYRygHOnrd9vb055U4xyexVBNfpG+JPbRYVx71W1q7KejhxPNxCVcq/A9MC0VTfN2kc L71lLbBnfoDoW1DUG1g5CjdNRz2jeY2fj8kOxbNBGeCkcAe0uocDBLwYZh6ubNoxND7q aIaQ== X-Received: by 10.112.204.233 with SMTP id lb9mr298698lbc.87.1388128552379; Thu, 26 Dec 2013 23:15:52 -0800 (PST) Received: from leviafan (128-70-204-126.broadband.corbina.ru. [128.70.204.126]) by mx.google.com with ESMTPSA id c15sm20373116lbq.11.2013.12.26.23.15.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Dec 2013 23:15:51 -0800 (PST) From: Alex Kost To: bug-gnu-emacs@gnu.org Subject: 24.3; `load-theme' prevents immediate setting of themed variables Date: Fri, 27 Dec 2013 11:15:49 +0400 Message-ID: <87d2kiahne.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (----) Specifying optional arguments (NOW, REQUEST, COMMENT) for ARGS of `custom-theme-set-variables' doesn't take effect. `load-theme' function has this piece: (let ((custom--inhibit-theme-enable t) ;;; why this is here? (buffer-file-name fn)) ;For load-history. (eval-buffer)) Because of that, a big piece of `custom-theme-set-variables' function is never evaluated: (unless custom--inhibit-theme-enable ;;; this var is always T ;; Now set the variable. (let* ((now (nth 2 entry)) (requests (nth 3 entry)) (comment (nth 4 entry)) set) ... )) I found a very similar letter to emacs.devel mailing list: . As far as I can see, this bug is in 24.3.50 as well. In GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.8.2) of 2013-08-07 on -mnt-storage-buildroots-staging-i686-eric From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 27 03:15:44 2013 Received: (at 16266) by debbugs.gnu.org; 27 Dec 2013 08:15:44 +0000 Received: from localhost ([127.0.0.1]:45281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwSa7-0004cG-Q2 for submit@debbugs.gnu.org; Fri, 27 Dec 2013 03:15:44 -0500 Received: from mail-lb0-f175.google.com ([209.85.217.175]:36890) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VwSa4-0004c5-FZ for 16266@debbugs.gnu.org; Fri, 27 Dec 2013 03:15:41 -0500 Received: by mail-lb0-f175.google.com with SMTP id w6so4127432lbh.34 for <16266@debbugs.gnu.org>; Fri, 27 Dec 2013 00:15:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=qE4Az1VMZcisEBEGBXhhkY1h7jw/a/Uk+2vlFZVfjPM=; b=dHJgaktr9kgxUi6QV3eN0AD2HiPLFIox1QZPEYnzdqu+ar24fNhUF/d9glYfvoo1Py jp8tRQ1diWpkS7iFlfxxJQ/Gs2SQ5BRwNTNgk9KIRZQiMgZL9mSWuoIQ39ZdKgJRfmEv ajQr6t9GBKbsJfg3E6uaKUd7SiirX4Rrumq71xVPa4EoFUHBLrfCq0Qr4S/IC006fOIM otZa9Ueg4x7mnTzZNcy8mpIhlBGzgk8HB6oAG/ZU/+4/BOYI0aWByf+eIG9ckagMfHjt jRdSGACCgiwb6PqiUH/SAIfYJyeZSvKEDICo8/QO19N7wvMdEAQnr9OFwKRa4rc1/top NMzQ== X-Received: by 10.152.120.66 with SMTP id la2mr2731582lab.62.1388132139496; Fri, 27 Dec 2013 00:15:39 -0800 (PST) Received: from leviafan (128-70-204-126.broadband.corbina.ru. [128.70.204.126]) by mx.google.com with ESMTPSA id tc8sm20487567lbb.9.2013.12.27.00.15.37 for <16266@debbugs.gnu.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Dec 2013 00:15:38 -0800 (PST) From: Alex Kost To: 16266@debbugs.gnu.org Subject: Re: bug#16266: 24.3; `load-theme' prevents immediate setting of themed variables References: <87d2kiahne.fsf@gmail.com> Date: Fri, 27 Dec 2013 12:15:36 +0400 In-Reply-To: <87d2kiahne.fsf@gmail.com> (Alex Kost's message of "Fri, 27 Dec 2013 11:15:49 +0400") Message-ID: <8761qaaevr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16266 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) --=-=-= Content-Type: text/plain I've written a micro-theme to show the bug in action and to show why NOW arg is vital. The following can be tested with "emacs -Q". 1. Put "test-bug-theme.el" (attached) in `custom-theme-directory' (or another dir from `custom-theme-load-path') 2. M-x load-theme RET test-bug RET After that `test-var1' and `test-var2' are still void (because `custom--inhibit-theme-enable' is set to T in `load-theme'). 3. Evaluate these 2 expressions: (defcustom test-var1 "red" "some doc") (defvar test-var2 "red") `test-var1' is "blue" now and `test-var2' is "red". That's why NOW is so necessary: a theme can set an undefined variable which will be defined with `defvar' only using NOW arg. --=-=-= Content-Type: application/emacs-lisp Content-Disposition: attachment; filename=test-bug-theme.el Content-Transfer-Encoding: quoted-printable (deftheme test-bug) (custom-theme-set-variables 'test-bug '(test-var1 "blue" t) '(test-var2 "blue" t)) (provide-theme 'test-bug) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 30 01:21:09 2021 Received: (at 16266) by debbugs.gnu.org; 30 May 2021 05:21:09 +0000 Received: from localhost ([127.0.0.1]:58158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnDsq-0001Ej-Rb for submit@debbugs.gnu.org; Sun, 30 May 2021 01:21:09 -0400 Received: from quimby.gnus.org ([95.216.78.240]:45006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnDso-0001Du-Fa for 16266@debbugs.gnu.org; Sun, 30 May 2021 01:21:06 -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=2Xa9wr2pGT3mzaurAXsAvghKbv394Ew2ITQPSc8dgHc=; b=njtHY/9oxS1Tm4QC4Wqh5aIqCA K/VkRyVBOtL3Pfsoc90t+WyoLMD+0z/bpiZlJVFspabs47hTekSbDJD450YXTPKu2E3mW6uWiFXnQ 9/Oxx+/+jeuN08YRrGQuHvxyh1dzSdbAKtW3JnONELC9aDN9Mqf71OEB3+1OgQrUL0YQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lnDsc-0006ON-Tu; Sun, 30 May 2021 07:20:59 +0200 From: Lars Ingebrigtsen To: Alex Kost Subject: Re: bug#16266: 24.3; `load-theme' prevents immediate setting of themed variables References: <87d2kiahne.fsf@gmail.com> <8761qaaevr.fsf@gmail.com> X-Now-Playing: Alva Noto and Ryuichi Sakamoto's _Two_: "Inosc" Date: Sun, 30 May 2021 07:20:54 +0200 In-Reply-To: <8761qaaevr.fsf@gmail.com> (Alex Kost's message of "Fri, 27 Dec 2013 12:15:36 +0400") Message-ID: <87lf7w4x1l.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: Alex Kost writes: > 2. M-x load-theme RET test-bug RET > > After that `test-var1' and `test-var2' are still void (because > `custom--inhibit-theme-enable' is set to T in `load-theme'). > > 3. Evaluate these 2 expressio [...] 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: 16266 Cc: 16266@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 (-) Alex Kost writes: > 2. M-x load-theme RET test-bug RET > > After that `test-var1' and `test-var2' are still void (because > `custom--inhibit-theme-enable' is set to T in `load-theme'). > > 3. Evaluate these 2 expressions: > > (defcustom test-var1 "red" "some doc") > (defvar test-var2 "red") > > `test-var1' is "blue" now and `test-var2' is "red". That's why NOW is > so necessary: a theme can set an undefined variable which will be > defined with `defvar' only using NOW arg. (I'm going through old bug reports that unfortunately got no response at the time.) I'm not sure I understand this test case. The problem is that the variables defined by the are "overwritten" when you load something that is a defvar. This does seem somewhat surprising, yes, but I think that's how it's supposed to work? The problem here is that test-var2 is a defvar instead of a defcustom -- if that's the case, then themes don't work reliably, as you've found out. So I think this is basically working as intended. Does anybody have an opinion here? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun May 30 01:21:12 2021 Received: (at control) by debbugs.gnu.org; 30 May 2021 05:21:12 +0000 Received: from localhost ([127.0.0.1]:58161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnDsu-0001Ez-2V for submit@debbugs.gnu.org; Sun, 30 May 2021 01:21:12 -0400 Received: from quimby.gnus.org ([95.216.78.240]:45022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnDss-0001Ea-9P for control@debbugs.gnu.org; Sun, 30 May 2021 01:21:10 -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=YsG7A9crSEPjYZ8xEUZLeV1aNpyPBrEb1sICJy85YiA=; b=WEXb8gYEhANz3/XAxAAUb7zcZe r1awg2+I13XjOClIp+Nq5qXOEOvrLVeukXi8hkYJKmSUUak3TofCAMhEZ8Ot/q8gg36G33sebFHHs Wq8FsMUUbf0xw34F3UKSpLeDFNQXoRXcvXq0taqpnQtk04hDiu/VwLdLMVCKzRbMx8Z0=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lnDsk-0006Od-TO for control@debbugs.gnu.org; Sun, 30 May 2021 07:21:04 +0200 Date: Sun, 30 May 2021 07:21:02 +0200 Message-Id: <87k0ng4x1d.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16266 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 16266 + moreinfo 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 16266 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 01 07:42:04 2021 Received: (at 16266) by debbugs.gnu.org; 1 Jul 2021 11:42:04 +0000 Received: from localhost ([127.0.0.1]:59708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyv52-0000ZY-7d for submit@debbugs.gnu.org; Thu, 01 Jul 2021 07:42:04 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyv51-0000Z3-Aw for 16266@debbugs.gnu.org; Thu, 01 Jul 2021 07:42:03 -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=AEX/pqb9wssJzI5YB+95hH97V5qy0tQtIe6gkSmRweU=; b=tdQ0ScbuVMp+o3Yga7f7CfWmOg 6h0zS1t6R2JElNQb18vCZ9aPMayIZLrk1ypVfasUo15bGw2z3Ef7Pd9NABBzyrQFRoZhgeU+ctMPK o25Jt7LT71KRfSDXIgabvcTWVE4FipaKcXm80j4t7p0vUmlASCDIBh+A57CttBsUJ9CA=; Received: from cm-84.212.220.105.getinternet.no ([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 1lyv4t-0004E9-1l; Thu, 01 Jul 2021 13:41:57 +0200 From: Lars Ingebrigtsen To: Alex Kost Subject: Re: bug#16266: 24.3; `load-theme' prevents immediate setting of themed variables References: <87d2kiahne.fsf@gmail.com> <8761qaaevr.fsf@gmail.com> <87lf7w4x1l.fsf@gnus.org> X-Now-Playing: Jane Siberry's _When I Was A Boy_: "The Gospel According To Darkness" Date: Thu, 01 Jul 2021 13:41:54 +0200 In-Reply-To: <87lf7w4x1l.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 30 May 2021 07:20:54 +0200") Message-ID: <87k0ma1csd.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: Lars Ingebrigtsen writes: > I'm not sure I understand this test case. The problem is that the > variables defined by the are "overwritten" when you load something that > is a defvar. This does seem somewhat surprising, yes, bu [...] 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: 16266 Cc: 16266@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 (---) Lars Ingebrigtsen writes: > I'm not sure I understand this test case. The problem is that the > variables defined by the are "overwritten" when you load something that > is a defvar. This does seem somewhat surprising, yes, but I think > that's how it's supposed to work? > > The problem here is that test-var2 is a defvar instead of a defcustom -- if > that's the case, then themes don't work reliably, as you've found out. > > So I think this is basically working as intended. Does anybody have an > opinion here? Nobody did, so I'm closing this bug report. If this should receive more work, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 01 07:42:08 2021 Received: (at control) by debbugs.gnu.org; 1 Jul 2021 11:42:08 +0000 Received: from localhost ([127.0.0.1]:59711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyv56-0000Zr-EB for submit@debbugs.gnu.org; Thu, 01 Jul 2021 07:42:08 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyv55-0000ZP-J3 for control@debbugs.gnu.org; Thu, 01 Jul 2021 07:42:07 -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=PlOA+WyWexUa6LyZYJmnObUBcylfqhmd0gwSmQLLFCM=; b=cNjguwpT9bszJq6eLQjoFEItjC eJgvsr/khXxdMJvEfqgBCG06/Denb8k2Mw4n+A/AHxE6eicsSg2uD4Lmy5hsHr5tKqkWmDqijFNGz MkPUzJidLwGooOhO2XYH7yYvwiGgQYPaGwRZcPc9lL4ySD/Wf+rVVyNpmZXt+Z9nZ0Bw=; Received: from cm-84.212.220.105.getinternet.no ([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 1lyv4x-0004EJ-UI for control@debbugs.gnu.org; Thu, 01 Jul 2021 13:42:02 +0200 Date: Thu, 01 Jul 2021 13:41:59 +0200 Message-Id: <87im1u1cs8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16266 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: close 16266 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: -2.3 (--) 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: -3.3 (---) close 16266 quit From unknown Sat Aug 16 21:02:08 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, 30 Jul 2021 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