Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Andreas Seltenreich <andreas+news.geg@gate450.dyndns.org>
Subject: Re: nnrss question
Date: Fri, 30 Jul 2004 05:22:37 +0200	[thread overview]
Message-ID: <cecett$ve7$07$1@news.t-online.com> (raw)
In-Reply-To: <7zy8l3n6lk.fsf@thinkhr.torolab.ibm.com>

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	other threads:[~2004-07-30  3:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <7zy8l3n6lk.fsf@thinkhr.torolab.ibm.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cecett$ve7$07$1@news.t-online.com' \
    --to=andreas+news.geg@gate450.dyndns.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).