emacs-devel
[Top][All Lists]
Advanced

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

Re: redisplay-dont-pause does not work


From: Richard Stallman
Subject: Re: redisplay-dont-pause does not work
Date: Fri, 26 May 2006 23:36:26 -0400

          You can request a display update, but only if no input is pending,
        with @code{(sit-for 0)}.  To force a display update even when input is
        pending, do this:

        @example
        (let ((redisplay-dont-pause t))
          (sit-for 0))
        @end example

    Yes, I see a contradiction here.  Setting `redisplay-dont-pause' does
    not have the declared effect, to wit "to force a display update even
    when input is pending".

I think that text in the manual is mistaken.  `redisplay-dont-pause'
only affects redisplay itself.  It has no effect on sit-for, which
isn't (strictly speaking) redisplay.

We could change the code, or change the manual.
I am not sure which is better.




reply via email to

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