[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The long lines go off the screen in w3m
In [emacs-w3m:12888]
On Sun, 28 Jan 2018 12:37:58 +1100, Kevin Ryde wrote:
> Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>>| $ w3m https://bugzilla.gnome.org/show_bug.cgi?id=792742
>> Yes, I think both are bad, and at least normal text (not in table)
>> should be folded so as not to go off an Emacs window. Eww does
>> not fold it either but Firefox does.
> They're bits of <pre> are they? I suppose that helps code fragments.
> I wonder what stage (the user, a web form, or later, ...) flowing was or
> wasn't meant to have happened to text.
Thanks. I tried filtering <pre> in GNOME Bugzilla pages. Now
the `w3m-filter-gnome-bugzilla' filter is turned on by default.
It keeps newlines in <pre>~</pre> areas as <br>s, but folds
a long line unconditionally with no annotation even if it is
an output of some program, like Firefox does.
See: <https://bugzilla.gnome.org/show_bug.cgi?id=792743>