Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-agent-fetch-session
@ 2005-04-15 21:48 Miles Bader
  2005-04-16 18:47 ` `gnus-agent-summary-fetch-group' error Miles Bader
  0 siblings, 1 reply; 4+ messages in thread
From: Miles Bader @ 2005-04-15 21:48 UTC (permalink / raw)


Is `gnus-agent-fetch-session' supposed to work (in Gnus 5.11)?

I tried marking a bunch of articles for download in a group, but having
gone online, can't figure out how to get them downloaded --
`gnus-agent-fetch-session' sits there and garbage collects for untold
ages (actually I killed it after about 5 min; no network activity at all
in that time).  `gnus-agent-summary-fetch-group' seem to start
downloading stuff but eventually got an error and stopped (I'll
investigate that later).

Thanks,

-Miles
-- 
"Though they may have different meanings, the cries of 'Yeeeee-haw!' and
 'Allahu akbar!' are, in spirit, not actually all that different."




^ permalink raw reply	[flat|nested] 4+ messages in thread

* `gnus-agent-summary-fetch-group' error
  2005-04-15 21:48 gnus-agent-fetch-session Miles Bader
@ 2005-04-16 18:47 ` Miles Bader
  2005-04-17  4:09   ` Kevin Greiner
  0 siblings, 1 reply; 4+ messages in thread
From: Miles Bader @ 2005-04-16 18:47 UTC (permalink / raw)


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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: `gnus-agent-summary-fetch-group' error
  2005-04-16 18:47 ` `gnus-agent-summary-fetch-group' error Miles Bader
@ 2005-04-17  4:09   ` Kevin Greiner
  2005-04-17 23:54     ` Miles Bader
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Greiner @ 2005-04-17  4:09 UTC (permalink / raw)



Miles Bader <miles@gnu.org> writes:

> 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.

I don't believe that I've ever tried the
gnus-agent-summary-fetch-group command.

Normally, when in a group buffer, I either process mark (#) the
articles then use gnus-agent-summary-fetch-series or I agent mark (@)
then use gnus-agent-fetch-group.

The gnus-agent-fetch-session works fine here but it traverses every
agentized server.  I've never seen it hang but I have seen it take a
long time to fetch headers from all of my servers.

Kevin



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: `gnus-agent-summary-fetch-group' error
  2005-04-17  4:09   ` Kevin Greiner
@ 2005-04-17 23:54     ` Miles Bader
  0 siblings, 0 replies; 4+ messages in thread
From: Miles Bader @ 2005-04-17 23:54 UTC (permalink / raw)


Kevin Greiner <kevin.greiner@vignette.com> writes:
> I don't believe that I've ever tried the
> gnus-agent-summary-fetch-group command.

Hmmm, it shouldn't crash though, right ... :-)

> Normally, when in a group buffer, I either process mark (#) the
> articles then use gnus-agent-summary-fetch-series or I agent mark (@)
> then use gnus-agent-fetch-group.
>
> The gnus-agent-fetch-session works fine here but it traverses every
> agentized server.  I've never seen it hang but I have seen it take a
> long time to fetch headers from all of my servers.

I think gnus-agent-fetch-session seems most potentially convenient (I
don't want to have to remember which groups I've marked for downloading
messages in).

But as I noted in my previous message, it seems to not really work in
any sane way:  I waited over 5 minutes for it to do something, and it
just sat there garbage collecting, with _no_ network traffic at all;
maybe it's doing some n^4 calculation before downloading or something...

-Miles
-- 
We have met the enemy, and he is us.  -- Pogo




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-17 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-15 21:48 gnus-agent-fetch-session Miles Bader
2005-04-16 18:47 ` `gnus-agent-summary-fetch-group' error Miles Bader
2005-04-17  4:09   ` Kevin Greiner
2005-04-17 23:54     ` Miles Bader

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).