emacs-devel
[Top][All Lists]
Advanced

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

Re: [Annoyance] resizing of echo area is too eager


From: Stefan Monnier
Subject: Re: [Annoyance] resizing of echo area is too eager
Date: Wed, 07 May 2003 10:48:59 -0400

> >    (let ((resize-mini-windows nil)) (message _SOME_KOREAN_STRING_))
> > still resizes the echo area.
> Yes, because redisplay happens only after the execution of
> the above code is finished.

How about

          (let ((resize-mini-windows nil))
            (message _SOME_KOREAN_STRING_)
            (sit-for 0.01))

to cause redisplay to happen while resize-mini-windows is bound ?


        Stefan





reply via email to

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