emacs-devel
[Top][All Lists]
Advanced

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

Re: Displaying errors during startup


From: Lennart Borgman
Subject: Re: Displaying errors during startup
Date: Thu, 27 Apr 2006 23:34:48 +0200
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

Richard Stallman wrote:
Your idea seems like a good one, but

                 ;;(let ((pop-up-windows nil))
                 ;;  (pop-to-buffer "*Messages*"))
                 (display-buffer "*Messages*") ;; display-buffer does the job.
(sit-for 10) ;; sit-for is necessary to display the info at once.

if the idea is to display both buffers, why is the sit-for needed?
Only a (sit-for 0) is necessary to update the screen I believe.




reply via email to

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