GNU bug report logs -
#22846
25.0.91; Long pauses viewing HTML email; can we show progress?
Previous Next
Reported by: John Wiegley <johnw <at> gnu.org>
Date: Mon, 29 Feb 2016 07:14:01 UTC
Severity: minor
Merged with 19776
Found in versions 25.0.50, 25.0.91
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Lars Ingebrigtsen <larsi <at> gnus.org>
>> Cc: 22846 <at> debbugs.gnu.org
>> Date: Tue, 01 Mar 2016 08:25:50 +1100
>>
>> > Are you talking about delayed-warnings-list, delayed-warnings-hook,
>> > and display-delayed-warnings?
>>
>> You can control the timeout and cancel the warnings automatically with
>> the delayed-warnings stuff?
>
> I don't know, I just mentioned the only feature that sounds like what
> you wanted. It's supposed to be fully documented.
It kinda seems like it's doing the opposite of what I wanted. :-)
-------
Sometimes, you may wish to avoid showing a warning while a command is
running, and only show it only after the end of the command. You can
use the variable @code{delayed-warnings-list} for this.
@defvar delayed-warnings-list
The value of this variable is a list of warnings to be displayed after
the current command has finished. Each element must be a list
@smallexample
(@var{type} @var{message} [@var{level} [@var{buffer-name}]])
@end smallexample
@noindent
with the same form, and the same meanings, as the argument list of
@code{display-warning} (@pxref{Warning Basics}). Immediately after
running @code{post-command-hook} (@pxref{Command Overview}), the Emacs
command loop displays all the warnings specified by this variable,
then resets it to @code{nil}.
@end defvar
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.