emacs-devel
[Top][All Lists]
Advanced

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

Re: Feature request for extra configuration variable.


From: Po Lu
Subject: Re: Feature request for extra configuration variable.
Date: Wed, 04 May 2022 08:38:21 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

dalanicolai <dalanicolai@gmail.com> writes:

> When I try to use `(set-window-start ...)`, then for some reason subsequently 
> setting `vscroll` does not work.
> Setting vscroll does work after a `(redisplay)` but then the jump becomes 
> very 'ugly'.

That is because the window start will be forced after the next
redisplay.  The fix is to pass t as the `noforce' parameter to
`set-window-start'.

If you're interested in this, I suggest to look at some of the code in
pixel-scroll.el.


reply via email to

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