From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63334 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir.el error Date: Sun, 11 Jun 2006 00:07:27 +0200 Message-ID: <87y7w4br6o.fsf@gate450.dyndns.org> References: <87lks9nkof.fsf@nokile.rath.org> <87d5dkkxle.fsf@gate450.dyndns.org> <878xo8q8nf.fsf@nokile.rath.org> <87ac8m9mtu.fsf@gate450.dyndns.org> <87mzclr82z.fsf@gate450.dyndns.org> <87wtboviqx.fsf@nokile.rath.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149977328 23448 80.91.229.2 (10 Jun 2006 22:08:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Jun 2006 22:08:48 +0000 (UTC) Original-X-From: ding-owner+m11861@lists.math.uh.edu Sun Jun 11 00:08:45 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FpBdJ-0007I2-Qi for ding-account@gmane.org; Sun, 11 Jun 2006 00:08:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FpBdE-0006Cq-00; Sat, 10 Jun 2006 17:08:36 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FpBcO-0006Ck-00 for ding@lists.math.uh.edu; Sat, 10 Jun 2006 17:07:44 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FpBcL-0001U1-4u for ding@lists.math.uh.edu; Sat, 10 Jun 2006 17:07:44 -0500 Original-Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FpBcG-00037j-00 for ; Sun, 11 Jun 2006 00:07:36 +0200 Original-Received: from rzstud2.stud.uni-karlsruhe.de (exim@rzstud2.stud.uni-karlsruhe.de [193.196.41.38]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.50 #1) id 1FpBcF-00066t-7S; Sun, 11 Jun 2006 00:07:35 +0200 Original-Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.43) id 1FpBcE-0006Hx-V7 for ding@gnus.org; Sun, 11 Jun 2006 00:07:35 +0200 Original-To: ding@gnus.org X-Face: $:F<87a[gD1?#R6S3j21cr1&C&7bd63GHC.tSdskUb}hhwG(ci*=D5kJ<_N+p9q(7-,PnG. Et.Yh (Nikolaus Rath's message of "Sat, 10 Jun 2006 22:49:26 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.51 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63334 Archived-At: Nikolaus Rath writes: > Andreas Seltenreich writes: >> Andreas Seltenreich writes: >> >>> Nikolaus Rath writes: >>> >>>> Debugger entered--Lisp error: (wrong-type-argument arrayp nil) >>>> aset(nil 0 306) >>>> (mail-header-set-number novitem art) >>> >>> Could you take a look at the variables artitem, server and artgroup >>> when error occurs? >> >> Update: I've just committed a patch that improves error handling. It >> should display that information now when the error occurs. Could you >> try with the latest version from CVS? > > Hmm. The error message did not change. Hmm indeed. I'm puzzled how execution could reach the mail-header-set-number with a nil argument now. Maybe I am interpreting the backtrace all wrong? Are you sure nnir.el is current and not shadowed by an outdated (possibly byte-compiled) version? regards, andreas