GNU bug report logs - #5717
23.1; auto-revert-mode loses point in dired buffers

Previous Next

Package: emacs;

Reported by: flat0103 <at> gmail.com

Date: Sun, 14 Mar 2010 07:36:02 UTC

Severity: normal

Tags: moreinfo

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#5717: closed (23.1; auto-revert-mode loses point in dired
 buffers)
Date: Mon, 11 Jul 2011 21:38:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Jul 2011 17:37:28 -0400
with message-id <enzkkkebxj.fsf <at> fencepost.gnu.org>
and subject line Re: bug#5717: 23.1; auto-revert-mode loses point in dired buffers
has caused the GNU bug report #5717,
regarding 23.1; auto-revert-mode loses point in dired buffers
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
5717: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5717
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: flat0103 <at> gmail.com
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1; auto-revert-mode loses point in dired buffers
Date: Sat, 13 Mar 2010 23:34:49 -0800
In dired buffers, auto-revert-mode will cause the location of point to change to point-min whenever a change occurs.  It seems much better to keep current point; this may not always be the same cursor location, but will be correct much more often.

Patch follows:

diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 81d9fbf..697507f 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -478,6 +478,8 @@ This is an internal function used by Auto-Revert Mode."
 	  (when eob (goto-char (point-max)))
 	  (dolist (window eoblist)
 	    (set-window-point window (point-max)))))
+      (unless eoblist
+        (goto-char (point)))
       ;; `preserve-modes' avoids changing the (minor) modes.  But we
       ;; do want to reset the mode for VC, so we do it manually.
       (when (or revert auto-revert-check-vc-info)




[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 5717-done <at> debbugs.gnu.org
Subject: Re: bug#5717: 23.1; auto-revert-mode loses point in dired buffers
Date: Mon, 11 Jul 2011 17:37:28 -0400
This bug is being closed because it could not be reproduced and there
was no response to a request for more information.
If you still see the problem with the latest Emacs release, 23.3,
please reply with the requested information and it can be reopened if needed.

You can view the whole report at http://debbugs.gnu.org/BUGNUMBER


Juri Linkov wrote:

> Recently we fixed `dired-revert' to keep window points.
> And now I can't reproduce your bug report with the latest code.
> `auto-revert-mode' keeps point in dired buffers.
>
> Could you provide more information: Emacs version number
> and step-by-step recipe with the latest code.


This bug report was last modified 14 years and 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.