Gnus development mailing list
 help / color / mirror / Atom feed
From: Miles Bader <miles@gnu.org>
Subject: `gnus-agent-summary-fetch-group' error
Date: Sun, 17 Apr 2005 03:47:35 +0900	[thread overview]
Message-ID: <87fyxqwoc8.fsf@tc-1-100.kawasaki.gol.ne.jp> (raw)
In-Reply-To: <87hdi71zjz.fsf@tc-1-100.kawasaki.gol.ne.jp>

I wrote:
> `gnus-agent-summary-fetch-group' seem to start
> downloading stuff but eventually got an error and stopped (I'll
> investigate that later).

Here's a backtrace from that error, btw (the command I typed was `J u'
in the *Summary ...* buffer):

   Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
     gnus-dup-unsuppress-article(1159457)
     gnus-mark-article-as-unread(1159457 32)
     gnus-summary-mark-article(1159457 32)
     gnus-agent-summary-fetch-group(nil)
     call-interactively(gnus-agent-summary-fetch-group)

The first line of `gnus-dup-unsuppress-article' is:

  (let ((id (mail-header-id (gnus-data-header (gnus-data-find article)))))

`article' is 1159457, and [with current buffer the *Summary...* buffer],
(gnus-data-find article) returns nil, which causes `gnus-data-header' to
return nil too, which `mail-header-id' barfs on...

Not sure what to do now...

Thanks,

-Miles
-- 
/\ /\
(^.^)
(")")
*This is the cute kitty virus, please copy this into your sig so it can spread.




  reply	other threads:[~2005-04-16 18:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-15 21:48 gnus-agent-fetch-session Miles Bader
2005-04-16 18:47 ` Miles Bader [this message]
2005-04-17  4:09   ` `gnus-agent-summary-fetch-group' error Kevin Greiner
2005-04-17 23:54     ` Miles Bader

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=87fyxqwoc8.fsf@tc-1-100.kawasaki.gol.ne.jp \
    --to=miles@gnu.org \
    /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).