emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting point


From: Stefan Monnier
Subject: Re: Setting point
Date: Fri, 13 Apr 2018 17:40:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> That's switch-to-buffer-preserve-window-point in action.
> Ah, thanks.  Even if there's no window displaying the buffer?
> I guess Gnus will have to bind that variable before manipulating point
> in the *Group* buffer...

That variable takes effect when the buffer is displayed, not when its
point is moved.

So you should probably set it buffer-locally instead.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]