emacs-devel
[Top][All Lists]
Advanced

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

Re: Scrolling commands and skipping redisplay, was: Re: emacs rendering


From: Dmitry Gutov
Subject: Re: Scrolling commands and skipping redisplay, was: Re: emacs rendering comparisson between emacs23 and emacs26.3
Date: Fri, 10 Apr 2020 18:55:09 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 10.04.2020 18:36, Eli Zaretskii wrote:
Depends on what you mean by "precision".  They might very well miss
some parts of the buffer entirely, i.e. never see them on display.
But that happens regardless of whether the scroll is computed correctly,
because redisplay itself is skipped.
It isn't skipped here if I use jit-lock-defer-time.
I was talking about `fast-but-imprecise-scrolling`
Now I'm confused: fast-but-imprecise-scrolling doesn't skip redisplay.

Allow me to annotate one of the previous replies:

  regardless of whether the scroll is computed correctly

    (i.e. whether fast-but-imprecise-scrolling is nil or t)

  redisplay itself is skipped.

And it can also be skipped on slow enough machines, even with font-lock disabled altogether.



reply via email to

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