From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63326 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir.el error Date: Fri, 09 Jun 2006 20:59:57 +0200 Message-ID: <87ac8m9mtu.fsf@gate450.dyndns.org> References: <87lks9nkof.fsf@nokile.rath.org> <87d5dkkxle.fsf@gate450.dyndns.org> <878xo8q8nf.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 1149879991 5938 80.91.229.2 (9 Jun 2006 19:06:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jun 2006 19:06:31 +0000 (UTC) Original-X-From: ding-owner+m11853@lists.math.uh.edu Fri Jun 09 21:06:18 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 1FomJ8-0004L7-Q6 for ding-account@gmane.org; Fri, 09 Jun 2006 21:06:10 +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 1FomIw-0004YT-00; Fri, 09 Jun 2006 14:05:58 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FomDV-0004YN-00 for ding@lists.math.uh.edu; Fri, 09 Jun 2006 14:00:21 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FomDS-0002Nc-SB for ding@lists.math.uh.edu; Fri, 09 Jun 2006 14:00:21 -0500 Original-Received: from smtp2.rz.uni-karlsruhe.de ([129.13.185.218]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FomDN-0005Fs-00 for ; Fri, 09 Jun 2006 21:00:13 +0200 Original-Received: from rzstud2.stud.uni-karlsruhe.de (exim@rzstud2.stud.uni-karlsruhe.de [193.196.41.38]) by smtp2.rz.uni-karlsruhe.de with esmtp (Exim 4.50 #1) id 1FomDN-0002oR-3t; Fri, 09 Jun 2006 21:00:13 +0200 Original-Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.43) id 1FomDK-000490-Hs for ding@gnus.org; Fri, 09 Jun 2006 21:00:12 +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 "Thu, 08 Jun 2006 11:49:40 +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:63326 Archived-At: Nikolaus Rath writes: > Andreas Seltenreich writes: > >> Does it work for you with nnir.el from CVS plus the following patch >> and nnir-mail-backend set to nil (it isn't by default)? > > No, similar error: > > 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? E.g., while in the recursive edit caused by the debugger, change to a message buffer and hit C-x C-e after the following form: (gnus-prin1 (list artitem server artgroup )) It might give a clue if something obvious goes wrong. I can't reproduce the error any longer with the patch applied and the following configuration: (setq gnus-secondary-select-methods '((nnml "" (nnir-swish-e-index-files ("/home/andreas/Mail/index.swish-e")) (nnir-swish-e-remove-prefix "gnus-mail/") (nnir-search-engine swish-e) (nnml-directory "~/Mail/gnus-mail") (nnml-active-file "~/Mail/gnus-mail/active") (nnml-get-new-mail t)) (nnpg "lists" (nnir-search-engine nnpg) (nnpg-dbname "nnpg") (nnpg-port "5433")) (nnml "cache" (nnml-get-new-mail nil) (nnml-directory "~/News/cache/") (nnml-active-file "~/News/cache/active")))) Thanks, andreas