From unknown Fri Sep 05 11:00:24 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#5620: 23.1.92.1; next-error no longer takes into account buffer modifications Resent-From: Paul Pogonyshev Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Feb 2010 16:19:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: report 5620 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: To: 5620@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.12668555128232 (code B ref -1); Mon, 22 Feb 2010 16:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Feb 2010 16:18:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjazP-00028j-JP for submit@debbugs.gnu.org; Mon, 22 Feb 2010 11:18:32 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjaXo-0001n0-IZ for submit@debbugs.gnu.org; Mon, 22 Feb 2010 10:50:00 -0500 Received: from mail.gnu.org ([199.232.76.166]:52678 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjaXj-0006WL-Or for submit@debbugs.gnu.org; Mon, 22 Feb 2010 10:49:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjaXj-00078M-0s for submit@debbugs.gnu.org; Mon, 22 Feb 2010 10:49:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: **** X-Spam-Status: No, score=4.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_XBL, UNPARSEABLE_RELAY autolearn=no version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:34964) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NjaXi-00078G-SR for submit@debbugs.gnu.org; Mon, 22 Feb 2010 10:49:54 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjaXi-0008Mq-FN for bug-gnu-emacs@gnu.org; Mon, 22 Feb 2010 10:49:54 -0500 Received: from [140.186.70.92] (port=56687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjaXh-0008ME-H6 for bug-gnu-emacs@gnu.org; Mon, 22 Feb 2010 10:49:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjaXg-0005XE-VU for bug-gnu-emacs@gnu.org; Mon, 22 Feb 2010 10:49:53 -0500 Received: from mail.gmx.net ([213.165.64.20]:44853) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1NjaXg-0005X0-H6 for bug-gnu-emacs@gnu.org; Mon, 22 Feb 2010 10:49:52 -0500 Received: (qmail invoked by alias); 22 Feb 2010 15:49:50 -0000 Received: from unknown (EHLO gonzo.localnet) [91.149.173.2] by mail.gmx.net (mp030) with SMTP; 22 Feb 2010 16:49:50 +0100 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX1+iDX1+lbKi1TGN9/asqYfY+nlKi/LdWWJzpnk2dd w3dgh56gK383hd From: Paul Pogonyshev Date: Mon, 22 Feb 2010 17:48:38 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.29-2-686; KDE/4.3.4; i686; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201002221748.38848.pogonyshev@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59999999999999998 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -2.0 (--) X-Mailman-Approved-At: Mon, 22 Feb 2010 11:18:28 -0500 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: -2.1 (--) When hitting C-x ` (next-error) the point is positioned correctly only if the buffer is not modified. If number of lines before the target position is changed, point is positioned wrongly. For instance, say 'test.txt' contains these lines: foo bar baz I then run 'grep' from Emacs like this: grep -nH -e ba test.txt Results: -*- mode: grep; default-directory: "/home/paul/test/" -*- Grep started at Mon Feb 22 17:41:30 grep -nH -e ba test.txt test.txt:2:bar test.txt:3:baz Grep finished (matches found) at Mon Feb 22 17:41:30 Then I insert a few more lines in 'test.txt' buffer: foo bar spam ham baz Now if I hit C-x ` the first time point is moved to line 2 -- correctly. The second time, however, the point is moved to line 3, i.e. the original location of 'baz'. However, 'baz' is now at line 5 and that's where I expect C-x ` to move point to. Note that at no point I closed the buffer, so Emacs should be able to track changes between 'grep' run and current buffer/file contents. This is especially unhelpful with compilation errors. Often, you'd go through errors fixing them in process, sometimes adding or removing lines. However, any such change makes finding subsequent errors difficult as C-x ` will no longer locate errors correctly. I believe this used to work fine in past. Paul From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 23 15:56:35 2010 Received: (at control) by debbugs.gnu.org; 23 Feb 2010 20:56:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk1o3-0007Pw-Ou for submit@debbugs.gnu.org; Tue, 23 Feb 2010 15:56:35 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk1o2-0007Pq-6j for control@debbugs.gnu.org; Tue, 23 Feb 2010 15:56:34 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Nk1ny-0004Z5-2k; Tue, 23 Feb 2010 15:56:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19332.16638.27086.6555@fencepost.gnu.org> Date: Tue, 23 Feb 2010 15:56:30 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: green X-Ran: h-wpq,1&S 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.1 (-----) tags 5617 moreinfo severity 5620 wishlist reassign 5624 emacs,etags severity 5625 minor unarchive 798 forcemerge 798 5626 severity 5627 minor tags 5627 notabug wontfix tags 5629 patch reassign 5629 emacs,w32 From unknown Fri Sep 05 11:00:24 2025 X-Loop: bug-gnu-emacs@gnu.org Subject: bug#5620: bug fixed in revno: 99732 References: <201002221748.38848.pogonyshev@gmx.net> In-Reply-To: <201002221748.38848.pogonyshev@gmx.net> Resent-From: Sam Steingold Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 23 Mar 2010 18:36:01 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-GNU-PR-Message: followup 5620 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 5620@debbugs.gnu.org Received: via spool by 5620-submit@debbugs.gnu.org id=B5620.126936935031506 (code B ref 5620); Tue, 23 Mar 2010 18:36:01 +0000 Received: (at 5620) by debbugs.gnu.org; 23 Mar 2010 18:35:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nu8xB-0008C7-3h for submit@debbugs.gnu.org; Tue, 23 Mar 2010 14:35:49 -0400 Received: from mail-gy0-f172.google.com ([209.85.160.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nu8ms-00087c-SV for 5620@debbugs.gnu.org; Tue, 23 Mar 2010 14:25:11 -0400 Received: by gyh4 with SMTP id 4so3286519gyh.3 for <5620@debbugs.gnu.org>; Tue, 23 Mar 2010 11:25:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=gu3kYXH6K4cn+jTLCLLg3OFpQp9d2JfCdJSBX5krxhE=; b=sgGC4NpC87KLIZ6ltbBsHUTsXWcc8lWWlMSVQ6NjfyS0wNfwB/PFQ4KDpvCX1/h89j qskgGFQq8DeyyEi3s0RUuE6o3HTdAm/E9R4GmEbRCP/RKaiMsKY/IURsmKTFoTyc12dn fbPQWdxLZkLfNb7nheUQ7kvbz0iIIqce6pJdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=j8XVt8u+b7+zS9IVOws0DYgt/J41jvZTdH0Gz7IFGO6o1qYiWN87Cvf9o2K/yLQ4i+ vV94YiTchUFsXaRN5rVH98U1Z4XU2jdNcOkKzARxlkSCF76ulhTLk9dgCDkkF2OYMBu+ Wf4uNFNyWYdgHuYAaE0zvWNrX6inCpKq2qN4I= MIME-Version: 1.0 Received: by 10.150.128.6 with SMTP id a6mr9768356ybd.281.1269368705856; Tue, 23 Mar 2010 11:25:05 -0700 (PDT) Date: Tue, 23 Mar 2010 14:25:05 -0400 X-Google-Sender-Auth: 4e8ba998eba28fe0 Message-ID: <1f77704b1003231125h4a7fc3afjb1fd173b95ff3605@mail.gmail.com> From: Sam Steingold Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.0 (/) X-Mailman-Approved-At: Tue, 23 Mar 2010 14:35:47 -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: -1.3 (-) bug fixed in revno: 99732 committer: Sam Steingold branch nick: trunk timestamp: Tue 2010-03-23 14:22:46 -0400 message: Fix bug#5620: recalculate all markers on compilation buffer modifications, not on file modifications. (buffer-modtime): New buffer-local variable: the buffer modification time, for buffers not associated with files. (compilation-mode): Create it. (compilation-filter): Update it. (compilation-next-error-function): Use it instead of `visited-file-modtime' for timestamp. -- Sam Steingold From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 23 16:04:38 2010 Received: (at control) by debbugs.gnu.org; 23 Mar 2010 20:04:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuAL8-0000M6-Cq for submit@debbugs.gnu.org; Tue, 23 Mar 2010 16:04:38 -0400 Received: from pantheon-po25.its.yale.edu ([130.132.50.119]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuAL7-0000M1-4J for control@debbugs.gnu.org; Tue, 23 Mar 2010 16:04:37 -0400 Received: from furry (dhcp128036014175.central.yale.edu [128.36.14.175]) (authenticated bits=0) by pantheon-po25.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o2NK4Wf7015710 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 23 Mar 2010 16:04:33 -0400 Received: by furry (Postfix, from userid 1000) id A15E1C011; Tue, 23 Mar 2010 16:04:32 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 5620 Date: Tue, 23 Mar 2010 16:04:32 -0400 Message-ID: <87iq8majov.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.1 (--) 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: -2.8 (--) close 5620 thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 28 11:06:15 2010 Received: (at control) by debbugs.gnu.org; 28 Apr 2010 15:06:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O78q6-0004Ve-4q for submit@debbugs.gnu.org; Wed, 28 Apr 2010 11:06:14 -0400 Received: from bluelynx6.ukhost4u.com ([195.216.197.62]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O78q4-0004VY-I3 for control@debbugs.gnu.org; Wed, 28 Apr 2010 11:06:13 -0400 Received: from [212.98.179.118] (helo=racoon.localnet) by bluelynx6.ukhost4u.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1O78pH-00045D-91; Wed, 28 Apr 2010 16:05:23 +0100 From: Paul Pogonyshev To: control@debbugs.gnu.org Subject: bug #5620 is not fixed at all Date: Wed, 28 Apr 2010 18:05:58 +0300 User-Agent: KMail/1.12.3 (Linux/2.6.27.5-117.fc10.i686; KDE/4.3.3; i686; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201004281805.58350.p.pogonyshev@anakreon.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bluelynx6.ukhost4u.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - anakreon.net X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -3.3 (---) 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: -3.1 (---) unarchive 5620 reopen 5620 thanks I wonder if the supposed fix was checked at all. It fixes neither the original test case in the bug report, nor compilation error messages. Paul From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 06 20:43:47 2010 Received: (at control) by debbugs.gnu.org; 7 Nov 2010 00:43:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PEtMI-0004wd-UI for submit@debbugs.gnu.org; Sat, 06 Nov 2010 20:43:47 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PEtMG-0004wY-SV for control@debbugs.gnu.org; Sat, 06 Nov 2010 20:43:45 -0400 Received: from localhost ([127.0.0.1]:40983) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PEtQg-0008GJ-7a; Sat, 06 Nov 2010 20:48:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19669.63313.906145.283311@fencepost.gnu.org> Date: Sat, 6 Nov 2010 20:48:17 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: ICww6&d4?Fh[m2c$mY(Pssb+D^n9.8?~cs,*yX'_4WY_;Y5f3d~>lWZ?VpfvJ[+W|[+uqj X-Debbugs-No-Ack: yes X-Spam-Score: -5.2 (-----) 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: -5.2 (-----) merge 5620 7351 severity 7349 minor From unknown Fri Sep 05 11:00:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5620: 23.1.92.1; next-error no longer takes into account buffer modifications Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Dec 2021 21:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5620 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Paul Pogonyshev Cc: 5620@debbugs.gnu.org Received: via spool by 5620-submit@debbugs.gnu.org id=B5620.163865163216799 (code B ref 5620); Sat, 04 Dec 2021 21:01:02 +0000 Received: (at 5620) by debbugs.gnu.org; 4 Dec 2021 21:00:32 +0000 Received: from localhost ([127.0.0.1]:55259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtc92-0004Mc-6Y for submit@debbugs.gnu.org; Sat, 04 Dec 2021 16:00:32 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtc90-0004FI-5m for 5620@debbugs.gnu.org; Sat, 04 Dec 2021 16:00:30 -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=3EArZioE9mxWZbxyaOp0lOI2c5qzTCaYD1W5R4w+3CM=; b=lBgrXr87HV0t0XePCg4kN/mJ3t UAtPwmEnDLJOvcs/EcT3k5GabPNGxtJKUA45a5mG4MK7h8YWjGfm26YE14gjVJvAIsTBE3a9QGpbG 5k13y2XLBoot0UpcxOYmqjIZLNP3oq0xe0pyBUDfdUMDmDXhIG0TX9ov5JtNEHC3GziY=; 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 1mtc8r-0000RO-1O; Sat, 04 Dec 2021 22:00:23 +0100 From: Lars Ingebrigtsen References: <201004281805.58350.p.pogonyshev@anakreon.net> X-Now-Playing: King Crimson's _USA_: "Exiles" Date: Sat, 04 Dec 2021 22:00:20 +0100 In-Reply-To: <201004281805.58350.p.pogonyshev@anakreon.net> (Paul Pogonyshev's message of "Wed, 28 Apr 2010 18:05:58 +0300") Message-ID: <87a6hg2ihn.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: Paul Pogonyshev writes: > I wonder if the supposed fix was checked at all. It fixes neither the > original test case in the bug report, nor compilation error messages. (I'm going through old bug reports that unfortunately weren't resolved at the time.) 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-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 (---) Paul Pogonyshev writes: > I wonder if the supposed fix was checked at all. It fixes neither the > original test case in the bug report, nor compilation error messages. (I'm going through old bug reports that unfortunately weren't resolved at the time.) The problem (as demonstrated by the original test case) is still present in Emacs to this day. But it does seem to work sometimes, in my vague recollection? Let's see... Right, this is supposed to work by setting markers in the buffers where you have the hits, so if you change the buffer in a way that doesn't make the markers move, then you'll get the wrong line. In this case: foo bar baz The marker is a 9, the start of the "baz" line. Then we yank two lines: foo bar spam ham baz But this doesn't make the "baz" marker move -- we're inserting before that marker. So I'm not sure how this could be fixed in general, as this is just the way markers work. We could set the marker on the second char of the line, perhaps, and that'd be marginally less likely to have this effect (since people commonly insert new lines), but that seems like a pretty gross hack. So I don't know what, if anything, could be done here. Anybody? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 16:00:59 2021 Received: (at control) by debbugs.gnu.org; 4 Dec 2021 21:00:59 +0000 Received: from localhost ([127.0.0.1]:55262 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtc9T-0004km-I7 for submit@debbugs.gnu.org; Sat, 04 Dec 2021 16:00:59 -0500 Received: from quimby.gnus.org ([95.216.78.240]:41246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtc9S-0004eH-2F for control@debbugs.gnu.org; Sat, 04 Dec 2021 16:00: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=1/Z8oSciYhKjHmIVlvdeyVl7oZZGy8PAjDLdP2XBcOs=; b=IeHSRACv1CmeO/HZxqhCI14AmA zbVSGUbNSlBiP26Dk5uIowfCTF2nkXMKjactBqbc0Gut7abGsi3fKolOnX+ORhqYt/4iadd5+8iQw I6VNH5wRTt4qvogKbUFAkspqzio2v7Sikyv0zZusuuVslJ6i4L3aa5/b9BNUq4VbXLuE=; 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 1mtc9K-0000Rj-A2 for control@debbugs.gnu.org; Sat, 04 Dec 2021 22:00:52 +0100 Date: Sat, 04 Dec 2021 22:00:49 +0100 Message-Id: <877dck2igu.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #5620 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 5620 + 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 5620 + moreinfo quit From unknown Fri Sep 05 11:00:24 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5620: 23.1.92.1; next-error no longer takes into account buffer modifications Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 21 Jan 2022 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5620 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Paul Pogonyshev Cc: 5620@debbugs.gnu.org Received: via spool by 5620-submit@debbugs.gnu.org id=B5620.16427728546702 (code B ref 5620); Fri, 21 Jan 2022 13:48:02 +0000 Received: (at 5620) by debbugs.gnu.org; 21 Jan 2022 13:47:34 +0000 Received: from localhost ([127.0.0.1]:60721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAuGM-0001jm-6C for submit@debbugs.gnu.org; Fri, 21 Jan 2022 08:47:34 -0500 Received: from quimby.gnus.org ([95.216.78.240]:35414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAuGJ-0001eM-Qb for 5620@debbugs.gnu.org; Fri, 21 Jan 2022 08:47:32 -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=Q8Fq99/MCBsW7317luS6FDUj2E2R9lgL7FOnafgZJC8=; b=MYelq1zQmlw89/9y+4BwfGe45i gPWvCyfssFEeA54rR71nTvnmLydLapXE57w0XltoPPxVH6rOO8rEfkXdDwZ5DOKqT/u+y4knui1rj nEwe+3CCEs7SGag/IBp2hXC4PVSOwPMhslZizS1U9qUzxgalE9B98dwF5WOxWWDLSJNY=; 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 1nAuGB-0004pE-Cx; Fri, 21 Jan 2022 14:47:25 +0100 From: Lars Ingebrigtsen References: <201004281805.58350.p.pogonyshev@anakreon.net> <87a6hg2ihn.fsf@gnus.org> X-Now-Playing: David Bowie's _Brilliant Adventure (2): The Buddha Of Suburbia_: "Ian Fish, UK Heir" Date: Fri, 21 Jan 2022 14:47:22 +0100 In-Reply-To: <87a6hg2ihn.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 04 Dec 2021 22:00:20 +0100") Message-ID: <874k5xnqtx.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: > So I'm not sure how this could be fixed in general, as this is just the > way markers work. We could set the marker on the second char of the > line, perhaps, and that'd be marginally less likely to [...] 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-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: > So I'm not sure how this could be fixed in general, as this is just the > way markers work. We could set the marker on the second char of the > line, perhaps, and that'd be marginally less likely to have this effect > (since people commonly insert new lines), but that seems like a pretty > gross hack. > > So I don't know what, if anything, could be done here. Anybody? Nobody had an opinion in a month, so I think we'll keep the current semantics, and I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 21 08:47:38 2022 Received: (at control) by debbugs.gnu.org; 21 Jan 2022 13:47:39 +0000 Received: from localhost ([127.0.0.1]:60724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAuGQ-0001mS-Hk for submit@debbugs.gnu.org; Fri, 21 Jan 2022 08:47:38 -0500 Received: from quimby.gnus.org ([95.216.78.240]:35426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAuGP-0001i8-9f for control@debbugs.gnu.org; Fri, 21 Jan 2022 08:47:37 -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=FOMNIMmrzQtSF0Klni+ctyt7pKnq4HvQoU+F0L2SMwA=; b=usReRKJeFXL6KwdmW2MlSFd14N 259GcdwK0jtrr9RO7DnltzKr1P/L57ktotB5SIFd6K0XgApVoBW8gpGNVYneRXjUpUDcWO1ghMjYT jfNtHPPX+ZQdoKpCr9F3e6FZyTErbjsY/lS6HI7KJZjVP8LOqaHmE8ELze4wHDGEqWuo=; 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 1nAuGH-0004pK-HD for control@debbugs.gnu.org; Fri, 21 Jan 2022 14:47:31 +0100 Date: Fri, 21 Jan 2022 14:47:29 +0100 Message-Id: <8735lhnqtq.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #5620 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 5620 wontfix close 5620 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 5620 wontfix close 5620 quit