Tobias Brink <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] (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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to