Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: neimad <rork@free.fr>
To: info-gnus-english@gnu.org
Subject: Re: Deactivating HTML articles for all but nnrss backends
Date: Sun, 03 Jun 2007 20:07:23 +0200	[thread overview]
Message-ID: <87zm3glxno.fsf@free.fr> (raw)
In-Reply-To: <871wgtdlsh.fsf@tobe.homeunix.org>

Tobias Brink <tobias.brinkNOSPAM@gmail.com> writes:

> asjo@koldfront.dk (Adam Sjøgren) writes:
[...]
> Is there a way to at least automatically set it for every group which
> uses the nnrss backend?  It'd be very nice if I could reactivate the
> w3m rendering for nnrss-groups, too.  Sorry if the answer is obvious
> but I'm not an elisp or Gnus expert (yet).

No expert either, but the following may work, provided you replace
<...> with the variable settings you want:

(add-hook 'gnus-summary-mode-hook
	  '(lambda ()
	     (if (string-match "^nnrss:.*" gnus-newsgroup-name)
		 (progn
                   <...>))))

	Damien

  parent reply	other threads:[~2007-06-03 18:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-02 16:41 Tobias Brink
2007-06-02 17:10 ` Adam Sjøgren
2007-06-03 16:50   ` Tobias Brink
2007-06-03 17:40     ` Adam Sjøgren
2007-06-03 18:07     ` neimad [this message]
2007-06-04 10:53 ` Katsumi Yamaoka
2007-06-04 11:25   ` Tobias Brink

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=87zm3glxno.fsf@free.fr \
    --to=rork@free.fr \
    --cc=info-gnus-english@gnu.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).