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

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

bug#21012: 25.0.50; eww: last char of a line sometimes not fully visible


From: Michael Heerdegen
Subject: bug#21012: 25.0.50; eww: last char of a line sometimes not fully visible
Date: Fri, 10 Jul 2015 14:55:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> The problem is that functions we have that can tell if that happens
> require the relevant portion of the buffer to be displayed in some
> window, so I think shr.el cannot use them.

FWIW, the whole thing is already displayed, try

  (advice-add 'shr-fill-line :after (lambda (&rest _) (sit-for .5)))

and let eww display some page.

For a very large page, you can see a short flickering even without that
advice when rendering.


Michael.





reply via email to

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