From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78574 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Next registry error Date: Fri, 22 Apr 2011 08:21:03 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k4em2zi8.fsf@lifelogs.com> References: <8739lct8qm.fsf@member.fsf.org> <8762q7d52e.fsf@lifelogs.com> <8762q7r4aa.fsf@member.fsf.org> <871v0vd0i8.fsf@lifelogs.com> <878vv2zsj5.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1303478539 19263 80.91.229.12 (22 Apr 2011 13:22:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2011 13:22:19 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26877@lists.math.uh.edu Fri Apr 22 15:22:15 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 1QDGJK-00080i-E7 for ding-account@gmane.org; Fri, 22 Apr 2011 15:22: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 1QDGIR-0008IV-Mx; Fri, 22 Apr 2011 08:21:19 -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 1QDGIQ-0008IK-Hi for ding@lists.math.uh.edu; Fri, 22 Apr 2011 08:21:18 -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 1QDGIP-0003Sz-Cy for ding@lists.math.uh.edu; Fri, 22 Apr 2011 08:21:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QDGIM-0001UR-Iy for ding@gnus.org; Fri, 22 Apr 2011 15:21:14 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QDGIL-00076t-OW for ding@gnus.org; Fri, 22 Apr 2011 15:21:13 +0200 Original-Received: from c-67-186-102-106.hsd1.il.comcast.net ([67.186.102.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Apr 2011 15:21:13 +0200 Original-Received: from tzz by c-67-186-102-106.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Apr 2011 15:21:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-102-106.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:fp/gNqmZ7EpM+uTQiY1tgDpRANM= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78574 Archived-At: On Fri, 22 Apr 2011 08:53:02 +0200 Tassilo Horn wrote: TH> Yes, I can set it to a list of regexes, but that errors. ;-) TH> So instead of (("^nntp" t) ("training" t) ("Junk" t)) I tried using TH> ("^nntp" "training" "Junk"), but when trying to enter a group, I got TH> this: TH> Debugger entered--Lisp error: (wrong-type-argument listp "^nntp") TH> gnus-parameter-registry-ignore("nnimap+Fastmail:INBOX.Junk Mail") TH> gnus-registry-register-message-ids() TH> run-hooks(gnus-summary-prepare-hook) TH> apply(run-hooks gnus-summary-prepare-hook) TH> gnus-run-hooks(gnus-summary-prepare-hook) TH> gnus-summary-prepare() TH> gnus-summary-read-group-1("nnimap+Fastmail:INBOX.Junk Mail" nil t nil nil nil) TH> gnus-summary-read-group("nnimap+Fastmail:INBOX.Junk Mail" nil t nil nil nil nil) TH> gnus-group-read-group(nil t) TH> gnus-group-select-group(nil) TH> gnus-topic-select-group(nil) TH> call-interactively(gnus-topic-select-group nil nil) Should be fixed now. Ted