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

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

Re: Column width for web pages in eww or w3m


From: Emanuel Berg
Subject: Re: Column width for web pages in eww or w3m
Date: Thu, 15 Jun 2017 09:55:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> That would affect message composition buffers,
> right? I understood the OP to be asking about
> reading articles, in which case "W Q" might be what
> the doctor ordered.

Right...

But why do my articles get filled tightly?

I have

    ;; (setq gnus-article-prepare-hook nil)
    (defun gnus-article-prepare-hook-f ()
      (gnus-with-article-buffer
        (gnus-article-wash-more) )
      (gnus-article-hide-signature nil 1)
      (gnus-article-fill-cited-article) )
    (add-hook 'gnus-article-prepare-hook #'gnus-article-prepare-hook-f)

>From where does `gnus-article-fill-cited-article' take
its data? Answer: `fill-column'.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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