From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66424 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: split-fancy and gnus-registry confusion Date: Mon, 03 Mar 2008 15:23:55 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86mypfbixg.fsf@lifelogs.com> References: <86abllp2nd.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204579403 12928 80.91.229.12 (3 Mar 2008 21:23:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 21:23:23 +0000 (UTC) Cc: ding@gnus.org To: Norman Walsh Original-X-From: ding-owner+M14915@lists.math.uh.edu Mon Mar 03 22:23:49 2008 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.50) id 1JWI8T-0004JY-8i for ding-account@gmane.org; Mon, 03 Mar 2008 22:23:49 +0100 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 1JWI78-0005uv-Dj; Mon, 03 Mar 2008 15:22:26 -0600 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 1JWI76-0005ue-IH for ding@lists.math.uh.edu; Mon, 03 Mar 2008 15:22:24 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JWI70-0005O2-KJ for ding@lists.math.uh.edu; Mon, 03 Mar 2008 15:22:24 -0600 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JWI76-0003E0-00 for ; Mon, 03 Mar 2008 22:22:24 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 116A83F8E8B; Mon, 3 Mar 2008 13:23:39 -0800 (PST) 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" X-Hashcash: 1:20:080303:ndw@nwalsh.com::oXJ0CB7BHo1VoFTD:000013r X-Hashcash: 1:20:080303:ding@gnus.org::v/brOaQYdWzJJ5EK:000049U9 In-Reply-To: (Norman Walsh's message of "Mon, 03 Mar 2008 11:07:11 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66424 Archived-At: On Mon, 03 Mar 2008 11:07:11 -0500 Norman Walsh wrote: NW> I have the new code, I think. I updated from CVS and the patch seemed NW> to have already been applied. Yes, I did it last week after running for a bit without problems and without bug reports. NW> I set gnus-verbosity to 9 and tried "B" "t" on the offending message, NW> but didn't get any useful feedback. Is there something else I should NW> have done? Are you sure you got nothing? If so, then `B t' may not have called gnus-registry-split-fancy-with-parent. Try running it manually: M-: (gnus-registry-split-fancy-with-parent) in the article buffer with the headers visible (hit `t'). Ted