From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73739 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: extra server for nnmairix? Date: Sun, 31 Oct 2010 12:09:53 +0100 Message-ID: <87fwvmk48u.fsf@randomsample.de> References: <87zktuyebd.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288523495 25481 80.91.229.12 (31 Oct 2010 11:11:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 11:11:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22108@lists.math.uh.edu Sun Oct 31 12:11:32 2010 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.69) (envelope-from ) id 1PCVox-0001Wd-Mt for ding-account@gmane.org; Sun, 31 Oct 2010 12:11:31 +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 1PCVnz-0001CB-V2; Sun, 31 Oct 2010 06:10:32 -0500 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 1PCVnw-0001Bs-Nr for ding@lists.math.uh.edu; Sun, 31 Oct 2010 06:10:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PCVnr-0008PL-6x for ding@lists.math.uh.edu; Sun, 31 Oct 2010 06:10:27 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PCVnq-0007nE-00 for ; Sun, 31 Oct 2010 12:10:22 +0100 Original-Received: from dslc-082-083-047-111.pools.arcor-ip.net ([82.83.47.111] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1PCVnn-0007iQ-Mz for ding@gnus.org; Sun, 31 Oct 2010 12:10:19 +0100 In-Reply-To: <87zktuyebd.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 31 Oct 2010 16:08:38 +0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73739 Archived-At: Eric Abrahamsen writes: > The first is empty, the second contains killed versions of all the > groups under my regular nnml server, plus the unkilled search group. Why > are all those killed groups there? Why does gnus-group-jump-to-group > show those killed groups? (I'm using the ido-completing-read interface, > which is otherwise brilliant, but makes this "duplication" of group > names particularly evident and annoying.) Hmm. I'm not sure how to fix this, so I'm asking for opinions: How can I best filter some groups in jump-to-group, based on a regexp (in this case `nnmairix-group-regexp'). Can I somehow avoid that those groups turn up in the gnus-active-hashtb? Should this be done in jump-to-group (by providing a COLLECTION), or maybe in gnus-completing-read? -David