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

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Wed, 8 Jul 2015 18:11:02 UTC

Severity: minor

Found in version 25.0.50

Done: Michael Heerdegen <michael_heerdegen <at> web.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 21012 <at> debbugs.gnu.org
Subject: bug#21012: 25.0.50; eww: last char of a line sometimes not fully visible
Date: Wed, 08 Jul 2015 22:31:34 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> I believe the problem is that the code determines whether the line
> should be wrapped based on this test:
>
>     (shr-vertical-motion shr-internal-width)
>     (when (looking-at " $")  <<<<<<<<<<<<<<<<<<<<<<<<<
>       (delete-region (point) (line-end-position)))
>

I think no.  AFAIU

    (shr-vertical-motion shr-internal-width)

goes to the position where the line should be broken at the latest.

I think the code you cited just deletes any whitespace before breaking
the line.


Michael.




This bug report was last modified 9 years and 308 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.