From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78568 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Next registry error Date: Fri, 22 Apr 2011 08:53:02 +0200 Message-ID: <878vv2zsj5.fsf@member.fsf.org> References: <8739lct8qm.fsf@member.fsf.org> <8762q7d52e.fsf@lifelogs.com> <8762q7r4aa.fsf@member.fsf.org> <871v0vd0i8.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1303455262 29443 80.91.229.12 (22 Apr 2011 06:54:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2011 06:54:22 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M26871@lists.math.uh.edu Fri Apr 22 08:54:18 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 1QDAFq-0001NP-E3 for ding-account@gmane.org; Fri, 22 Apr 2011 08:54:14 +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 1QDAEo-0006O5-6y; Fri, 22 Apr 2011 01:53:10 -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 1QDAEk-0006Np-GT for ding@lists.math.uh.edu; Fri, 22 Apr 2011 01:53:06 -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 1QDAEj-0008Oe-EI for ding@lists.math.uh.edu; Fri, 22 Apr 2011 01:53:06 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QDAEh-0008Jc-M4 for ding@gnus.org; Fri, 22 Apr 2011 08:53:03 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 588E47800190; Fri, 22 Apr 2011 08:53:03 +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 27275-08; Fri, 22 Apr 2011 08:53:02 +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 A98F97800168; Fri, 22 Apr 2011 08:53:02 +0200 (CEST) In-Reply-To: <871v0vd0i8.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 21 Apr 2011 11:37:03 -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:78568 Archived-At: Ted Zlatanov writes: Hi Ted, > TH> I'm totally fine with having that variable as a list of regexps, > TH> as I see no reason for saying ("foo" nil). So it's just a > TH> question of you want to make an incompatible change... > > Ah. It's a group/topic parameter, that's why it has that form, and > why I didn't see it when I did git diff against older gnus-registry.el > versions. Sorry about that. I made the changes so the default is > given in gnus.el and it should work OK now. It does, thank you. > You can still set it to a list of regexes. Yes, I can set it to a list of regexes, but that errors. ;-) So instead of (("^nntp" t) ("training" t) ("Junk" t)) I tried using ("^nntp" "training" "Junk"), but when trying to enter a group, I got this: Debugger entered--Lisp error: (wrong-type-argument listp "^nntp") gnus-parameter-registry-ignore("nnimap+Fastmail:INBOX.Junk Mail") gnus-registry-register-message-ids() run-hooks(gnus-summary-prepare-hook) apply(run-hooks gnus-summary-prepare-hook) gnus-run-hooks(gnus-summary-prepare-hook) gnus-summary-prepare() gnus-summary-read-group-1("nnimap+Fastmail:INBOX.Junk Mail" nil t nil nil nil) gnus-summary-read-group("nnimap+Fastmail:INBOX.Junk Mail" nil t nil nil nil nil) gnus-group-read-group(nil t) gnus-group-select-group(nil) gnus-topic-select-group(nil) call-interactively(gnus-topic-select-group nil nil) Bye, Tassilo -- Sent from my Emacs