emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: hscroll-step doc bug; cannot turn off hscroll by binding


From: Richard Stallman
Subject: Re: hscroll-step doc bug; cannot turn off hscroll by binding
Date: Wed, 31 May 2006 15:13:32 -0400

        Hscrolling is done by the redisplay engine _after_ the command has
        completed, so any temporary change to hscroll related variables will
        have no effect on how things are displayed.

    Too bad. How about explaining this in the manual or doc string?

It follows from a basic understanding of the architecture of Emacs.
All variables that control redisplay take effect only at the time of
redisplay, so the values that matter are the values in effect at the
time of redisplay.

I will edit display.texi to talk about this.




reply via email to

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