Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: nnrss question
       [not found] <7zy8l3n6lk.fsf@thinkhr.torolab.ibm.com>
@ 2004-07-30  3:22 ` Andreas Seltenreich
  0 siblings, 0 replies; only message in thread
From: Andreas Seltenreich @ 2004-07-30  3:22 UTC (permalink / raw)


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-30  3:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7zy8l3n6lk.fsf@thinkhr.torolab.ibm.com>
2004-07-30  3:22 ` nnrss question Andreas Seltenreich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).