From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68057 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.gnus.general Subject: gnus-subscribe-topics Date: Sun, 04 Jan 2009 22:41:32 +0100 Message-ID: <87y6xqn3zn.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231106221 28748 80.91.229.12 (4 Jan 2009 21:57:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 21:57:01 +0000 (UTC) Cc: xavier@maillard.mobi To: ding@gnus.org Original-X-From: ding-owner+M16502@lists.math.uh.edu Sun Jan 04 22:58:12 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 1LJaz4-00032G-UR for ding-account@gmane.org; Sun, 04 Jan 2009 22:58:11 +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 1LJaxI-0000zG-NL; Sun, 04 Jan 2009 15:56:20 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LJaig-0000vK-FJ for ding@lists.math.uh.edu; Sun, 04 Jan 2009 15:41:14 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LJaic-00087b-Rh for ding@lists.math.uh.edu; Sun, 04 Jan 2009 15:41:14 -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 1LJais-0007Aj-00 for ; Sun, 04 Jan 2009 22:41:26 +0100 Original-Received: by mf1.conovae.net (Postfix, from userid 10) id 7F1A326012D; Sun, 4 Jan 2009 22:39:32 +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 n04Lflld028642; Sun, 4 Jan 2009 22:41:47 +0100 Original-Received: (from xma@localhost) by zogzog.maillard.mobi (8.14.3/8.13.8/Submit) id n04Lfjge028638; Sun, 4 Jan 2009 22:41:45 +0100 X-Authentication-Warning: zogzog.maillard.mobi: xma set sender to xma@gnu.org using -f User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) 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:68057 Archived-At: Hi, I have thiss in my .gnus file: (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 ? Xavier P.S: please keep me in the Cc as I am not subscribed to this list yet.