bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19776: 25.0.50; HTML rendering is very slow


From: Lars Ingebrigtsen
Subject: bug#19776: 25.0.50; HTML rendering is very slow
Date: Sun, 24 Oct 2021 16:25:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> (with-delayed-message 2 "Rendering HTML..."
>>   (do-the-hthml-rendering))
>> 
>> the message would be precomposed, so we'd just need to display it in the
>> echo area?
>
> Yes.  And Fmessage is implemented in C anyway.

Right.  I was more thinking of whether to evaluate the text form first
or when displaying it.  I.e., 

  (with-delayed-message 2 (format "This is taking a long time, %s" 
(user-full-name))
    ...

so this form will have to evaluate that immediately (before starting the
body), but display the results when the atimer runs out.

I'll have a crack at implementing this and see how it goes...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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