automake-patches
[Top][All Lists]
Advanced

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

Re: FYI: support for partial messages (i.e. chained diagnostics)


From: Alexandre Duret-Lutz
Subject: Re: FYI: support for partial messages (i.e. chained diagnostics)
Date: 09 Oct 2002 22:32:04 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Akim" == Akim Demaille <address@hidden> writes:

[...]

 >> In both cases, you also need a way to indicate when the message
 >> is terminated and should be sent.  E.g. $msg->finish.  

 Akim> Hm...  It was my understanding that things were buffered?  Then there
 Akim> is no need for `finish' AFAICT.

Not exactly.  By default messages are displayed immediately.
Buffering occurs in regions surrounded by
`buffer_messages'/`flush_messages' calls, or when you use
`partial => 1'.

I don't see any reason why we couldn't buffer everything,
though.  And Tom once suggested that we do this so we sort all
error messages (this shouldn't be an issue now that adjacent
messages can be "linked" with `partial').

[...]
-- 
Alexandre Duret-Lutz





reply via email to

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