[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: this page rendering [PATCH]
On 09/05/2018 03:45 -0400, Boruch Baum wrote:
> On 2018-05-09 00:46, andrés ramírez reported that non-breaking spaces were
> being visually represented on rendered html pages, and that they shouldn't.
> The attached patch fixes that by setting variable nobreak-char-display nil
> as a local variable for all w3m mode buffers.
>
> An example page is:
>
> https://cheryllium.wordpress.com/2014/04/13/commonqt-tutorial-4/
I think the better solution would be to provide variable
`w3m-nobreak-char-display', and bind `nobreak-char-display' to its value
in w3m-mode buffers.
Or just to provide recipe in docs of how to bind `nobreak-char-display'
in w3m-mode hook(s) properly.
Filipp