From unknown Wed Jun 18 00:16:30 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#7171 <7171@debbugs.gnu.org> To: bug#7171 <7171@debbugs.gnu.org> Subject: Status: vc-mtn to use "mtn automate" Reply-To: bug#7171 <7171@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:16:30 +0000 retitle 7171 vc-mtn to use "mtn automate" reassign 7171 emacs submitter 7171 Masatake YAMATO severity 7171 normal tag 7171 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 07 06:50:10 2010 Received: (at submit) by debbugs.gnu.org; 7 Oct 2010 10:50: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 1P3o37-00062B-In for submit@debbugs.gnu.org; Thu, 07 Oct 2010 06:50:09 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P3o34-00061k-Jv for submit@debbugs.gnu.org; Thu, 07 Oct 2010 06:50:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3o6B-0001nn-Ci for submit@debbugs.gnu.org; Thu, 07 Oct 2010 06:53:20 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:33897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3o6B-0001nj-9z for submit@debbugs.gnu.org; Thu, 07 Oct 2010 06:53:19 -0400 Received: from [140.186.70.92] (port=47542 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3o69-0001sw-Kk for bug-gnu-emacs@gnu.org; Thu, 07 Oct 2010 06:53:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3o67-0001mL-RD for bug-gnu-emacs@gnu.org; Thu, 07 Oct 2010 06:53:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3o67-0001ld-Kb for bug-gnu-emacs@gnu.org; Thu, 07 Oct 2010 06:53:15 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o97ArDpY020588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Oct 2010 06:53:14 -0400 Received: from localhost (beach.nrt.redhat.com [10.64.200.71]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o97ArC6l004891 for ; Thu, 7 Oct 2010 06:53:12 -0400 Date: Thu, 07 Oct 2010 19:53:11 +0900 (JST) Message-Id: <20101007.195311.697425208822821860.yamato@redhat.com> To: bug-gnu-emacs@gnu.org Subject: error at vc-mtn-mode-line-string of vc-mtn.el From: Masatake YAMATO Organization: Red Hat Japan, Inc. Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: submit 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.3 (------) When I tried to open a file under monotone version control system, emacs reports an error because vc-mtn-workfile-branch in vc-mtn-mode-line-string retruns nil. Backtrace ------------------------------------------------------------------------ Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("\\`[^:/#]*[:/#]" nil) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch))) (while --cl-dolist-temp-- (setq rule (car --cl-dolist-temp--)) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch))) (setq --cl-dolist-temp-- (cdr --cl-dolist-temp--))) (let ((--cl-dolist-temp-- vc-mtn-mode-line-rewrite) rule) (while --cl-dolist-temp-- (setq rule (car --cl-dolist-temp--)) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch))) (setq --cl-dolist-temp-- (cdr --cl-dolist-temp--))) nil) (catch (quote --cl-block-nil--) (let ((--cl-dolist-temp-- vc-mtn-mode-line-rewrite) rule) (while --cl-dolist-temp-- (setq rule (car --cl-dolist-temp--)) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch))) (setq --cl-dolist-temp-- (cdr --cl-dolist-temp--))) nil)) (cl-block-wrapper (catch (quote --cl-block-nil--) (let ((--cl-dolist-temp-- vc-mtn-mode-line-rewrite) rule) (while --cl-dolist-temp-- (setq rule (car --cl-dolist-temp--)) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch))) (setq --cl-dolist-temp-- (cdr --cl-dolist-temp--))) nil))) (block nil (let ((--cl-dolist-temp-- vc-mtn-mode-line-rewrite) rule) (while --cl-dolist-temp-- (setq rule (car --cl-dolist-temp--)) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch))) (setq --cl-dolist-temp-- (cdr --cl-dolist-temp--))) nil)) (dolist (rule vc-mtn-mode-line-rewrite) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch)))) (let ((branch (vc-mtn-workfile-branch file))) (dolist (rule vc-mtn-mode-line-rewrite) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch)))) (format "Mtn%c%s" (case (vc-state file) ((up-to-date needs-update) 45) (added 64) (t 58)) branch)) vc-mtn-mode-line-string("/tmp/net.venge.monotone/AUTHORS") apply(vc-mtn-mode-line-string "/tmp/net.venge.monotone/AUTHORS") vc-call-backend(Mtn mode-line-string "/tmp/net.venge.monotone/AUTHORS") vc-mode-line("/tmp/net.venge.monotone/AUTHORS" Mtn) vc-find-file-hook() run-hooks(find-file-hook) after-find-file(nil t) find-file-noselect-1(# "/tmp/net.venge.monotone/AUTHORS" nil nil "/tmp/net.venge.monotone/AUTHORS" (1205380 64768)) find-file-noselect("/tmp/net.venge.monotone/AUTHORS" nil nil t) find-file("/tmp/net.venge.monotone/AUTHORS" t) call-interactively(find-file nil nil) ------------------------------------------------------------------------ Software version ------------------------------------------------------------------------ GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-10-07 on dhcp-193-209.nrt.redhat.com mtn --version monotone 0.48 (base revision: 844268c137aaa783aa800a9c16ae61edda80ecea) ------------------------------------------------------------------------ How to reproduce ------------------------------------------------------------------------ 1. Prepare source code under monotone vcs cd /tmp mtn clone monotone://code.monotone.ca/monotone net.venge.monotone ... 2. open a source code with \C-x\C-f \C-x\C-f Find file: /tmp/net.venge.monotone/AUTHORS You will got if: Wrong type argument: stringp, nil at *Message* ------------------------------------------------------------------------ My analysis ------------------------------------------------------------------------ An regular expression, "Current branch: \\(.*\\)\nChanges against parent \\(.*\\)" in `vc-mtn-workfile-branch' doesn't match to the output of mtn status: $ cd /tmp/net.venge.monotone $ mtn status at /tmp/net.venge.monotone ---------------------------------------------------------------------- Revision: 40f634fe2e8124dfa567a2ca805824dcfaf6f2c2 Parent: e50b098f9f507bd83207365c7893058fbd01635a Author: ??? Date: 10/07/2010 07:48:45 PM Branch: net.venge.monotone Changes against parent e50b098f9f507bd83207365c7893058fbd01635a no changes No "Current branch: ..." line is found. I propose following patch but I'm not sure this patch is correct or not because I'm too new to monotone. 2010-10-07 Masatake YAMATO * vc/vc-mtn.el (vc-mtn-working-revision): Use an empty string as the result of 'vc-mtn-working-revision' if it returns nil. === modified file 'lisp/vc/vc-mtn.el' *** lisp/vc/vc-mtn.el 2010-08-29 16:17:13 +0000 --- lisp/vc/vc-mtn.el 2010-10-07 10:35:52 +0000 *************** *** 156,162 **** (defun vc-mtn-mode-line-string (file) "Return string for placement in modeline by `vc-mode-line' for FILE." ! (let ((branch (vc-mtn-workfile-branch file))) (dolist (rule vc-mtn-mode-line-rewrite) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch)))) --- 156,162 ---- (defun vc-mtn-mode-line-string (file) "Return string for placement in modeline by `vc-mode-line' for FILE." ! (let ((branch (or (vc-mtn-workfile-branch file) ""))) (dolist (rule vc-mtn-mode-line-rewrite) (if (string-match (car rule) branch) (setq branch (replace-match (cdr rule) t nil branch)))) Masatake YAMATO From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 30 21:30:24 2012 Received: (at control) by debbugs.gnu.org; 1 Dec 2012 02:30:24 +0000 Received: from localhost ([127.0.0.1]:47722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TecqW-0008UH-2E for submit@debbugs.gnu.org; Fri, 30 Nov 2012 21:30:24 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:46826) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TecqU-0008R2-0E for control@debbugs.gnu.org; Fri, 30 Nov 2012 21:30:22 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TecoP-0003b3-14 for control@debbugs.gnu.org; Fri, 30 Nov 2012 21:28:13 -0500 Date: Fri, 30 Nov 2012 21:28:13 -0500 Message-Id: Subject: control message for bug 7171 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.6 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -4.6 (----) merge 6513 7171 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 19 23:58:15 2013 Received: (at control) by debbugs.gnu.org; 20 Feb 2013 04:58:16 +0000 Received: from localhost ([127.0.0.1]:38251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U81l1-0001uy-GJ for submit@debbugs.gnu.org; Tue, 19 Feb 2013 23:58:15 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:46874) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U81kw-0001up-Kp for control@debbugs.gnu.org; Tue, 19 Feb 2013 23:58:11 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U81jp-0003tX-Cm for control@debbugs.gnu.org; Tue, 19 Feb 2013 23:57:01 -0500 Date: Tue, 19 Feb 2013 23:57:01 -0500 Message-Id: Subject: control message for bug 6513 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -4.8 (----) retitle 6513 vc-mtn to use "mtn automate" From debbugs-submit-bounces@debbugs.gnu.org Fri May 06 15:35:20 2022 Received: (at control) by debbugs.gnu.org; 6 May 2022 19:35:20 +0000 Received: from localhost ([127.0.0.1]:49882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nn3jT-00021F-WF for submit@debbugs.gnu.org; Fri, 06 May 2022 15:35:20 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nn3jS-00020l-3s for control@debbugs.gnu.org; Fri, 06 May 2022 15:35:18 -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=wqEN9njTzc9VOInnQJjx2wLM8mWNfQYWfW4Tk2hcw2M=; b=gfey8Ljdjpyhnpt9RwfA+Fk5In hPBpdszgq7v8/wHKR2+MHBPBfImVvGdJs9oKFrIC8ZWHnKfEPN3+PA2Vyf62xRNFbHC5wrwr2KPSf WEc47kkP52bUbq6YRXKhp1foUAjIgWoRNQETs6kqrA5ZEURjTIpqw627MNxVvNF/7b9k=; Received: from [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 1nn3jK-0002D2-Bv for control@debbugs.gnu.org; Fri, 06 May 2022 21:35:12 +0200 Date: Fri, 06 May 2022 21:35:09 +0200 Message-Id: <87fslmfo9e.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7171 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 7171 + 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: -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 (---) tags 7171 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 04 08:16:59 2022 Received: (at 7171) by debbugs.gnu.org; 4 Jun 2022 12:16:59 +0000 Received: from localhost ([127.0.0.1]:57819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxSiB-00036h-BZ for submit@debbugs.gnu.org; Sat, 04 Jun 2022 08:16:59 -0400 Received: from quimby.gnus.org ([95.216.78.240]:45522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxSi8-00030V-RL; Sat, 04 Jun 2022 08:16:57 -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=lCDDfMfkGaRDtaC6LbYw6WloIl/aYxLUon8mSo3OJro=; b=gIeUmYCIvzfuK3huJ2G/ZbgB8P JEbA47OFQ5dGdi9Q2IthpYbcrLcsorEXVOev9zIOZ3OrRsjDMUlDtASE1xJMvYJfHIq2MOVCGS3zE NyjVhAzd9XqvUG/yp5/llUzNAOTyHSwCxE6UykCy0gfm+5gzCw/4Smgjgt50+myyDXQ0=; Received: from [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 1nxShx-0003wp-OD; Sat, 04 Jun 2022 14:16:48 +0200 From: Lars Ingebrigtsen To: Glenn Morris Subject: Re: bug#7171: vc-mtn to use "mtn automate" References: <87h762fo9n.fsf@gnus.org> <87r156e6ji.fsf@gnus.org> X-Now-Playing: Farben's _textstar+_: "farben Says So Much Love (Remaster 2022)" Date: Sat, 04 Jun 2022 14:16:45 +0200 In-Reply-To: <87r156e6ji.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 06 May 2022 22:43:13 +0200") Message-ID: <87a6as8vyq.fsf_-_@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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 don't object, but I think you may have missed >> >> https://debbugs.gnu.org/bug=6513#36 >> >> which was a "quiet" comment explaining that the breakage was fixed >> 2010-11-08. This bug stayed ope [...] 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: 7171 Cc: 6513@debbugs.gnu.org, Stefan Monnier , 7171@debbugs.gnu.org, Dmitry Gutov 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 don't object, but I think you may have missed >> >> https://debbugs.gnu.org/bug=6513#36 >> >> which was a "quiet" comment explaining that the breakage was fixed >> 2010-11-08. This bug stayed open as basically an improvement request to >> use "mtn automate". > > Yup. debbugs-gnu still doesn't display "quiet" comments, I think. Anyway, I've now made vc-mtn obsolete in Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 04 08:17:01 2022 Received: (at control) by debbugs.gnu.org; 4 Jun 2022 12:17:01 +0000 Received: from localhost ([127.0.0.1]:57821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxSiC-00037s-Qo for submit@debbugs.gnu.org; Sat, 04 Jun 2022 08:17:00 -0400 Received: from quimby.gnus.org ([95.216.78.240]:45532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxSiA-00031v-Ln for control@debbugs.gnu.org; Sat, 04 Jun 2022 08:16:58 -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=h7bQmZpXdcImFlObMe2Y75BGKpyRTvbAy7oZeitmaVU=; b=uOQJGtpReE3HUoEg6fzO/KMINk bm6oUq2CwcUYtzGPnV0qW9veBb1iEFZJ4z7TY50M9TQmRpw0eguPJp6g+odW6MaE2BfMkbr4Sq7R9 8M9wxAysKg4F3vILDflb0PIVd2VpWcofdjjri85IY94PTh7fi+JdAdODH3XvIYx+QjT0=; Received: from [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 1nxSi2-0003x3-Th for control@debbugs.gnu.org; Sat, 04 Jun 2022 14:16:52 +0200 Date: Sat, 04 Jun 2022 14:16:50 +0200 Message-Id: <878rqc8vyl.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7171 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 7171 29.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: -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 7171 29.1 quit From unknown Wed Jun 18 00:16:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 03 Jul 2022 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