From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58014 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus registry woes Date: Wed, 30 Jun 2004 17:15:17 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nsmce5iol.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088608581 25448 80.91.224.253 (30 Jun 2004 15:16:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2004 15:16:21 +0000 (UTC) Original-X-From: ding-owner+M6555@lists.math.uh.edu Wed Jun 30 17:16:12 2004 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 1Bfgom-0003GC-00 for ; Wed, 30 Jun 2004 17:16:12 +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 1Bfgo2-0007tL-00; Wed, 30 Jun 2004 10:15:26 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Bfgny-0007tG-00 for ding@lists.math.uh.edu; Wed, 30 Jun 2004 10:15:22 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Bfgnx-00079w-08 for ding@lists.math.uh.edu; Wed, 30 Jun 2004 10:15:21 -0500 Original-Received: from mail.LF.net (mail.LF.net [212.9.160.2]) by justine.libertine.org (Postfix) with ESMTP id AA3963A0058 for ; Wed, 30 Jun 2004 10:15:19 -0500 (CDT) Original-Received: from [213.178.172.254] (helo=redqueen.ath.cx) by mail.LF.net with esmtp (Exim 4.34) id 1Bfgnt-0001Tv-MZ for ding@gnus.org; Wed, 30 Jun 2004 17:15:18 +0200 Original-Received: from nk by redqueen.ath.cx with local (Exim 4.34 (FreeBSD)) id 1Bfgnt-0004cS-7x for ding@gnus.org; Wed, 30 Jun 2004 17:15:17 +0200 Original-To: "Ding Mailing List" X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t Mail-Followup-To: "Ding Mailing List" In-Reply-To: (Norbert Koch's message of "Tue, 29 Jun 2004 22:51:23 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, berkeley-unix) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58014 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58014 Norbert Koch writes: > "Ted Zlatanov" writes: > >> I would guess the natnump error, which I have never seen before, is >> coming from an invalid mtime. Can you trace the error deeper with >> (debug) statements inside the lambda function above? Alternatively, >> can you send me your registry file, if the error is repeatable from >> it? > I can try to step down expressions, though. Okay, I've had a look at it. The error occurs at the end of the sort operation. (setq alist (nthcdr (- (length alist) gnus-registry-max-entries) (sort alist (lambda (a b) (time-less-p (cdr (gethash (car a) timehash)) (cdr (gethash (car b) timehash)))))))))) ^ stepping over this paren Here's my current timehash and alist #" (mtime 16610 55105 533706) "<20040630140742.CAA057303F@freebsd-current.sentex.ca>" (mtime 16610 55105 533085)) 0x10ccb> ((<20040630140742.CAA057303F@freebsd-current.sentex.ca> ((mtime 16610 55105 533085)) nnml:bsd-current) (<20040630141326.666947303F@freebsd-current.sentex.ca> ((mtime 16610 55105 533706)) nnml:bsd-current)) Max entries is set to 2500, I've got two entries. At this moment the error is natnump, -2498. norbert.