Teemu Likonen <tliko...@iki.fi> writes:

Hi Teemu,

>> is there a trick to make Gnus always doing wide replies in some
>> newsgroups, also if I press `F' / `f'?
>
> Yes. I use the feature in this very mailing list. I read this through
> Gmane and have the following setting as part of my gnus-parameters:
>
>     (".*:gmane\\.emacs\\.gnus\\.user$"
>      (to-list . "info-gnus-english@gnu.org"))

Ah, right.  Now I use this:

--8<---------------cut here---------------start------------->8---
(setq gnus-parameters
      `([...]
        ;; In Gmane bug list groups, following up should wide reply
        (,(rx (or "gmane.emacs.auctex.bugs"
                  "gmane.emacs.bugs"))
         (to-list . ""))))
--8<---------------cut here---------------end--------------->8---

Thanks,
Tassilo


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to