From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78535 Path: news.gmane.org!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.gnus.general Subject: gnus-registry rewrite Date: Sun, 17 Apr 2011 09:22:29 -0400 Message-ID: <87mxjphv1m.fsf@andy.bu.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1303046636 24514 80.91.229.12 (17 Apr 2011 13:23:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Apr 2011 13:23:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26838@lists.math.uh.edu Sun Apr 17 15:23:50 2011 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 1QBRx8-00054l-Cc for ding-account@gmane.org; Sun, 17 Apr 2011 15:23:50 +0200 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 1QBRw6-0007sv-5G; Sun, 17 Apr 2011 08:22:46 -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 1QBRw4-0007sk-V6 for ding@lists.math.uh.edu; Sun, 17 Apr 2011 08:22:44 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QBRw3-0003GA-IN for ding@lists.math.uh.edu; Sun, 17 Apr 2011 08:22:44 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QBRw1-00030D-FL for ding@gnus.org; Sun, 17 Apr 2011 15:22:41 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QBRw0-0004SE-NF for ding@gnus.org; Sun, 17 Apr 2011 15:22:40 +0200 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Apr 2011 15:22:40 +0200 Original-Received: from cohen by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Apr 2011 15:22:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:bFJcbeeCI5jOqNISLnsa1RrSHCM= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78535 Archived-At: I am really liking the speed of the registry rewrite. But I think that I am doing something wrong, or there is a bug? Two questions: 1. I have gnus-registry-unfollowed-groups set to a list '("spam" "train") yet messages are still being split into these groups. (I also have them in nnmail-split-fancy-with-parent-ignore-groups, but this doesn't change things). Are there some parens missing around the calls to gnus-registry-follow-group-p in various places? 2. There used to be a variable that would prevent messages in certain groups from ever being entered into the registry. Seems to be gone in the new version? Best, Andy