GNU bug report logs -
#20122
auto-revert and list-buffers cause buffer recentering
Previous Next
Reported by: Mario Valencia <mariovalspi <at> gmail.com>
Date: Mon, 16 Mar 2015 18:31:01 UTC
Severity: normal
Fixed in version 25.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Mon, 16 Mar 2015 12:20:03 -0600
> From: Mario Valencia <mariovalspi <at> gmail.com>
>
> do the following:
> (global-auto-revert-mode)
> (setq global-auto-revert-non-file-buffers t)
>
> then M-x list-buffers
> now open a file and move down a page at least. the file begins
> auto-recentering. the line with the cursor moves toward the center.
It's a bug in tabulated-list-print: it calls 'recenter' without
ensuring that its buffer, in this case "*Buffer List*", is in the
selected window. Here's the Lisp backtrace to prove this:
Lisp Backtrace:
"recenter" (0x82dd80)
"tabulated-list-print" (0x82e08c)
"tabulated-list-revert" (0x82e384)
"revert-buffer" (0x82e678)
"auto-revert-handler" (0x82e978)
"auto-revert-buffers" (0x82ed4c)
"apply" (0x82ed48)
"byte-code" (0x82efcc)
"timer-event-handler" (0x82f40c)
I think the easiest solution is simply to remove the call to
'recenter', it's not really needed there, just a nicety.
This bug report was last modified 10 years and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.