From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68060 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-subscribe-topics Date: Mon, 05 Jan 2009 00:11:32 +0100 Message-ID: <87fxjymztn.fsf@gnu.org> References: <87y6xqn3zn.fsf@gnu.org> <87prj2u2lr.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231110653 8875 80.91.229.12 (4 Jan 2009 23:10:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 23:10:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16505@lists.math.uh.edu Mon Jan 05 00:12:04 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LJc8W-0006ns-U4 for ding-account@gmane.org; Mon, 05 Jan 2009 00:12:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LJc75-0001Nk-4A; Sun, 04 Jan 2009 17:10:31 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LJc72-0001NN-8K for ding@lists.math.uh.edu; Sun, 04 Jan 2009 17:10:28 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LJc6z-0005VT-F9 for ding@lists.math.uh.edu; Sun, 04 Jan 2009 17:10:28 -0600 Original-Received: from ded1.conovae.com ([88.191.52.166] helo=mf1.conovae.net) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LJc7F-0008NS-00 for ; Mon, 05 Jan 2009 00:10:41 +0100 Original-Received: by mf1.conovae.net (Postfix, from userid 10) id 2EC78260155; Mon, 5 Jan 2009 00:10:06 +0100 (CET) Original-Received: from zogzog.maillard.mobi (IDENT:1000@localhost [127.0.0.1]) by zogzog.maillard.mobi (8.14.3/8.13.8) with ESMTP id n04NCFBG005018 for ; Mon, 5 Jan 2009 00:12:15 +0100 Original-Received: (from xma@localhost) by zogzog.maillard.mobi (8.14.3/8.13.8/Submit) id n04NCEs0005017; Mon, 5 Jan 2009 00:12:14 +0100 X-Authentication-Warning: zogzog.maillard.mobi: xma set sender to xma@gnu.org using -f In-Reply-To: <87prj2u2lr.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Sun, 04 Jan 2009 23:29:36 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Mail-Followup-To: ding@gnus.org, xavier@maillard,mobi X-UUCPssh-Information: Please contact the ISP for more information X-UUCPssh: Found to be clean X-UUCPssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 6, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-UUCPssh-From: xma@gnu.org X-Spam-Status: No X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68060 Archived-At: Reiner Steib writes: > On Sun, Jan 04 2009, Xavier Maillard wrote: > >> (setq gnus-subscribe-newsgroup-method 'gnus-subscribe-topics) >> >> I have created a Topic named "emacs" for which I added a topic >> parameter via Gp: >> >> ((subscribe . "emacs")) >> >> If I am subscribing to a group matching this regexp say, >> fr.comp.applications.emacs, it is not put under the right topic. >> If I am doing: >> >> (gnus-subscribe-topics "fr.comp.applications.emacs") >> >> manually, it is filled under the right Topic. >> >> What's wrong ? > > ,----[ (info "(gnus)Subscription Methods") ] > | What Gnus does when it encounters a new group is determined by the > | `gnus-subscribe-newsgroup-method' variable. > `---- > > "when it encounters a new group" is not the case in your situation. > This variable is relevant only if a new newsgroup is created on the > server. Can't this behaviour be changed for any group (new or existing but never subscribed) ? What is the workaround ? Currently, I did not subcribe to any nnimap groups (I have 4 dozens of them pending) since I do not want to manually fill them under the right topic. >> P.S: please keep me in the Cc as I am not subscribed to this list yet. > > Hint: Gnus honors Mail-Followup-To. :-) Done (hope it is correct). Xavier