From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53486 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry issue ? Date: Mon, 21 Jul 2003 11:36:44 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nbrvnvqlv.fsf@koz.bwh.harvard.edu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1058801842 9167 80.91.224.249 (21 Jul 2003 15:37:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2003 15:37:22 +0000 (UTC) Original-X-From: ding-owner+M2030@lists.math.uh.edu Mon Jul 21 17:37:20 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19eci4-0002Hy-00 for ; Mon, 21 Jul 2003 17:36:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19eciz-0002gV-00; Mon, 21 Jul 2003 10:37:17 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19eciw-0002gQ-00 for ding@lists.math.uh.edu; Mon, 21 Jul 2003 10:37:14 -0500 Original-Received: (qmail 74586 invoked by alias); 21 Jul 2003 15:37:13 -0000 Original-Received: (qmail 74581 invoked from network); 21 Jul 2003 15:37:13 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by sclp3.sclp.com with SMTP; 21 Jul 2003 15:37:13 -0000 Original-Received: from koz.bwh.harvard.edu (koz [134.174.9.110]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h6LFaiH24466 for ; Mon, 21 Jul 2003 11:36:44 -0400 (EDT) Original-Received: (from tzz@localhost) by koz.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h6LFaij11622; Mon, 21 Jul 2003 11:36:44 -0400 (EDT) Original-To: ding@gnus.org 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" Mail-Followup-To: ding@gnus.org In-Reply-To: (Xavier Maillard's message of "Fri, 18 Jul 2003 08:08:23 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53486 On Fri, 18 Jul 2003, zedek@gnu-rox.org wrote: > (setq gnus-registry-install t) > > This is supposed to work then and I should be good to call the > gnus-registry fancy split function in my splitting rules that way : > ;; (: gnus-registry-split-fancy-with-parent), right ? > > So why then, does this fail each time and put all my mails into the > bogus group then ? > > All I can do is that it tells me that my nnmail-fancy-split is > errorneous :( > > Is there any other particular thing to do before I can use > gnus-registry stuff ? Or am I (still) missing something ? Do M-x toggle-debug-on-error, then open an article that gives you the error. Hit 't' in the article buffer to show all headers, then do M-: (gnus-registry-split-fancy-with-parent) The stack trace will be helpful, if you get one. Also, the contents of your registry file would be useful for debugging. Thanks Ted