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: Yuan Fu
Subject: Re: Feature request for extra configuration variable.
Date: Tue, 3 May 2022 16:14:55 -0700

> 
> Pardon me if I understood you, but have you tried setting NOFORCE argument to 
> t? Like so:
> 
> (set-window-start nil (point) t)
> (set-window-vscroll nil scroll-amount t)
> 
> I have code like this running fine for one of my packages, maybe that can 
> solve your problem.

I found these comments in my code:

    ;; The third argument `t' tells redisplay that (point) doesn't
    ;; have to be the window start and completely visible. That
    ;; allows our vscroll value to survive.

Yuan


reply via email to

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