From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78562 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Next registry error Date: Thu, 21 Apr 2011 17:51:41 +0200 Message-ID: <8762q7r4aa.fsf@member.fsf.org> References: <8739lct8qm.fsf@member.fsf.org> <8762q7d52e.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1303401136 11036 80.91.229.12 (21 Apr 2011 15:52:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2011 15:52:16 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M26865@lists.math.uh.edu Thu Apr 21 17:52:12 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 1QCwAp-0007r6-Nn for ding-account@gmane.org; Thu, 21 Apr 2011 17:52:08 +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 1QCwAW-0002vQ-Rs; Thu, 21 Apr 2011 10:51:48 -0500 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 1QCwAU-0002vG-B6 for ding@lists.math.uh.edu; Thu, 21 Apr 2011 10:51:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QCwAT-0007V2-3d for ding@lists.math.uh.edu; Thu, 21 Apr 2011 10:51:46 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QCwAR-00020O-Bj for ding@gnus.org; Thu, 21 Apr 2011 17:51:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 00D8F780016A; Thu, 21 Apr 2011 17:51:43 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20445-07; Thu, 21 Apr 2011 17:51:42 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 1CC3578000F1; Thu, 21 Apr 2011 17:51:42 +0200 (CEST) In-Reply-To: <8762q7d52e.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 21 Apr 2011 09:58:33 -0500") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78562 Archived-At: Ted Zlatanov writes: Hi Ted, > TH> Debugger entered--Lisp error: (wrong-type-argument stringp ("nntp" t)) > TH> string-match(("nntp" t) "nnimap+Fastmail:INBOX") > TH> byte-code("\304.\211.\203.\n@.\305 \"\203.\306\307 \"\210\nA\211.\204.*\304\207" [list r --cl-dolist-temp-- word nil string-match throw found] 4) > TH> gnus-grep-in-list("nnimap+Fastmail:INBOX" (("nntp" t) ("training" t) ("Junk" t))) > TH> gnus-registry-ignore-group-p("nnimap+Fastmail:INBOX") > > Your `gnus-registry-ignored-groups' or > `nnmail-split-fancy-with-parent-ignore-groups' is > > '(("nntp" t) ("training" t) ("Junk" t)) Yes, > but it should be a list of regexps or nil. I don't think either of > those variables, especially `gnus-registry-ignored-groups', ever had > that format. Can you check? I'm pretty sure it had that format, where t meant ignore matching groups and nil meant don't ignore. Oh, and the docs also use that format: ,----[ (info "(gnus)Setup") ] | (setq | gnus-registry-split-strategy 'majority | gnus-registry-ignored-groups '(("nntp" t) | ("nnrss" t) | ("spam" t) | ("train" t)) | gnus-registry-max-entries 500000 | ;; this is the default | gnus-registry-track-extra '(sender subject)) `---- I'm totally fine with having that variable as a list of regexps, as I see no reason for saying ("foo" nil). So it's just a question of you want to make an incompatible change... Bye, Tassilo -- Sent from my Emacs