From debbugs-submit-bounces@debbugs.gnu.org Mon May 18 16:30:54 2020 Received: (at submit) by debbugs.gnu.org; 18 May 2020 20:30:54 +0000 Received: from localhost ([127.0.0.1]:48351 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jamPW-0008St-8n for submit@debbugs.gnu.org; Mon, 18 May 2020 16:30:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:45674) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jamOw-0008Rx-Gi for submit@debbugs.gnu.org; Mon, 18 May 2020 16:30:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60704) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jamOw-0006uX-1b for bug-gnu-emacs@gnu.org; Mon, 18 May 2020 16:30:18 -0400 Received: from 066-214-031-090.biz.spectrum.com ([66.214.31.90]:39160 helo=smtp.hullabaloo.us) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jamOu-00086a-CM for bug-gnu-emacs@gnu.org; Mon, 18 May 2020 16:30:17 -0400 Received: from air.lan (Air.lan [192.168.1.217]) by smtp.hullabaloo.us (Postfix) with ESMTPSA id 992748069EDF; Mon, 18 May 2020 13:20:52 -0700 (PDT) From: David Hull Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Date: Mon, 18 May 2020 13:20:51 -0700 Subject: 27.0.91; load-history gets bad entries when loading $HOME/.emacs.d/elpa autoload files Message-Id: <5FBD7712-9C72-4628-ADA6-D838D82B067F@davidhull.org> To: bug-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.3445.104.14) Received-SPF: softfail client-ip=66.214.31.90; envelope-from=home@davidhull.org; helo=smtp.hullabaloo.us X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/18 16:20:52 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -2 X-Spam_score: -0.3 X-Spam_bar: / X-Spam_report: (-0.3 / 5.0 requ) BAYES_00=-1.9, RDNS_DYNAMIC=0.982, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.665, TVD_RCVD_IP=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 18 May 2020 16:30:53 -0400 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.3 (--) It seems that Emacs 20.0.91 gets bad entries in the load-history variable when loading autoloads at startup from the $HOME/.emacs.d/elpa directory. I cannot reproduce the problem when I start emacs as `emacs-q`, however the problem does occur with a minimal startup environment. cat /dev/null >$HOME/.emacs rm -rf ~HOME/.emacs.d emacs Now, if I show the variable load-history it has a `nil` entry: = (("/Users/david/Downloads/Emacs.app/Contents/Resources/lisp/thingatpt.elc"= (provide . thingatpt) (t . forward-thing) [ elided lots of lines here ] (autoload . cl-tree-equal) (provide . cl-loaddefs)) nil = ("/Users/david/Downloads/Emacs.app/Contents/Resources/lisp/subdirs.el") = ("/Users/david/Downloads/Emacs.app/Contents/Resources/site-lisp/subdirs.el= ") [ elided the rest of the load-history value here ] ) With real autoload files, I usually end up with `((require . info))` or `((require . finder-inf))` instead of `nil` in load-history, but still missing the filename as the car of the list, for example: [...] (t . help-bookmark-jump) (defun . help-bookmark-jump) (provide . help-mode)) ((require . info)) = ("/Users/david/Downloads/Emacs.app/Contents/Resources/lisp/info.elc" = Info-history Info-history-forward Info-history-list = Info-history-skip-intermediate-nodes Info-enable-active-nodes (defface . info-node) (defface . info-title-1) [...] In GNU Emacs 27.0.91 (build 1, x86_64-apple-darwin18.7.0, NS = appkit-1671.60 Version 10.14.6 (Build 18G4032)) of 2020-05-18 built on Air.lan Windowing system distributor 'Apple', version 10.3.1671 System Description: Mac OS X 10.14.6 Recent messages: Loading cus-start...done Loading tooltip...done Loading = /Users/david/Downloads/Emacs.app/Contents/Resources/lisp/leim/leim-list.el= (source)...done Finding pointers to doc strings...done For information about GNU Emacs and the GNU system, type C-h C-a. Loading loadup.el (source)...done Type C-x 1 to delete the help window, C-M-v to scroll help. Mark saved where search started Mark set Quit Quit Configured using: 'configure --with-ns '--enable-locallisppath=3D/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp' --with-modules' Configured features: NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES THREADS PDUMPER Important settings: value of $LC_COLLATE: C value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Help Minor modes in effect: tooltip-mode: t global-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 buffer-read-only: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils misearch multi-isearch cl-extra seq byte-opt gv bytecomp byte-compile cconv pp cl-print thingatpt help-fns radix-tree help-mode easymenu cl-loaddefs cl-lib tooltip cus-start eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win 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 loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads kqueue cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 276201 20318) (symbols 48 20810 1) (strings 32 57642 2002) (string-bytes 1 2401036) (vectors 16 51209) (vector-slots 8 1407957 64410) (floats 8 200 40) (intervals 56 235 6) (buffers 1000 13)) From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 22 10:07:48 2020 Received: (at 41379) by debbugs.gnu.org; 22 Oct 2020 14:07:48 +0000 Received: from localhost ([127.0.0.1]:53263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbFe-0000k1-Up for submit@debbugs.gnu.org; Thu, 22 Oct 2020 10:07:48 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbFd-0000jl-2C for 41379@debbugs.gnu.org; Thu, 22 Oct 2020 10:07:33 -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=BMg02tfNMXzZo96q27vTpBLitvRjT0X3cWr89e0d2yI=; b=Z7FzIGfUOc8P6M3JYRqItD6WER TgfOgLu4aWcdTjhXrJ8xt/8eX+YyjZiFSL5tyoz+Ow3XWPxrfOWvYr5WULLgQDwvS9jKYv/sT8EgY AOjInR1k9Hskr7+PVgg/jFmH+7gtDXp3HuyRFWoyrbVHgwzBr5Z4oMbfqPczMoOymy3A=; 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 1kVbFS-0004MJ-90; Thu, 22 Oct 2020 16:07:26 +0200 From: Lars Ingebrigtsen To: David Hull Subject: Re: bug#41379: 27.0.91; load-history gets bad entries when loading $HOME/.emacs.d/elpa autoload files References: <5FBD7712-9C72-4628-ADA6-D838D82B067F@davidhull.org> X-Now-Playing: Xiu Xiu's _Girl with Basket of Fruit_: "The Wrong Thing" Date: Thu, 22 Oct 2020 16:07:21 +0200 In-Reply-To: <5FBD7712-9C72-4628-ADA6-D838D82B067F@davidhull.org> (David Hull's message of "Mon, 18 May 2020 13:20:51 -0700") Message-ID: <87ft66l5gm.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: David Hull writes: > It seems that Emacs 20.0.91 gets bad entries in the load-history > variable when loading autoloads at startup from the > $HOME/.emacs.d/elpa directory. I cannot reproduce the problem when I > start [...] 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: 41379 Cc: 41379@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 (-) David Hull writes: > It seems that Emacs 20.0.91 gets bad entries in the load-history > variable when loading autoloads at startup from the > $HOME/.emacs.d/elpa directory. I cannot reproduce the problem when I > start emacs as `emacs-q`, however the problem does occur with a minimal > startup environment. I'm unable to reproduce this bug in Emacs 27.2. Are you still seeing this problem? If so, could you try to narrow down what makes this happen? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 22 10:07:48 2020 Received: (at control) by debbugs.gnu.org; 22 Oct 2020 14:07:48 +0000 Received: from localhost ([127.0.0.1]:53266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbFs-0000kN-6T for submit@debbugs.gnu.org; Thu, 22 Oct 2020 10:07:48 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbFi-0000jy-Vl for control@debbugs.gnu.org; Thu, 22 Oct 2020 10:07:39 -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=wQEeZw9/pcGCNa7PR3kJ3rWhbQuzR2wr2+jFtsiW/l0=; b=og0qYSpZsfg+skQVuPDsYfOdBd cf4EJSSDL08ZMscA+6rKFMUvk4mhYRlYrZyG6H9yAdGxAfpen6NQmSk8sDga6BzR6OgYu1chOzx8J lvKFLH6swcz+bBn9qW1QBbjoOIpbUjShuD4KgN/NPNXHt3AUDyJfJXkUSKMkAd6XczwA=; 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 1kVbFb-0004MY-8k for control@debbugs.gnu.org; Thu, 22 Oct 2020 16:07:33 +0200 Date: Thu, 22 Oct 2020 16:07:30 +0200 Message-Id: <87eelql5gd.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #41379 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 41379 + 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 41379 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 30 07:47:01 2020 Received: (at 41379) by debbugs.gnu.org; 30 Nov 2020 12:47:01 +0000 Received: from localhost ([127.0.0.1]:54066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjia4-0001PW-S9 for submit@debbugs.gnu.org; Mon, 30 Nov 2020 07:47:01 -0500 Received: from quimby.gnus.org ([95.216.78.240]:36204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjia3-0001KT-9k for 41379@debbugs.gnu.org; Mon, 30 Nov 2020 07:46:59 -0500 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=yZ6HIKwmVs6d7IFvm0IPGtKYNBD3WA/coXI9kHICrJI=; b=j9rztjpsx26tvFgyT89fWMYuup VlhxI/XyyiYUlx6elzsex8jRUGzumo9UO03SjLhudgkJuPCQROSZB2MdTGuaDt1Qz834EnzhjF0r3 XU/PnUayB4OUMnuyTSdL4M7Us35m0mD+uFgQGXRrzu1ds0UgWq7203ApS5M+D/Pdl6Sg=; 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 1kjiZu-0000W0-3Q; Mon, 30 Nov 2020 13:46:52 +0100 From: Lars Ingebrigtsen To: David Hull Subject: Re: bug#41379: 27.0.91; load-history gets bad entries when loading $HOME/.emacs.d/elpa autoload files References: <5FBD7712-9C72-4628-ADA6-D838D82B067F@davidhull.org> <87ft66l5gm.fsf@gnus.org> X-Now-Playing: Stephen Mallinder's _Um Dada_: "Um Dada" Date: Mon, 30 Nov 2020 13:46:48 +0100 In-Reply-To: <87ft66l5gm.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 22 Oct 2020 16:07:21 +0200") Message-ID: <877dq3811j.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: > David Hull writes: > >> It seems that Emacs 20.0.91 gets bad entries in the load-history >> variable when loading autoloads at startup from the >> $HOME/.emacs.d/elpa directory. [...] 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: 41379 Cc: 41379@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 (-) Lars Ingebrigtsen writes: > David Hull writes: > >> It seems that Emacs 20.0.91 gets bad entries in the load-history >> variable when loading autoloads at startup from the >> $HOME/.emacs.d/elpa directory. I cannot reproduce the problem when I >> start emacs as `emacs-q`, however the problem does occur with a minimal >> startup environment. > > I'm unable to reproduce this bug in Emacs 27.2. Are you still seeing > this problem? If so, could you try to narrow down what makes this happen? More information was requested, but none was received, so I'm closing this bug report. If this is still an issue, please respond to the debbugs address and we'll reopen the report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 30 07:47:06 2020 Received: (at control) by debbugs.gnu.org; 30 Nov 2020 12:47:06 +0000 Received: from localhost ([127.0.0.1]:54073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjiaA-0001UK-7x for submit@debbugs.gnu.org; Mon, 30 Nov 2020 07:47:06 -0500 Received: from quimby.gnus.org ([95.216.78.240]:36220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjia8-0001O2-Dv for control@debbugs.gnu.org; Mon, 30 Nov 2020 07:47:04 -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=GCJY7NWbOfZktzMGT5IM1LdTIDRmJPNtaz8f21tavX8=; b=GRlbZ+Q5ZLfbmmjrd9Jdk8oSYq 2ztX2tbcSPS2axb2+4QKvIwtWQIw/wg/c3JB/AGF3i+usL1F+nYKli9lMIW+yHuHvArscyUBai6Cw CJnI36I1goxrfopIjPH2jXnTXqiqAkyokNMoFy5rxyvFiGdeBAm0yyAwqefKLbDMBI7I=; 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 1kjia0-0000WB-Lo for control@debbugs.gnu.org; Mon, 30 Nov 2020 13:46:58 +0100 Date: Mon, 30 Nov 2020 13:46:55 +0100 Message-Id: <875z5n811c.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #41379 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 41379 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 (-) close 41379 quit From unknown Sat Jun 21 17:36:17 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, 29 Dec 2020 12:24:12 +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