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: Stefan Monnier
Subject: Re: Scrolling commands and skipping redisplay, was: Re: emacs rendering comparisson between emacs23 and emacs26.3
Date: Thu, 16 Apr 2020 16:20:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> - Implementation-wise, not all commands simulate redisplay during their 
>>   operation.
> I think you will find that many more do than you seem to assume.  Even
> just redisplaying a window does this in many cases (to find the proper
> place for window-start position).  C-n and C-p do as well.

char-based, word-based, and sexp-based motion doesn't.  But line and
motion that depends on "visual size" indeed typically does.

> And when scroll-conservatively is in effect, almost every command that
> moves point does.

Really?  I thought `scroll-conservatively` only affects the redisplay
code and not the execution of "normal" commands (i.e. commands which
don't themselves rely on simulating redisplay).


        Stefan




reply via email to

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