Gnus development mailing list
 help / color / mirror / Atom feed
* Cannot fetch articles with latest CVS
@ 2003-03-06 17:59 Nevin Kapur
  2003-03-07  3:48 ` Kevin Greiner
  0 siblings, 1 reply; 3+ messages in thread
From: Nevin Kapur @ 2003-03-06 17:59 UTC (permalink / raw)


Each time I `J s' in the group buffer, I get the following trace.

Debugger entered: nil
  (progn (setq gnus-newsgroup-dependencies (or gnus-newsgroup-dependencies ...)) (setq gnus-newsgroup-headers (or gnus-newsgroup-headers ...)) (gnus-agent-create-buffer) (setq category (gnus-group-category group)) (debug) (setq predicate (gnus-get-predicate ...)) (unless (memq predicate ...) (let ... ... ...)) (unless (and ... ...) (let ... ... ...)))
  (if articles (progn (setq gnus-newsgroup-dependencies ...) (setq gnus-newsgroup-headers ...) (gnus-agent-create-buffer) (setq category ...) (debug) (setq predicate ...) (unless ... ...) (unless ... ...)))
  (when articles (setq gnus-newsgroup-dependencies (or gnus-newsgroup-dependencies ...)) (setq gnus-newsgroup-headers (or gnus-newsgroup-headers ...)) (gnus-agent-create-buffer) (setq category (gnus-group-category group)) (debug) (setq predicate (gnus-get-predicate ...)) (unless (memq predicate ...) (let ... ... ...)) (unless (and ... ...) (let ... ... ...)))
  (let ((marked-articles gnus-newsgroup-downloadable)) (unless gnus-newsgroup-active (dolist ... ...)) (setq marked-articles (sort marked-articles ...)) (setq articles (gnus-agent-fetch-headers group)) (setq articles (sort ... ...)) (when articles (setq gnus-newsgroup-dependencies ...) (setq gnus-newsgroup-headers ...) (gnus-agent-create-buffer) (setq category ...) (debug) (setq predicate ...) (unless ... ...) (unless ... ...)))
  (progn (let (...) (unless gnus-newsgroup-active ...) (setq marked-articles ...) (setq articles ...) (setq articles ...) (when articles ... ... ... ... ... ... ... ...)))
  (if (or gnus-newsgroup-active (gnus-active group) (gnus-activate-group group)) (progn (let ... ... ... ... ... ...)))
  (when (or gnus-newsgroup-active (gnus-active group) (gnus-activate-group group)) (let (...) (unless gnus-newsgroup-active ...) (setq marked-articles ...) (setq articles ...) (setq articles ...) (when articles ... ... ... ... ... ... ... ...)))
  (let ((gnus-command-method method) (gnus-newsgroup-name group) (gnus-newsgroup-dependencies gnus-newsgroup-dependencies) (gnus-newsgroup-headers gnus-newsgroup-headers) (gnus-newsgroup-scored gnus-newsgroup-scored) (gnus-use-cache gnus-use-cache) (gnus-summary-expunge-below gnus-summary-expunge-below) (gnus-summary-mark-below gnus-summary-mark-below) (gnus-orphan-score gnus-orphan-score) gnus-headers gnus-score articles arts category predicate info marks score-param) (unless (gnus-check-group group) (error "Can't open server for %s" group)) (when (or gnus-newsgroup-active ... ...) (let ... ... ... ... ... ...)))
  gnus-agent-fetch-group-1("nntp+news.gmane.org:gmane.comp.security.bugtraq" (nntp "news.gmane.org"))
  (condition-case err (gnus-agent-fetch-group-1 group gnus-command-method) (error (unless ... ...)) (quit (unless ... ...)))
  (if (or debug-on-error debug-on-quit) (gnus-agent-fetch-group-1 group gnus-command-method) (condition-case err (gnus-agent-fetch-group-1 group gnus-command-method) (error ...) (quit ...)))
  (progn (if (or debug-on-error debug-on-quit) (gnus-agent-fetch-group-1 group gnus-command-method) (condition-case err ... ... ...)))
  (if (<= (gnus-group-level group) gnus-agent-handle-level) (progn (if ... ... ...)))
  (when (<= (gnus-group-level group) gnus-agent-handle-level) (if (or debug-on-error debug-on-quit) (gnus-agent-fetch-group-1 group gnus-command-method) (condition-case err ... ... ...)))
  (while (setq group (pop groups)) (when (<= ... gnus-agent-handle-level) (if ... ... ...)))
  (let ((gnus-agent-fetching t)) (gnus-agent-start-fetch) (while (setq group ...) (when ... ...)))
  (unwind-protect (let (...) (gnus-agent-start-fetch) (while ... ...)) (gnus-agent-stop-fetch))
  (gnus-agent-with-fetch (while (setq group ...) (when ... ...)))
  (progn (setq groups (gnus-groups-from-server ...)) (gnus-agent-with-fetch (while ... ...)))
  (if (and (or ... ...) (gnus-online gnus-command-method)) (progn (setq groups ...) (gnus-agent-with-fetch ...)))
  (when (and (or ... ...) (gnus-online gnus-command-method)) (setq groups (gnus-groups-from-server ...)) (gnus-agent-with-fetch (while ... ...)))
  (while methods (setq gnus-command-method (car methods)) (when (and ... ...) (setq groups ...) (gnus-agent-with-fetch ...)) (pop methods))
  (save-excursion (while methods (setq gnus-command-method ...) (when ... ... ...) (pop methods)) (run-hooks (quote gnus-agent-fetch-hook)) (gnus-message 6 "Finished fetching articles into the Gnus agent"))
  (let ((methods gnus-agent-covered-methods) groups group gnus-command-method) (save-excursion (while methods ... ... ...) (run-hooks ...) (gnus-message 6 "Finished fetching articles into the Gnus agent")))
  gnus-agent-fetch-session()
  call-interactively(gnus-agent-fetch-session)

