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

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

bug#27399: 26.0.50; Tooltips displayed on images in shr do not line wrap


From: Glenn Morris
Subject: bug#27399: 26.0.50; Tooltips displayed on images in shr do not line wrap
Date: Wed, 21 Jun 2017 21:16:19 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

I guess this broke in 656caef.

--- i/lisp/net/shr.el
+++ w/lisp/net/shr.el
@@ -512,6 +512,7 @@ shr-fill-text
                                        (* (frame-char-width) 2)
                                      0))))
        (shr-insert text)
+       (shr-fill-lines (point-min) (point-max))
        (buffer-string)))))
 
 (define-inline shr-char-breakable-p (char)





reply via email to

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