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: Lars Hansen
Subject: Re: redisplay-dont-pause does not work
Date: Tue, 06 Jun 2006 10:21:22 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20060423)

Kim F. Storm wrote:

>(defun redisplay-now (&optional object)
>  "Force immediate display update of all windows.
>If optional arg object is a frame, update display of that frame only.
>If optional arg object is a window, update display of that window only.
>If object is a buffer or buffer name, update display of all windows
>displaying that buffer."
>  ;; There is currently no way to update individual windows, so
>  ;; update everything.
>  (let ((redisplay-dont-pause t))
>    (sit-for 0)))
>  
>
This would be great IMO.





reply via email to

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