info-gnus-english
[Top][All Lists]
Advanced

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

Re: nnrss question


From: Andreas Seltenreich
Subject: Re: nnrss question
Date: Fri, 30 Jul 2004 05:22:37 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Haider Rizvi schrob:

> I have subscribed to some rss feeds through nnrss. Often times I have to
> do W-h (gnus-article-wash-html) to see the feed correctly. How can I set
> it up so that it is done automatically for this particular group.

Maybe this works:

(add-hook 'gnus-article-prepare-hook
          '(lambda nil nil (if (string-match
                                "^nnrss"
                                (car gnus-article-current))
                               (gnus-article-wash-html)
                             nil)))

You might want to modify the regexp to further restrict it to the
misbehaving group(s).

HTH


reply via email to

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