emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Lars Magne Ingebrigtsen
Subject: Re: eww
Date: Tue, 18 Jun 2013 17:01:33 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Tom Tromey <address@hidden> writes:

> On the same node in the gdb manual, on an 80-column terminal, some of
> the paragraph wrap improperly.  E.g., shr renders one as:
>
> ================================================================
> When you are debugging a program, it is not unusual to realize that you have
> gone too far, and some event of interest has already happened. If the target
> environment supports it, gdb can allow you to “rewind” the program by running 
> i\
> t
> backward.
> ================================================================
>
> If you have 80 columns, the "it" at the end of the 3rd line is split in
> the middle.
>
> Can shr not use word-wrap?  Anyhow, the wrapping code is complicated &
> spread out enough that I didn't look into it.

Oh course shr wraps the text, but it was using `window-width' as the
width, while it should have used one less than that.  Fixed now.

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