GNU bug report logs - #19345
24.4; Opening buffer-menu causes periodic auto-recentering in all windows

Previous Next

Package: emacs;

Reported by: Sylvain Benner <sylvain.benner <at> gmail.com>

Date: Thu, 11 Dec 2014 05:08:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.4

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19345 in the body.
You can then email your comments to 19345 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#19345; Package emacs. (Thu, 11 Dec 2014 05:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sylvain Benner <sylvain.benner <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 11 Dec 2014 05:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sylvain Benner <sylvain.benner <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4;
 Opening buffer-menu causes periodic auto-recentering in all windows
Date: Wed, 10 Dec 2014 23:36:54 -0500
[Message part 1 (text/plain, inline)]
Whenever I open a buffer-menu with C-x C-b then switch to a buffer I get
a periodic recentering of the point in all the buffers I visit.

I tracked the bug to find a work around and ended up redefining
`tabulated-list-revert`
function like this:

(defun tabulated-list-revert (&rest ignored)
  "The `revert-buffer-function' for `tabulated-list-mode'.
It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
  (interactive)
  (unless (derived-mode-p 'tabulated-list-mode)
    (error "The current buffer is not in Tabulated List mode"))
  (run-hooks 'tabulated-list-revert-hook)
  ;; hack is here
  ;; (tabulated-list-print t)
  (tabulated-list-print))

syl20bnr
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19345; Package emacs. (Sat, 03 Aug 2019 12:44:02 GMT) Full text and rfc822 format available.

Message #8 received at 19345 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Sylvain Benner <sylvain.benner <at> gmail.com>
Cc: 19345 <at> debbugs.gnu.org
Subject: Re: bug#19345: 24.4; Opening buffer-menu causes periodic
 auto-recentering in all windows
Date: Sat, 03 Aug 2019 14:43:02 +0200
Sylvain Benner <sylvain.benner <at> gmail.com> writes:

> Whenever I open a buffer-menu with C-x C-b then switch to a buffer I get
> a periodic recentering of the point in all the buffers I visit.

(I'm going through old bug reports that unfortunately have not received
any responses yet.)

I'm not quite sure that I understand the phenomenon you're describing.
If, from `emacs -Q', you do a `C-x C-b', and then choose a buffer, then
Emacs will periodically recenter point in this buffer?

I'm not able to reproduce this behaviour.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 03 Aug 2019 12:44:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19345; Package emacs. (Mon, 14 Oct 2019 07:30:02 GMT) Full text and rfc822 format available.

Message #13 received at 19345 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Sylvain Benner <sylvain.benner <at> gmail.com>
Cc: 19345 <at> debbugs.gnu.org
Subject: Re: bug#19345: 24.4; Opening buffer-menu causes periodic
 auto-recentering in all windows
Date: Mon, 14 Oct 2019 09:29:02 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> I'm not quite sure that I understand the phenomenon you're describing.
> If, from `emacs -Q', you do a `C-x C-b', and then choose a buffer, then
> Emacs will periodically recenter point in this buffer?
>
> I'm not able to reproduce this behaviour.

More information was requested some weeks back, but no response was
given, so I'm closing this bug report.  If you're still seeing this
problem, please reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 19345 <at> debbugs.gnu.org and Sylvain Benner <sylvain.benner <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 14 Oct 2019 07:30:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 11 Nov 2019 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 273 days ago.

Previous Next


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