-Nevin



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

* Re: Cannot fetch articles with latest CVS
  2003-03-06 17:59 Cannot fetch articles with latest CVS Nevin Kapur
@ 2003-03-07  3:48 ` Kevin Greiner
  2003-03-07 13:43   ` Nevin Kapur
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Greiner @ 2003-03-07  3:48 UTC (permalink / raw)




Nevin Kapur <nevin@jhu.edu> writes:

> Each time I `J s' in the group buffer, I get the following trace.
>
> Debugger entered: nil
>   (progn (setq gnus-newsgroup-dependencies (or gnus-newsgroup-dependencies ...)) (setq gnus-newsgroup-headers (or gnus-newsgroup-headers ...)) (gnus-agent-create-buffer) (setq category (gnus-group-category group)) (debug) (setq predicate (gnus-get-predicate ...)) (unless (memq predicate ...) (let ... ... ...)) (unless (and ... ...) (let ... ... ...)))

My apologies to all.  I foolishly left a debug statement in
gnus-agent-fetch-group-1.

The code has been fixed in CVS.

Kevin



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

* Re: Cannot fetch articles with latest CVS
  2003-03-07  3:48 ` Kevin Greiner
@ 2003-03-07 13:43   ` Nevin Kapur
  0 siblings, 0 replies; 3+ messages in thread
From: Nevin Kapur @ 2003-03-07 13:43 UTC (permalink / raw)


Kevin Greiner <kgreiner@xpediantsolutions.com> writes:

> Nevin Kapur <nevin@jhu.edu> writes:
>
>> Each time I `J s' in the group buffer, I get the following trace.

> The code has been fixed in CVS.

Confirmed.  Thanks for the fix.

-Nevin



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

end of thread, other threads:[~2003-03-07 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-06 17:59 Cannot fetch articles with latest CVS Nevin Kapur
2003-03-07  3:48 ` Kevin Greiner
2003-03-07 13:43   ` Nevin Kapur

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