GNU bug report logs -
#37856
27.0.50; 'next-error' advised with 'recenter' signals error when run from "*grep*" buffer
Previous Next
Reported by: Stefan Kangas <stefan <at> marxist.se>
Date: Mon, 21 Oct 2019 18:40:02 UTC
Severity: normal
Found in version 27.0.50
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 37856 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
> > 1. Under "emacs -Q", evaluate:
> > (defun my-advice (&rest args)
> > (recenter))
> > (advice-add 'next-error :after #'my-advice)
> > 2. M-x rgrep RET [... grep for something]
> > 3. Run 'next-error' (M-g M-n) from the "*grep*" buffer.
> >
> > Result: I get the error:
> > recenter-top-bottom: ‘recenter’ing a window that does not display
> > current-buffer.
>
> Why isn't this a cockpit error: you force a function that happens to
> switch buffers to recenter. It's like you've added a call to
> 'recenter' in some arbitrary place in a random function: you are
> responsible for that code, and if it does stuff that it shouldn't,
> your code is wrong. No?
In this case my expectation was that this code would be run *after*
the command, i.e. when it had already done all the switching. I'm not
sure that's comparable to placing recenter in an arbitrary place
inside the function.
It was surprising to me that this didn't work, and it's not clear what
I should do instead. For example, the following code exhibits the
same problem:
(defun my-next-error ()
(interactive)
(next-error)
(recenter))
What am I missing?
Best regards,
Stefan Kangas
This bug report was last modified 5 years and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.