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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22846 in the body.
You can then email your comments to 22846 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22846
; Package
emacs
.
(Mon, 29 Feb 2016 07:14:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
John Wiegley <johnw <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 29 Feb 2016 07:14:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I have a feeling this may become a non-issue after Lars' asynchronous DNS
support goes live, but for 25.1, I find that hitting SPACE to read an HTML
e-mail with many images, Emacs pauses for up to ~10 seconds doing...
something. It would help me to know work is being done, by some kind of
prompting in the message area, the way that Firefox does when loading a slow
page.
Bonus points for only prompting after a second or more, to avoid excessive
logging to *Messages*, but that's not terribly important.
--
John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22846
; Package
emacs
.
(Mon, 29 Feb 2016 07:21:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
John Wiegley <jwiegley <at> gmail.com> writes:
> I have a feeling this may become a non-issue after Lars' asynchronous DNS
> support goes live, but for 25.1, I find that hitting SPACE to read an HTML
> e-mail with many images, Emacs pauses for up to ~10 seconds doing...
> something.
Yeah, that's the problem the async code makes go away...
> It would help me to know work is being done, by some kind of prompting
> in the message area, the way that Firefox does when loading a slow
> page.
>
> Bonus points for only prompting after a second or more, to avoid excessive
> logging to *Messages*, but that's not terribly important.
Hm... didn't we add a mechanism to display messages on a timeout the
other year? Or did we just talk about it? I wanted something like
(with-timeout-message 2 "We're doing whatevs"
(whatevs))
If the body form completes within 2 seconds, then nothing is displayed,
otherwise the message is displayed until the body form completes.
I can't find it now, so we probably just talked about it?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22846
; Package
emacs
.
(Mon, 29 Feb 2016 15:56:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 22846 <at> debbugs.gnu.org (full text, mbox):
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Date: Mon, 29 Feb 2016 18:19:55 +1100
>
> Hm... didn't we add a mechanism to display messages on a timeout the
> other year? Or did we just talk about it? I wanted something like
>
> (with-timeout-message 2 "We're doing whatevs"
> (whatevs))
>
> If the body form completes within 2 seconds, then nothing is displayed,
> otherwise the message is displayed until the body form completes.
>
> I can't find it now, so we probably just talked about it?
Are you talking about delayed-warnings-list, delayed-warnings-hook,
and display-delayed-warnings?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22846
; Package
emacs
.
(Mon, 29 Feb 2016 21:27:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 22846 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> (with-timeout-message 2 "We're doing whatevs"
>> (whatevs))
>>
>> If the body form completes within 2 seconds, then nothing is displayed,
>> otherwise the message is displayed until the body form completes.
>>
>> I can't find it now, so we probably just talked about it?
>
> 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?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22846
; Package
emacs
.
(Tue, 01 Mar 2016 03:38:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 22846 <at> debbugs.gnu.org (full text, mbox):
> 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.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#22846
; Package
emacs
.
(Tue, 01 Mar 2016 04:34:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 22846 <at> debbugs.gnu.org (full text, mbox):
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
Forcibly Merged 19776 22846.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Sun, 15 Apr 2018 21:51:01 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 29.1, send any further explanations to
19776 <at> debbugs.gnu.org and rms <at> gnu.org
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Wed, 27 Oct 2021 13:00:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 27 Nov 2021 12:24:05 GMT)
Full text and
rfc822 format available.
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.