[Top][All Lists]
[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
- Re: Delayed warnings, (continued)
- Re: Delayed warnings, Juanma Barranquero, 2011/03/21
- Re: Delayed warnings, martin rudalics, 2011/03/21
- Re: Delayed warnings, Juanma Barranquero, 2011/03/21
- Re: Delayed warnings, Stefan Monnier, 2011/03/21
- Re: Delayed warnings, martin rudalics, 2011/03/22
- Re: Delayed warnings, Juanma Barranquero, 2011/03/22
- Re: Delayed warnings, Jeff Sparkes, 2011/03/23
- Re: Delayed warnings, Juanma Barranquero, 2011/03/25
- Re: Delayed warnings,
martin rudalics <=
- Re: Delayed warnings, Juanma Barranquero, 2011/03/22