From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 12:07:44 2011 Received: (at submit) by debbugs.gnu.org; 13 Oct 2011 16:07:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RENot-0002iS-3d for submit@debbugs.gnu.org; Thu, 13 Oct 2011 12:07:43 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REJMw-00038x-A8 for submit@debbugs.gnu.org; Thu, 13 Oct 2011 07:22:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REJMJ-00086A-Ba for submit@debbugs.gnu.org; Thu, 13 Oct 2011 07:22:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:47549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJMJ-000866-A7 for submit@debbugs.gnu.org; Thu, 13 Oct 2011 07:21:55 -0400 Received: from eggs.gnu.org ([140.186.70.92]:39233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJMD-000132-HR for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 07:21:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REJM8-00084l-KJ for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 07:21:49 -0400 Received: from fed1rmfepo201.cox.net ([68.230.241.146]:50179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJM8-00084V-AS for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 07:21:44 -0400 Received: from fed1rmimpo109.cox.net ([68.230.241.158]) by fed1rmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20111013112143.ZYMR3776.fed1rmfepo201.cox.net@fed1rmimpo109.cox.net> for ; Thu, 13 Oct 2011 07:21:43 -0400 Received: from [192.168.2.113] ([70.187.136.77]) by fed1rmimpo109.cox.net with bizsmtp id kCJF1h0031gNF7q03CJFsj; Thu, 13 Oct 2011 08:18:15 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020205.4E96C9C7.00A3,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=f7+iIEBXlRg8DgWVVSd61rd0G1hrWSJW6o4ACgxAEYw= c=1 sm=1 a=et2t-c1CaZEA:10 a=5dtLbsosrC4A:10 a=G8Uczd0VNMoA:10 a=8nJEP1OIZ-IA:10 a=6gAIsk5LUfSYvhRzrXdrQQ==:17 a=mDV3o1hIAAAA:8 a=aR16PxjQAAAA:8 a=IqyvdSRIAAAA:20 a=aTNcu4bnkK5hP1sRRuwA:9 a=m-1cmWBHAXBMiPUvtLcA:7 a=wPNLvfGTeEIA:10 a=CiSHi91Bn78A:10 a=ii61gXl28gQA:10 a=6gAIsk5LUfSYvhRzrXdrQQ==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Message-ID: <4E96C9C6.1040302@cox.net> Date: Thu, 13 Oct 2011 04:21:42 -0700 From: Chris Carlson User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 23.3; vc-register does not prompt for initial comment Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 13 Oct 2011 12:07:42 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your report will be posted to the bug-gnu-emacs@gnu.org mailing list and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Performing a vc-register never prompts for an initial comment. The variable vc-initial-comment is defined in vc.el, but it is never referenced or used. Previous versions of Emacs prompted for an initial comment by default, but that feature seems to have gotten lost. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /usr/share/emacs/23.3/etc/DEBUG. In GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ Version 2.12.12) of 2011-10-09 on rolf Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure 'prefix=/usr'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: Recent messages: Loading /home/carlson/emacs/gosmacs.el (source)...done Loading /home/carlson/emacs/emacs.el (source)... Loading /home/carlson/emacs/myfunc.el (source)...done Loading /home/carlson/emacs/emacs-2003.el (source)... Loading cc-mode...done Loading compile...done Setting window height to 65 Loading /home/carlson/emacs/emacs-2003.el (source)...done Loading /home/carlson/emacs/emacs.el (source)...done For information about GNU Emacs and the GNU system, type C-\ C-a. Load-path shadows: None found. Features: (shadow sort mail-extr message idna sendmail ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug compile comint ring cc-mode cc-fonts easymenu cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) -- Chris http://members.cox.net/cwcarlson From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 17:16:05 2011 Received: (at 9745) by debbugs.gnu.org; 13 Oct 2011 21:16:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RESdJ-0002ly-Ks for submit@debbugs.gnu.org; Thu, 13 Oct 2011 17:16:05 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RESdH-0002lr-DM for 9745@debbugs.gnu.org; Thu, 13 Oct 2011 17:16:04 -0400 Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1REScm-00067Z-P6; Thu, 13 Oct 2011 17:15:32 -0400 From: Dan Nicolaescu To: Chris Carlson Subject: Re: bug#9745: 23.3; vc-register does not prompt for initial comment References: <4E96C9C6.1040302@cox.net> X-Debbugs-No-Ack: yes Date: Thu, 13 Oct 2011 17:15:32 -0400 In-Reply-To: <4E96C9C6.1040302@cox.net> (Chris Carlson's message of "Thu, 13 Oct 2011 04:21:42 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 9745 Cc: 9745@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) Chris Carlson writes: > This bug report will be sent to the Free Software Foundation, > not to your local site managers! > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your report will be posted to the bug-gnu-emacs@gnu.org mailing list > and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug. If you can, give > a recipe starting from `emacs -Q': > > Performing a vc-register never prompts for an initial comment. The > variable vc-initial-comment is defined in vc.el, but it is never > referenced or used. > > Previous versions of Emacs prompted for an initial comment by default, > but that feature seems to have gotten lost. Modern VCS do not have an initial message when adding a file (just RCS did that -- maybe SCCS too), so that feature has been removed. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 22:40:18 2011 Received: (at 9745) by debbugs.gnu.org; 14 Oct 2011 02:40:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REXh4-0001ZI-Ne for submit@debbugs.gnu.org; Thu, 13 Oct 2011 22:40:18 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REXgz-0001Z7-HQ for 9745@debbugs.gnu.org; Thu, 13 Oct 2011 22:40:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1REXgS-0001uv-Qx; Thu, 13 Oct 2011 22:39:40 -0400 From: Glenn Morris To: Dan Nicolaescu Subject: Re: bug#9745: 23.3; vc-register does not prompt for initial comment References: <4E96C9C6.1040302@cox.net> X-Spook: beanpole White Water Skipjack Merlin CID morse Janet Reno X-Ran: BK>h@-@pJ|kg*VksrEL00EZOfsb0:<45P8hhdGCED]trT5?n$kOdaS$02M[6Ows]mc|PTe X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 13 Oct 2011 22:39:40 -0400 Message-ID: <3pfwiw2t5f.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9745 Cc: 9745@debbugs.gnu.org, Chris Carlson X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Dan Nicolaescu wrote: > Modern VCS do not have an initial message when adding a file (just RCS > did that -- maybe SCCS too), so that feature has been removed. The variable is still defined (not even obsolete), still mentioned in the manual, and there is nothing in NEWS or ChangeLog that says "vc-initial-comment removed", so this is at least a doc bug. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 03:01:11 2011 Received: (at 9745) by debbugs.gnu.org; 18 Oct 2011 07:01:11 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RG3fe-0003RN-S4 for submit@debbugs.gnu.org; Tue, 18 Oct 2011 03:01:10 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RG3fY-0003Qq-Kr for 9745@debbugs.gnu.org; Tue, 18 Oct 2011 03:01:03 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RG3eb-0007kI-C6; Tue, 18 Oct 2011 03:00:01 -0400 From: Glenn Morris To: 9745@debbugs.gnu.org Subject: Re: bug#9745: 23.3; vc-register does not prompt for initial comment References: <4E96C9C6.1040302@cox.net> <3pfwiw2t5f.fsf@fencepost.gnu.org> X-Spook: nitrate United Nations Ortega bullion mailbomb RSA SAFE X-Ran: %3IkFD+GEM(&So#JEBrB@6O%Ae\\F|ZN&m~3vi&<@ol,y[RUzPT;,rsX21u3FFwO@ocA1" X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 18 Oct 2011 03:00:01 -0400 In-Reply-To: <3pfwiw2t5f.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 13 Oct 2011 22:39:40 -0400") Message-ID: <288voiwzri.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9745 Cc: Chris Carlson X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) I fixed the documentation and am leaving this open as a wishlist item, to bring back the deleted functionality for VCS's that support it. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 03:03:10 2011 Received: (at control) by debbugs.gnu.org; 18 Oct 2011 07:03:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RG3hc-0003UL-Eu for submit@debbugs.gnu.org; Tue, 18 Oct 2011 03:03:09 -0400 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RG3hY-0003UB-Jo for control@debbugs.gnu.org; Tue, 18 Oct 2011 03:03:05 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RG3ge-0007z6-QV for control@debbugs.gnu.org; Tue, 18 Oct 2011 03:02:08 -0400 Date: Tue, 18 Oct 2011 03:02:08 -0400 Message-Id: Subject: control message for bug 9745 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) retitle 9745 Restore vc-initial-comment functionality for VCS that support it severity 9745 wishlist From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 07 13:47:06 2021 Received: (at 9745) by debbugs.gnu.org; 7 Sep 2021 17:47:06 +0000 Received: from localhost ([127.0.0.1]:57600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNfBa-0004QN-HM for submit@debbugs.gnu.org; Tue, 07 Sep 2021 13:47:06 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNfBY-0004KB-Pn for 9745@debbugs.gnu.org; Tue, 07 Sep 2021 13:47:05 -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=jL5FZoQFCKo9pg7GEjGATQl0MJvpVgSxNt2gmMsZef8=; b=DyiVtrU/ugxG3XfqGxObh2M+f3 JgtN1Aw1IvgxN/no8ueDyNF/4jNdT4m4ARTjklm2mnqEzU0QuY0pKkUwJ9WQnst5Y53jAi8aNhGI2 VDKflpHCXNNNC9Yiivu6xq7y1EEh1OysHjeiZBPc1vE8eiCM/bIKWo/Q57EHkIRp4zvs=; Received: from [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 1mNfBQ-0008T0-KX; Tue, 07 Sep 2021 19:46:58 +0200 From: Lars Ingebrigtsen To: Glenn Morris Subject: Re: bug#9745: Restore vc-initial-comment functionality for VCS that support it References: <4E96C9C6.1040302@cox.net> <3pfwiw2t5f.fsf@fencepost.gnu.org> Date: Tue, 07 Sep 2021 19:46:56 +0200 In-Reply-To: <3pfwiw2t5f.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 13 Oct 2011 22:39:40 -0400") Message-ID: <87zgso9t2n.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: Glenn Morris writes: >> Modern VCS do not have an initial message when adding a file (just RCS >> did that -- maybe SCCS too), so that feature has been removed. > > The variable is still defined (not even obsolete), still [...] 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: 9745 Cc: Dan Nicolaescu , 9745@debbugs.gnu.org, Chris Carlson 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 (---) Glenn Morris writes: >> Modern VCS do not have an initial message when adding a file (just RCS >> did that -- maybe SCCS too), so that feature has been removed. > > The variable is still defined (not even obsolete), still mentioned in > the manual, and there is nothing in NEWS or ChangeLog that says > "vc-initial-comment removed", so this is at least a doc bug. commit 0ef87d60054fc1660413772cfb5598d2fb8a5fe5 Author: Glenn Morris AuthorDate: Fri Mar 23 20:31:53 2018 -0400 * lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2. The variable was finally removed a couple of years ago, so I'm closing this bug report. (If somebody wants this functionality brought back, a new wishlist bug report can be opened, but I can't recall seeing anybody asking for that.) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 07 13:47:18 2021 Received: (at control) by debbugs.gnu.org; 7 Sep 2021 17:47:18 +0000 Received: from localhost ([127.0.0.1]:57603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNfBf-0004Uf-Py for submit@debbugs.gnu.org; Tue, 07 Sep 2021 13:47:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNfBe-0004Ox-2g for control@debbugs.gnu.org; Tue, 07 Sep 2021 13:47: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=Dfb6ezL4HfytQkSieOKMAA1rMXS9RzBxQDEX1xFWrpc=; b=eL0M+Kc1owT2VbxIZIPOubAZZY JaTy/5jwOWJC4wxaru9WicQAYj8aWzCpXotITbzXFdMYt1IgOrC0kLQKVc/4xnCzycN7qgiigjLNP PG0H2o9tlk5b/gwiDRjjFrgauJfkQ7QUuR2zB+ptDdOGEZ2Dc4x+vZmCij/0z8xE1QJo=; Received: from [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 1mNfBW-0008TB-K4 for control@debbugs.gnu.org; Tue, 07 Sep 2021 19:47:04 +0200 Date: Tue, 07 Sep 2021 19:47:02 +0200 Message-Id: <87y2889t2h.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #9745 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 9745 wontfix close 9745 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: -1.0 (-) tags 9745 wontfix close 9745 quit From unknown Mon Jun 23 23:52:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 06 Oct 2021 11:24:08 +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