emacs-devel
[Top][All Lists]
Advanced

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

Re: Delayed warnings


From: martin rudalics
Subject: Re: Delayed warnings
Date: Tue, 22 Mar 2011 08:58:57 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Only I would process `display-delayed-warnings' in reverse, so C code
> can add with
>
>   Vdisplay_delayed_warnings = Fcons (..., Vdisplay_delayed_warnings);
>
> but the user still gets the warnings in order.

As in your patch, I presume.  Only that there you never reset the
variable (obviously so, since you run the function once only).

And I would run this after the post-command-hook and before the
resize-echo-area call.

martin



reply via email to

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