From unknown Tue Jun 24 05:09:01 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#21237 <21237@debbugs.gnu.org> To: bug#21237 <21237@debbugs.gnu.org> Subject: Status: 25.0.50; defconst vs dump Reply-To: bug#21237 <21237@debbugs.gnu.org> Date: Tue, 24 Jun 2025 12:09:01 +0000 retitle 21237 25.0.50; defconst vs dump reassign 21237 emacs submitter 21237 stephen_leake@stephe-leake.org severity 21237 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 11 16:08:03 2015 Received: (at submit) by debbugs.gnu.org; 11 Aug 2015 20:08:03 +0000 Received: from localhost ([127.0.0.1]:53487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPFq6-0005Eu-IS for submit@debbugs.gnu.org; Tue, 11 Aug 2015 16:08:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56273) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPFq3-0005EV-8D for submit@debbugs.gnu.org; Tue, 11 Aug 2015 16:08:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPFq1-0007Tp-FA for submit@debbugs.gnu.org; Tue, 11 Aug 2015 16:07:58 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPFq1-0007Tj-Cl for submit@debbugs.gnu.org; Tue, 11 Aug 2015 16:07:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPFq0-0007Wl-2Y for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 16:07:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPFpv-0007Qm-36 for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 16:07:56 -0400 Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:49996) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZPFpu-0007P0-SC for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 16:07:51 -0400 Received: (qmail 18234 invoked by uid 0); 11 Aug 2015 20:07:42 -0000 Received: from unknown (HELO cmgw2) (10.0.90.83) by gproxy10.mail.unifiedlayer.com with SMTP; 11 Aug 2015 20:07:42 -0000 Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw2 with id 3Y7W1r01c2UdiVW01Y7Zxx; Tue, 11 Aug 2015 14:07:40 -0600 X-Authority-Analysis: v=2.1 cv=O9qq4nNW c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=uRRa74qj2VoA:10 a=6Jw-STCzYtA0awVyL54A:9 a=azqV9JjXgeJs2dXk:21 a=OX3gG150Roi91iza:21 Received: from [76.218.37.33] (port=62817 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZPFpc-0007xa-18 for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 14:07:32 -0600 Date: Tue, 11 Aug 2015 15:07:21 -0500 Message-Id: <86oaidy4g6.fsf@stephe-leake.org> From: stephen_leake@stephe-leake.org To: bug-gnu-emacs@gnu.org Subject: 25.0.50; defconst vs dump X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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.3 (----) 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.3 (----) Given these two definitions: (defconst format-1 (let ((str "(%s %s)")) (put-text-property 1 3 'face 'font-lock-keyword-face str) (put-text-property 4 6 'face 'font-lock-function-name-face str) str)) (defvar format-2 (let ((str "(%s %s %s)")) (put-text-property 1 3 'face 'font-lock-keyword-face str) (put-text-property 4 6 'face 'font-lock-function-name-face str) str)) If I byte-compile a file containing these, and later load that byte-compiled file, the text properties are present on both format-1 and format-2. However, if the file is dumped for preloading into emacs, then the text properties are not present on format-1; the defconst apparently causes them to disappear. If this is desired/intended behavior, it should be documented in the defconst doc string, and there should be a warning during the dump process. In GNU Emacs 25.0.50.10 (x86_64-w64-mingw32) of 2015-08-11 on TAKVER2 Repository revision: 85f7e5115f9f409126d355997e8103ea5126ada2 Windowing system distributor `Microsoft Corp.', version 6.3.9600 Configured using: `configure --prefix=/mingw64 PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: cp1252 Major mode: Emacs-Lisp Minor modes in effect: diff-auto-refine-mode: t global-ede-mode: t ede-minor-mode: t other-frame-window-mode: t display-time-mode: t delete-selection-mode: t icomplete-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Error: (file-error "Setting ACL" "Operation not permitted" "c:/home/stephe/projects.text~") Wrote c:/home/stephe/projects.text Compiling c:/home/stephe/Elisp_Work/defconst_vs_bytecompile.el...done Wrote c:/home/stephe/Elisp_Work/defconst_vs_bytecompile.elc You can run the command `byte-compile-file' with M-x by-c RET Wrote c:/home/stephe/Elisp_Work/defconst_vs_bytecompile.elc Saving file c:/home/stephe/Misc/emacs_notes.text... Wrote c:/home/stephe/Misc/emacs_notes.text Mark set [3 times] Auto-saving... Load-path shadows: c:/home/stephe/.emacs.d/elpa/ada-ref-man-2012.0/ada-ref-man hides /Projects/org.emacs.ada-mode/ada-ref-man /Projects/org.emacs.ada-mode/ada-xref hides c:/Projects/emacs/master/lisp/progmodes/ada-xref /Projects/org.emacs.ada-mode/ada-stmt hides c:/Projects/emacs/master/lisp/progmodes/ada-stmt /Projects/org.emacs.ada-mode/ada-prj hides c:/Projects/emacs/master/lisp/progmodes/ada-prj /Projects/org.emacs.ada-mode/ada-mode hides c:/Projects/emacs/master/lisp/progmodes/ada-mode Features: (shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils copyright gpr-query xref-ada ada-skel ada-skeletons skeleton ada-compiler ada-gnat-compile ada-xref-tool ada-gnat-xref gnat-core ada-indent-engine ada-wisi ada-indent-user-options ada-grammar-wy wisi-compile wisi wisi-parse wisi-compat-24.2 semantic/wisent semantic/wisent/wisent ada-fix-error ada-build ada-mode find-file ada-mode-compat-24.2 align cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs vc vc-dispatcher vc-git diff-mode project-settings ede/generic semantic/db ede/shell ede/config eieio-opt find-func ede/emacs ede/speedbar ede/files ede ede/detect ede/base ede/auto ede/source eieio-base eieio-speedbar speedbar sb-image ezimage dframe eieio-custom project-elisp xref-patches semantic/symref semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet project-patches etags xgit-core bzr-core xmtn-minimal dvc-autoloads dvc-unified dvc-core dvc-buffers dvc-ui dvc-register dvc-utils ewoc dvc-emacs ffap thingatpt url-parse auth-source gnus-util mm-util help-fns mail-prsvr password-cache url-vars dvc-defs dvc-site other-frame-window time delsel cus-start cus-load color-theme edmacro kmacro wid-edit cl noutline outline easy-mmode xref cl-seq project eieio byte-opt bytecomp byte-compile cl-extra help-mode seq cconv eieio-core whitespace dired-x dired-aux dired compile comint ansi-color ring cl-macs gv cl-loaddefs pcase cl-lib icomplete finder-inf bbdb-autoloads info package easymenu epg-config time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame 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 charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote w32notify w32 multi-tty make-network-process emacs) Memory information: ((conses 16 372334 22137) (symbols 56 32965 0) (miscs 48 87 352) (strings 32 61954 12167) (string-bytes 1 1753908) (vectors 16 33702) (vector-slots 8 1346382 183617) (floats 8 715 202) (intervals 56 991 85) (buffers 976 19)) From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 11 18:26:11 2015 Received: (at control) by debbugs.gnu.org; 11 Aug 2015 22:26:12 +0000 Received: from localhost ([127.0.0.1]:53526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPHzn-0008OY-FG for submit@debbugs.gnu.org; Tue, 11 Aug 2015 18:26:11 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60978) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPHzl-0008OP-31 for control@debbugs.gnu.org; Tue, 11 Aug 2015 18:26:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPHzj-0001LE-RW for control@debbugs.gnu.org; Tue, 11 Aug 2015 18:26:08 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPHzj-0001L8-Ns for control@debbugs.gnu.org; Tue, 11 Aug 2015 18:26:07 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZPHzj-0003Wd-6u for control@debbugs.gnu.org; Tue, 11 Aug 2015 18:26:07 -0400 Subject: control message for bug 21237 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Tue, 11 Aug 2015 18:26:07 -0400 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: control 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: -5.2 (-----) forwarded 21237 http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00471.html From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 00:34:40 2019 Received: (at 21237) by debbugs.gnu.org; 9 Oct 2019 04:34:40 +0000 Received: from localhost ([127.0.0.1]:51853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI3gN-0003G8-Oq for submit@debbugs.gnu.org; Wed, 09 Oct 2019 00:34:40 -0400 Received: from quimby.gnus.org ([80.91.231.51]:53014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI3gL-0003Fx-RJ for 21237@debbugs.gnu.org; Wed, 09 Oct 2019 00:34:38 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iI3gF-0002gp-MS; Wed, 09 Oct 2019 06:34:35 +0200 From: Lars Ingebrigtsen To: stephen_leake@stephe-leake.org Subject: Re: bug#21237: 25.0.50; defconst vs dump References: <86oaidy4g6.fsf@stephe-leake.org> Date: Wed, 09 Oct 2019 06:34:31 +0200 In-Reply-To: <86oaidy4g6.fsf@stephe-leake.org> (stephen leake's message of "Tue, 11 Aug 2015 15:07:21 -0500") Message-ID: <87sgo2tu3s.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: stephen_leake@stephe-leake.org writes: > Given these two definitions: > > (defconst format-1 > (let ((str "(%s %s)")) > (put-text-property 1 3 'face 'font-lock-keyword-face str) > (put-text-property 4 6 'face 'font-lock-function-name-face [...] 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: 21237 Cc: 21237@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 (-) stephen_leake@stephe-leake.org writes: > Given these two definitions: > > (defconst format-1 > (let ((str "(%s %s)")) > (put-text-property 1 3 'face 'font-lock-keyword-face str) > (put-text-property 4 6 'face 'font-lock-function-name-face str) > str)) > > (defvar format-2 > (let ((str "(%s %s %s)")) > (put-text-property 1 3 'face 'font-lock-keyword-face str) > (put-text-property 4 6 'face 'font-lock-function-name-face str) > str)) > > If I byte-compile a file containing these, and later load that > byte-compiled file, the text properties are present on both format-1 and > format-2. > > However, if the file is dumped for preloading into emacs, then the text > properties are not present on format-1; the defconst apparently causes > them to disappear. I can confirm that this is still the case in Emacs 27. > If this is desired/intended behavior, it should be documented in the > defconst doc string, and there should be a warning during the dump > process. I tried looking around in the code a bit, but I don't really know what to look for. Does anybody know whether this behaviour is intended? It seems odd that defvars and defconsts are handled differently here. Hm... Oh! Here's from defconst: if (!NILP (Vpurify_flag)) tem = Fpurecopy (tem); and purecopy: purecopy (Lisp_Object obj) { if (FIXNUMP (obj) || (! SYMBOLP (obj) && PURE_P (XPNTR (obj))) || SUBRP (obj)) return obj; /* Already pure. */ if (STRINGP (obj) && XSTRING (obj)->u.s.intervals) message_with_string ("Dropping text-properties while making string `%s' pure", obj, true); And, indeed, I get Dropping text-properties while making string `(%s %s)' pure when compiling. (Side issue: Should that have a "Warning: " prefix or something so that it gets more noticeable?) So I guess this is intended behaviour? I guess it's too obscure a thing to put in the doc string of defconst. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 08 10:00:38 2021 Received: (at 21237) by debbugs.gnu.org; 8 Jul 2021 14:00:38 +0000 Received: from localhost ([127.0.0.1]:57076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1UZy-000738-5Y for submit@debbugs.gnu.org; Thu, 08 Jul 2021 10:00:38 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1UZv-0006vm-SY for 21237@debbugs.gnu.org; Thu, 08 Jul 2021 10:00:36 -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=6COpj0rmaY+qbqhvDnzasMweRLHKj72LvkoqjPkeaG0=; b=KU5akmV0pNE0JX0K5fJFhqC8o+ gjTm2jCPjNbKB4kWmrNE+7fPDg/QAJzQdF+C9OQ/tmcHlXrGKdrHtQ1muMA8WP2LvnReA2tUNwlIB N/j9O3z67m/cs5iba63PGffLHWSPIrBrgKDBVQS17IOTJtKmBe5aiAa0Su29uhAZBQG4=; 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 1m1UZa-0003KG-Pw; Thu, 08 Jul 2021 16:00:24 +0200 From: Lars Ingebrigtsen To: stephen_leake@stephe-leake.org Subject: Re: bug#21237: 25.0.50; defconst vs dump References: <86oaidy4g6.fsf@stephe-leake.org> <87sgo2tu3s.fsf@gnus.org> X-Now-Playing: Yorkston, Thorne, Khan's _Navarasa: Nine Emotions_: "The North Carr" Date: Thu, 08 Jul 2021 16:00:14 +0200 In-Reply-To: <87sgo2tu3s.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 09 Oct 2019 06:34:31 +0200") Message-ID: <87im1ksy6p.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: > And, indeed, I get > > Dropping text-properties while making string `(%s %s)' pure > > when compiling. (Side issue: Should that have a "Warning: " prefix or > something so that it gets more noticeab [...] 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: 21237 Cc: 21237@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: > And, indeed, I get > > Dropping text-properties while making string `(%s %s)' pure > > when compiling. (Side issue: Should that have a "Warning: " prefix or > something so that it gets more noticeable?) > > So I guess this is intended behaviour? I guess it's too obscure a thing > to put in the doc string of defconst. So I'm closing this bug report (since the build process does warn about this, and people not doing Emacs dumping doesn't need to have this in the defconst doc string). -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 08 10:00:46 2021 Received: (at control) by debbugs.gnu.org; 8 Jul 2021 14:00:46 +0000 Received: from localhost ([127.0.0.1]:57079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1Ua6-0007Bp-Gw for submit@debbugs.gnu.org; Thu, 08 Jul 2021 10:00:46 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1Ua5-00075G-5z for control@debbugs.gnu.org; Thu, 08 Jul 2021 10:00:45 -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=PnavQwgxpjxAlHwqLvnQAj+pcSt/Mw9BaiGUMbOLhhY=; b=ijbO9X5ZyG8uCTYeE/zXq7zAiP SAH2Df0kqBw6zPWBHLk6hkUEEU27dsAW3rw4zR01C8QmxwK0x2P1M4oXLZvs7RKKPEyHtSZ29IWu4 0RbRtxuCMv3yCMZjBAIqNTv9bGDyYra8F45o4uFdL34J6LrqC4Mvn/EfDufhxRJ0agXI=; 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 1m1UZt-0003KP-PI for control@debbugs.gnu.org; Thu, 08 Jul 2021 16:00:39 +0200 Date: Thu, 08 Jul 2021 16:00:28 +0200 Message-Id: <87h7h4sy6b.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #21237 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 21237 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 21237 quit From unknown Tue Jun 24 05:09:01 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, 06 Aug 2021 11:24:05 +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