From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53908 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry.el changes Date: Fri, 05 Sep 2003 08:10:28 -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: <4nwucnwi4r.fsf@lockgroove.bwh.harvard.edu> References: <4n65k819f6.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062763921 24430 80.91.224.253 (5 Sep 2003 12:12:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2003 12:12:01 +0000 (UTC) Original-X-From: ding-owner+M2448@lists.math.uh.edu Fri Sep 05 14:11:59 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19vFRX-0003Pf-00 for ; Fri, 05 Sep 2003 14:11:59 +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 19vFQb-0007vC-00; Fri, 05 Sep 2003 07:11:01 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19vFQX-0007v7-00 for ding@lists.math.uh.edu; Fri, 05 Sep 2003 07:10:57 -0500 Original-Received: (qmail 21535 invoked by alias); 5 Sep 2003 12:10:57 -0000 Original-Received: (qmail 21530 invoked from network); 5 Sep 2003 12:10:57 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by sclp3.sclp.com with SMTP; 5 Sep 2003 12:10:57 -0000 Original-Received: from lockgroove.bwh.harvard.edu (lockgroove [134.174.9.133]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h85CATq13679 for ; Fri, 5 Sep 2003 08:10:29 -0400 (EDT) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h85CATH29211; Fri, 5 Sep 2003 08:10:29 -0400 (EDT) Original-To: Ding Mailing List 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 Mailing List In-Reply-To: (Danny Siu's message of "Thu, 04 Sep 2003 18:17:52 -0700") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53908 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53908 On Thu, 04 Sep 2003, dsiu@adobe.com wrote: > Two problems so far: > > 1) gnus-registry-split-fancy-with-parent returns list of nils (eg: > '(nil) or '(nil nil) instead of just nil in case of the parent > article cannot be found. Misplaced parens, sorry. Fixed in CVS. > 2) got Lisp error: (wrong-type-argument hash-table-p nil) in > gnus-registry-save() when exiting. see the attacted back trace. Fixed in CVS. Thanks! Ted