GNU bug report logs - #19776
25.0.50; HTML rendering is very slow

Previous Next

Package: emacs;

Reported by: rms <at> gnu.org

Date: Wed, 4 Feb 2015 23:04:02 UTC

Severity: minor

Merged with 22846

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


Message #11 received at 19776 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
Cc: rms <at> gnu.org, 19776 <at> debbugs.gnu.org
Subject: Re: bug#19776: 25.0.50; HTML rendering is very slow
Date: Thu, 05 Feb 2015 18:14:12 +0200
> From: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
> Date: Thu, 05 Feb 2015 12:42:21 +0100
> Cc: 19776 <at> debbugs.gnu.org
> 
> modified   lisp/net/shr.el
> @@ -208,7 +208,8 @@ (defun shr-insert-document (dom)
>  	(shr-depth 0)
>  	(shr-warning nil)
>  	(shr-internal-width (or shr-width (1- (window-width)))))
> -    (shr-descend dom)
> +    (with-temp-message "Rendering HTML..."
> +      (shr-descend dom))
>      (shr-remove-trailing-whitespace start (point))
>      (when shr-warning
>        (message "%s" shr-warning))))
> 

I'm not sure it's right for a library to display such messages.  I
think the application (in this case, Rmail) should do that.




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.