GNU bug report logs -
#14166
24.3.50; report-emacs-bug and mail-user-agent == 'gnus-user-agent
Previous Next
Reported by: michael_heerdegen <at> web.de
Date: Tue, 9 Apr 2013 14:22:02 UTC
Severity: normal
Found in version 24.3.50
Done: Katsumi Yamaoka <yamaoka <at> jpl.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Wolfgang Jenkner <wjenkner <at> inode.at> writes:
> I read emacs-devel via gmane and use group parameters to reply to the
> mailing list instead, see (info "(gnus)Group Parameters"). For example,
> my group parameters for gmane.emacs.devel are
>
> ((subscribed . t)
> (to-list . "emacs-devel <at> gnu.org"))
Although I still think this problem should be fixed - this is a good
hint, many thanks! I tried this:
--8<---------------cut here---------------start------------->8---
(dolist (entry my-gnus-newsgroups-to-mailing-lists-mapping)
(add-to-list 'gnus-parameters
`(,(car entry) (subscribed . t) (to-list . ,(cdr entry)))))
--8<---------------cut here---------------end--------------->8---
where `my-gnus-newsgroups-to-mailing-lists-mapping' is an alist
((group-regexp . mailing-list-name) ...) I already had defined (I'm
indeed subscribed to all of those). And it seems to work very well,
without provoking this bug.
Regards,
Michael.
This bug report was last modified 12 years and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.