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 14:43:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> Did someone consider using atimers for this purpose?  See atimer.c.

Oh, that looks promising.  I guess we can't run Lisp code from an
atimer?  But then again, we wouldn't need to -- with a thing like

(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?

I guess with-delayed-message would have to be implemented in C, since
the atimers aren't exposed from Lisp, but it should be pretty trivial
anyway.

-- 
(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]