From unknown Fri Jun 20 07:17:02 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#337 <337@debbugs.gnu.org> To: bug#337 <337@debbugs.gnu.org> Subject: Status: vc-diff forget previous point Reply-To: bug#337 <337@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:17:02 +0000 retitle 337 vc-diff forget previous point reassign 337 emacs submitter 337 Ulrich Neumerkel severity 337 wishlist thanks From ulrich@complang.tuwien.ac.at Fri May 30 16:05:55 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.0 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 30 May 2008 23:05:55 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m4UN5pxZ009675 for ; Fri, 30 May 2008 16:05:53 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2DfT-0002CB-78 for bug-gnu-emacs@gnu.org; Fri, 30 May 2008 19:05:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2DfR-0002Bx-Jc for bug-gnu-emacs@gnu.org; Fri, 30 May 2008 19:05:49 -0400 Received: from [199.232.76.173] (port=36624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2DfR-0002Bu-DA for bug-gnu-emacs@gnu.org; Fri, 30 May 2008 19:05:49 -0400 Received: from a4.complang.tuwien.ac.at ([128.130.173.65]:60812) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K2DfQ-0007Gn-Ml for bug-gnu-emacs@gnu.org; Fri, 30 May 2008 19:05:48 -0400 Received: from ulrich by a4.complang.tuwien.ac.at with local (Exim 4.63) (envelope-from ) id 1K2DfH-00016z-5q for bug-gnu-emacs@gnu.org; Sat, 31 May 2008 01:05:39 +0200 To: bug-gnu-emacs@gnu.org Subject: vc-diff forget previous point Message-Id: From: Ulrich Neumerkel Date: Sat, 31 May 2008 01:05:39 +0200 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) --text follows this line-- Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: With a file under version control, I do C-x v = (vc-diff) to walk through and resolve differences. Since there are many, I re-issue vc-diff to see the remaining differences. Unfortunately, vc-diff forgets the previous point in buffer *vc-diff* resetting point to 0. My expectation would be that the cursor remains where it has been (not the literal point but the corresponding part to the same source line). Maybe something similar to C-c C-c (diff-goto-source) but in the other direction would be useful in general. In GNU Emacs 22.2.1 (i686-pc-linux-gnu, X toolkit) of 2008-05-28 on gupu.complang.tuwien.ac.at .... From monnier@iro.umontreal.ca Tue Jun 3 00:24:35 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-1.6 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, HELO_LH_HOME,MURPHY_DRUGS_REL8,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 337) by emacsbugs.donarmstrong.com; 3 Jun 2008 07:24:35 +0000 Received: from ceviche.home (206-248-132-168.dsl.teksavvy.com [206.248.132.168]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m537OWda027252 for <337@emacsbugs.donarmstrong.com>; Tue, 3 Jun 2008 00:24:33 -0700 Received: by ceviche.home (Postfix, from userid 20848) id 3E671B423C; Tue, 3 Jun 2008 03:24:32 -0400 (EDT) From: Stefan Monnier To: 337@debbugs.gnu.org Subject: Re: bug#337: vc-diff forget previous point Message-ID: References: Date: Tue, 03 Jun 2008 03:24:32 -0400 In-Reply-To: (Ulrich Neumerkel's message of "Sat, 31 May 2008 01:05:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > With a file under version control, I do C-x v = (vc-diff) to walk > through and resolve differences. Since there are many, I re-issue > vc-diff to see the remaining differences. Unfortunately, vc-diff > forgets the previous point in buffer *vc-diff* resetting point to 0. > My expectation would be that the cursor remains where it has been (not > the literal point but the corresponding part to the same source line). > Maybe something similar to C-c C-c (diff-goto-source) but in the other > direction would be useful in general. Indeed. Dan had a patch to do just that, but it was never applied and it doesn't work any more, AFAICT. I never applied his patch because it wasn't doing quite the right thing. I think "The Right Thing" is to first look for the part of the diff that refers to the current file (in case the diff includes several files), and then within it, use a binary search with `diff-goto-source' to figure out the position in the diff buffer that jumps closest to point. This way, if point is within a part of the buffer where a hunk applies, the function should be able to find the exact character position corresponding to point, just like diff-goto-source does in the other direction. Patch welcome, Stefan From cyd@stupidchicken.com Wed Sep 24 12:38:46 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 24 Sep 2008 19:38:46 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8OJciAE013237 for ; Wed, 24 Sep 2008 12:38:45 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 80BB057E189; Wed, 24 Sep 2008 15:39:11 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: Classify bugs Date: Wed, 24 Sep 2008 15:39:11 -0400 Message-ID: <87prmt9vvk.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii close 308 severity 337 wishlist tags 515 moreinfo tags 656 moreinfo severity 829 wishlist severity 871 wishlist thanks From lekktu@gmail.com Tue Mar 17 02:22:15 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Mar 2009 09:22:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f176.google.com (mail-ew0-f176.google.com [209.85.219.176]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2H9MCD0005523 for ; Tue, 17 Mar 2009 02:22:14 -0700 Received: by ewy24 with SMTP id 24so3991757ewy.1 for ; Tue, 17 Mar 2009 02:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=8kg3xZo7LkfeWm8/N+Bb5gCTHDvSowOAk/GT0NUKjNc=; b=sS/XKophFfzDqrpZxSKYexjpSHOEBgWFBIntADHTWgLQ7xAkX2LJay0VW5/a9alnYU JqK5mkqwrC9L2Iu+b+OHuLWMs4dh1ivw0p3TpVFe4KfkhmlI8VYyhAH9+vGdgV/V/aj8 ZjrZbQHD9z3NgdBNX9dcvrhXE1JDzicWFM4Uo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=epHiHh4jTH8hNQ3Z9W+sdmPMWG5K8t56w3EIXDv+nyc7uMUO0OebD87ssmj47nN/8V gEn2T5weZyGT7QqOtX3mDXQokeXZQjhWmeLaUkSzN5IXPiPJhZ8VSTSKiUUROU4m5YrP Wm9HxlDTvoTR98dZx15fhqd+5ewRn1t26NJDo= MIME-Version: 1.0 Received: by 10.210.139.15 with SMTP id m15mr4357553ebd.9.1237281726835; Tue, 17 Mar 2009 02:22:06 -0700 (PDT) Date: Tue, 17 Mar 2009 10:22:06 +0100 Message-ID: Subject: From: Juanma Barranquero To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit reassign 337 emacs,vc reassign 768 emacs,vc reassign 927 emacs,vc reassign 996 emacs,vc reassign 1098 emacs,vc reassign 1163 emacs,vc reassign 1256 emacs,vc reassign 1257 emacs,vc reassign 1408 emacs,vc reassign 1429 emacs,vc reassign 1589 emacs,vc reassign 1647 emacs,w32,vc reassign 1741 emacs,vc reassign 2093 emacs,vc reassign 2110 emacs,vc reassign 2117 emacs,vc reassign 2157 emacs,vc reassign 2338 emacs,vc reassign 2553 emacs,vc reassign 2598 emacs,vc reassign 2604 emacs,vc reassign 2612 emacs,vc reassign 2641 emacs,vc reassign 2652 emacs,vc reassign 2675 emacs,vc reassign 2676 emacs,vc reassign 2678 emacs,vc quit From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 08 14:43:45 2018 Received: (at control) by debbugs.gnu.org; 8 Mar 2018 19:43:45 +0000 Received: from localhost ([127.0.0.1]:51484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eu1S4-0000Vt-Qo for submit@debbugs.gnu.org; Thu, 08 Mar 2018 14:43:45 -0500 Received: from sinyavsky.aurox.ch ([37.35.109.145]:54920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eu1S3-0000Vf-2L for control@debbugs.gnu.org; Thu, 08 Mar 2018 14:43:43 -0500 Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 25E88226BE for ; Thu, 8 Mar 2018 19:44:15 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= subject:subject:to:from:from:message-id:date:date; s=dkim; t= 1520538254; x=1521402255; bh=W+IR/b/Iuo5feborxAExGah3/tLQX5KZDdR k6Ec49oY=; b=ukEehOjgIN2SuuX+jNY9ASfag5HemPdCxUndNlcVf962TBxZfpl 8Hk5H9LXxnoZag8wA+/AViuyBgzFmtmsm2pNs0YTkTYUuWC2avBrj3xBjfbyQDyl csMx7/25Uja8uJoXXqL90uIXfYXIpDWpiQdwDMpINnTitn4J4jOQPdV4= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Q17BxA3mkC4y for ; Thu, 8 Mar 2018 19:44:14 +0000 (UTC) Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id BD42622688 for ; Thu, 8 Mar 2018 19:44:14 +0000 (UTC) Date: Thu, 08 Mar 2018 20:55:04 +0100 Message-Id: From: charles@aurox.ch (Charles A. Roelli) To: control@debbugs.gnu.org Subject: merge 337 28852 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: -2.3 (--) merge 337 28852 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 17 16:00:44 2018 Received: (at control) by debbugs.gnu.org; 17 Jul 2018 20:00:44 +0000 Received: from localhost ([127.0.0.1]:45738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ffW9M-0005fm-2U for submit@debbugs.gnu.org; Tue, 17 Jul 2018 16:00:44 -0400 Received: from sinyavsky.aurox.ch ([37.35.109.145]:35311) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ffW9K-0005fW-Ig for control@debbugs.gnu.org; Tue, 17 Jul 2018 16:00:43 -0400 Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 9E82C227D8 for ; Tue, 17 Jul 2018 20:03:22 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= subject:subject:to:from:from:message-id:date:date; s=dkim; t= 1531857801; x=1532721802; bh=zykzNPlUc0WkXdFRnLdp6uyM3++MNN67PgE BJiNL/AE=; b=Vey5mkSyBXEapad8E8QLpH4LlFfRomxRx8+pUqSM+2l3eF205cA T5GMQwTzgXpBsL728Zt0zwPbROhTYR0CQWUhH1QDVctrC1yv3dK8D7QNFosOnrE3 8LM1+YLMwGgnPZeTGiCC4mk2f2Xj1+HNRVghjYV9I0Q64n7FjvcZ2ExI= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id N0scQY_XmdEf for ; Tue, 17 Jul 2018 20:03:21 +0000 (UTC) Received: from gray (65.104.198.178.dynamic.wline.res.cust.swisscom.ch [178.198.104.65]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 7A3B2227BD for ; Tue, 17 Jul 2018 20:03:21 +0000 (UTC) Date: Tue, 17 Jul 2018 22:09:07 +0200 Message-Id: From: charles@aurox.ch (Charles A. Roelli) To: control@debbugs.gnu.org Subject: unmerge X-Spam-Score: -0.8 (/) 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.8 (-) unmerge 28852 # I had merged 337 and 28852, but on second thoughts, # they are actually different requests. (The former is # about going from a source file position to the position # of the corresponding diff that changes the source file # position, while the second is about keeping approx. the # same position of point when typing "g" in *vc-diff*.) From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 27 14:07:34 2019 Received: (at control) by debbugs.gnu.org; 27 Jun 2019 18:07:34 +0000 Received: from localhost ([127.0.0.1]:39592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgYo2-000784-HW for submit@debbugs.gnu.org; Thu, 27 Jun 2019 14:07:34 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgYo1-00077w-Eg for control@debbugs.gnu.org; Thu, 27 Jun 2019 14:07:33 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hgYny-0000EW-IJ for control@debbugs.gnu.org; Thu, 27 Jun 2019 20:07:32 +0200 Date: Thu, 27 Jun 2019 20:07:30 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #28852 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: merge 28852 337 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 (-) merge 28852 337 quit From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 23 07:47:53 2019 Received: (at control) by debbugs.gnu.org; 23 Nov 2019 12:47:53 +0000 Received: from localhost ([127.0.0.1]:55900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iYUpN-00064j-3B for submit@debbugs.gnu.org; Sat, 23 Nov 2019 07:47:53 -0500 Received: from quimby.gnus.org ([95.216.78.240]:35494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iYUpH-00064M-15 for control@debbugs.gnu.org; Sat, 23 Nov 2019 07:47:49 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iYUp8-0005La-Mz for control@debbugs.gnu.org; Sat, 23 Nov 2019 13:47:40 +0100 Date: Sat, 23 Nov 2019 13:47:38 +0100 Message-Id: <877e3qpxn9.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #337 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 337 - patch 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 337 - patch quit From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 29 10:49:02 2022 Received: (at control) by debbugs.gnu.org; 29 Jan 2022 15:49:02 +0000 Received: from localhost ([127.0.0.1]:34521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDpyE-0000js-NV for submit@debbugs.gnu.org; Sat, 29 Jan 2022 10:49:02 -0500 Received: from quimby.gnus.org ([95.216.78.240]:54178) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDpyD-0000jS-SD for control@debbugs.gnu.org; Sat, 29 Jan 2022 10:48:58 -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=RgteBwLdWHzthMEgIdts+7klIfi4HBEd3Yp7yJj7t8o=; b=MpgbZbp0hHIuyhPyHKvrdiLgzU BcKIxpgwrMRiZ9TVAvoVW/v+m5brY9UdkUn02Idi6Fx+wMrtxXKlKxLPH8Hj6cLdpFqgXU1cBXJr2 ZgyWurhjYPvOXrfAM/uTZyFiQXaoOZO39JHTErxqi6IV9ADROeb70rLxMA/xq2IT5n8s=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDpy5-0004CV-VP for control@debbugs.gnu.org; Sat, 29 Jan 2022 16:48:52 +0100 Date: Sat, 29 Jan 2022 16:48:49 +0100 Message-Id: <87sft68rvi.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #28852 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 28852 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 28852 29.1 quit From unknown Fri Jun 20 07:17:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Feb 2022 12:24:04 +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