Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Sriram Karra <karra@shakti.homelinux.net.mapson>
Subject: Re: Trouble with nnir.el ("Invalid function ...")
Date: Wed, 23 Jul 2003 13:04:04 +0530	[thread overview]
Message-ID: <xeq3llupy9w3.fsf@desh.cisco.com> (raw)
In-Reply-To: <84znj7q8u0.fsf@lucy.is.informatik.uni-duisburg.de>


Thanks for your reply, Kai.

kai.grossjohann@gmx.net (Kai Großjohann) writes:

> Sriram Karra <karra@shakti.homelinux.net.mapson> writes:
>
>
> Such errors often happen when you use Emacs to byte-compile the file
> but then use XEmacs to run it, or vice versa.  What happens when you
> delete the nnir.elc file?
>

I get the following error.

> (Even if my guess was wrong, deleting the *.elc file will lead to a
> better backtrace with more information.  Please do M-x
> toggle-debug-on-error RET, then reproduce the error, to produce such
> a backtrace.  Post it here.)

/----
| Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
|   aset(nil 0 1)
|   (mail-header-set-number novitem idx)
|   (while (not (null artlist)) (setq art (car artlist)) (or (numberp art) (nnheader-report ... "nnir-retrieve-headers doesn't grok message ids: %s" art)) (setq artitem (nnir-artlist-article nnir-artlist art)) (setq artrsv (nnir-artitem-rsv artitem)) (setq artfullgroup (nnir-artitem-group artitem)) (setq artno (nnir-artitem-number artitem)) (setq artgroup (gnus-group-real-name artfullgroup)) (setq server (nnir-group-server artfullgroup)) (set-buffer nntp-server-buffer) (nnir-possibly-change-server server) (case (setq foo ...) (nov ... ... ...) (headers ... ... ...) (t ...)) (mail-header-set-number novitem idx) (mail-header-set-from novitem (mail-header-from novitem)) (mail-header-set-subject novitem (format "[%d: %s/%d] %s" artrsv artgroup artno ...)) (push novitem novdata) (setq artlist (cdr artlist)) (setq idx (1+ idx)))
|   (let ((artlist ...) (idx 1) (art nil) (artitem nil) (artgroup nil) (artno nil) (artrsv nil) (artfullgroup nil) (novitem nil) (novdata nil) (foo nil) server) (while (not ...) (setq art ...) (or ... ...) (setq artitem ...) (setq artrsv ...) (setq artfullgroup ...) (setq artno ...) (setq artgroup ...) (setq server ...) (set-buffer nntp-server-buffer) (nnir-possibly-change-server server) (case ... ... ... ...) (mail-header-set-number novitem idx) (mail-header-set-from novitem ...) (mail-header-set-subject novitem ...) (push novitem novdata) (setq artlist ...) (setq idx ...)) (setq novdata (nreverse novdata)) (set-buffer nntp-server-buffer) (erase-buffer) (mapcar (quote nnheader-insert-nov) novdata) (quote nov))
|   (save-excursion (let (... ... ... ... ... ... ... ... ... ... ... server) (while ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (setq novdata ...) (set-buffer nntp-server-buffer) (erase-buffer) (mapcar ... novdata) (quote nov)))
|   nnir-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ...) "((query . \"barach\"))" "-ephemeral" nil)
|   gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ...) "nnir:((query . \"barach\"))" nil)
|   gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ...) "nnir:((query . \"barach\"))" nil)
|   gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ...) "nnir:((query . \"barach\"))" nil)
|   gnus-fetch-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ...))
|   gnus-select-newsgroup("nnir:((query . \"barach\"))" t nil)
|   gnus-summary-read-group-1("nnir:((query . \"barach\"))" t t nil nil nil)
|   gnus-summary-read-group("nnir:((query . \"barach\"))" t t nil nil nil nil)
|   gnus-group-read-group(t t "nnir:((query . \"barach\"))" nil)
|   byte-code("\b	\x1a^[Ælj\f$*…\x0f|   gnus-group-read-ephemeral-group("nnir:((query . \"barach\"))" (nnir "") t (#<buffer *Group*> . group) nil)
|   (let ((parms nil)) (if extra-parms (setq parms ...) (setq parms ...)) (gnus-group-read-ephemeral-group (concat "nnir:" ...) (quote ...) t (cons ... gnus-current-window-configuration) nil))
|   gnus-group-make-nnir-group(nil "barach")
|   call-interactively(gnus-group-make-nnir-group)
\----


> -- 
> ~/.signature

-- 
Well, all's well that ends.


       reply	other threads:[~2003-07-23  7:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <xeq3smp0dxpx.fsf@desh.cisco.com>
     [not found] ` <84znj7q8u0.fsf@lucy.is.informatik.uni-duisburg.de>
2003-07-23  7:34   ` Sriram Karra [this message]
     [not found]     ` <87adaxbozu.fsf@phiwumbda.localnet>
2003-07-29 14:13       ` Kai Großjohann
     [not found]         ` <87y8yh5hbb.fsf@phiwumbda.localnet>
     [not found]           ` <84zniw59nn.fsf@slowfox.is.informatik.uni-duisburg.de>
2003-07-30 17:28             ` Sriram Karra
     [not found]               ` <84he51mfp3.fsf@slowfox.is.informatik.uni-duisburg.de>
     [not found]                 ` <xeq3vft1eke4.fsf@desh.cisco.com>
2003-08-13 20:21                   ` Jesse F. Hughes
2003-07-30 17:29             ` Jesse F. Hughes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xeq3llupy9w3.fsf@desh.cisco.com \
    --to=karra@shakti.homelinux.net.mapson \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).