From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66378 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: gnus-registry logging and splitting improvements (was: split-fancy and gnus-registry confusion) Date: Thu, 28 Feb 2008 08:36:50 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86ejaxp2pp.fsf_-_@lifelogs.com> References: <86y796owf6.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 1204209346 10662 80.91.229.12 (28 Feb 2008 14:35:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 14:35:46 +0000 (UTC) Cc: Jake Colman , ding@gnus.org To: Norman Walsh Original-X-From: ding-owner+M14869@lists.math.uh.edu Thu Feb 28 15:36:07 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 1JUjrc-0003ou-TZ for ding-account@gmane.org; Thu, 28 Feb 2008 15:36:01 +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 1JUjr3-0007hm-JA; Thu, 28 Feb 2008 08:35:25 -0600 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 1JUjr2-0007hU-A6 for ding@lists.math.uh.edu; Thu, 28 Feb 2008 08:35:24 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JUjqw-0004J6-FY for ding@lists.math.uh.edu; Thu, 28 Feb 2008 08:35:24 -0600 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JUjr2-0004al-00 for ; Thu, 28 Feb 2008 15:35:24 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 086F73E8081; Thu, 28 Feb 2008 06:35:59 -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:080228:colman@ppllc.com::nz0xZfIQkDfYmL9B:01M6N X-Hashcash: 1:20:080228:ndw@nwalsh.com::c+WdajQxJJVTlo4t:0004CVR X-Hashcash: 1:20:080228:ding@gnus.org::nIx+ePIalc5LkVYm:00001vk2 In-Reply-To: <86y796owf6.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 27 Feb 2008 16:40:29 -0600") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66378 Archived-At: On Wed, 27 Feb 2008 16:40:29 -0600 Ted Zlatanov wrote: TZ> The attached patch against today's CVS will give you proper logging, TZ> plus I reworked the function gnus-registry-split-fancy-with-parent to be TZ> much nicer. Make sure you have gnus-verbose turned up to 9, then try TZ> this out and let me know if the logging helped, and if things generally TZ> worked OK. I comitted this patch after running with it for a bit, and Jake Colman reported it worked for him as well. Please note that I rewrote much of the splitting code, so it's possible some bugs have crept in. Ted