Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
To: ding@gnus.org
Subject: Re: A T does not work in nnml ...
Date: Sun, 07 Nov 2010 19:33:33 +0100	[thread overview]
Message-ID: <877hgp56gy.fsf@dod.no> (raw)
In-Reply-To: <87bp6156yf.fsf@dod.no>

>>>>> Steinar Bang <sb@dod.no>:

> Perhaps I should just set an edebug breakpoint in gnus-fetch-headers?
> Or will that also be called when setting up the nnir group and confuse
> things?

New emacs and new gnus-slave and then edebug instrumented
gnus-fetch-headers. 

It is called twice, first from gnus-warp-to-article (which returns.
That's why I get the single article I get in the target group after C-g):

  gnus-fetch-headers((13688))
  gnus-select-newsgroup("nntp+news.gmane.org:gmane.discuss" t (13688))
  gnus-summary-read-group-1("nntp+news.gmane.org:gmane.discuss" t t #<buffer *Summary nnir:((query . "gwene") (unique-id . "87vd492dr5.fsf"))*> nil (13688))
  nnir-warp-to-article()
  gnus-warp-to-article()
  gnus-summary-refer-thread(nil)
  call-interactively(gnus-summary-refer-thread nil nil)

Then it's called from the end of gnus-summary-refer-thread where it gets
stuck: 
  gnus-fetch-headers((13765) 200 t)
  gnus-summary-refer-thread(nil)
  call-interactively(gnus-summary-refer-thread nil nil)

This time it gets stuck in the last line here:
	    (gnus-get-newsgroup-headers-xover
	     articles force-new dependencies gnus-newsgroup-name t)

I guess gnus-get-newsgroup-headers-xover is the next candidate for an
edebug instrumentation...




  reply	other threads:[~2010-11-07 18:33 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-02  9:45 Ulf Stegemann
2010-11-02 14:50 ` Andrew Cohen
2010-11-02 15:35   ` Ulf Stegemann
2010-11-02 15:38     ` Andrew Cohen
2010-11-02 19:45   ` Lars Magne Ingebrigtsen
2010-11-03 23:49     ` Andrew Cohen
2010-11-04  1:29       ` Andrew Cohen
2010-11-04 15:38         ` Andrew Cohen
2010-11-04 20:31           ` Steinar Bang
2010-11-05 18:15             ` Andrew Cohen
2010-11-05 20:25               ` Steinar Bang
2010-11-05 23:40                 ` Andrew Cohen
2010-11-06  8:15                   ` Steinar Bang
2010-11-06  8:29                     ` Steinar Bang
2010-11-06 11:36                       ` Andrew Cohen
2010-11-06 17:32                         ` Steinar Bang
2010-11-04 20:39           ` Lars Magne Ingebrigtsen
2010-11-06 15:55   ` Andrew Cohen
2010-11-06 18:20     ` Steinar Bang
2010-11-06 19:18       ` Andrew Cohen
2010-11-06 21:13         ` Steinar Bang
2010-11-07  0:35           ` Andrew Cohen
2010-11-07  6:13             ` Steinar Bang
2010-11-07  6:54               ` Steinar Bang
2010-11-07 13:09                 ` Andrew Cohen
2010-11-07 15:09                   ` Steinar Bang
2010-11-07 16:17                     ` Steinar Bang
2010-11-07 17:15                       ` Andrew Cohen
2010-11-07 18:23                         ` Steinar Bang
2010-11-07 18:33                           ` Steinar Bang [this message]
2010-11-07 18:56                             ` Steinar Bang
2010-11-14 16:46                               ` A T hangs forever in gmane nntp (Was: A T does not work in nnml ...) Steinar Bang
2010-11-14 17:59                                 ` A T hangs forever in gmane nnir (Was: A T hangs forever in gmane nntp) Steinar Bang
2010-11-14 20:25                                   ` A T hangs forever in gmane nnir Steinar Bang
2010-11-15 20:23                                     ` Steinar Bang
2010-11-08  8:08     ` A T does not work in nnml Ulf Stegemann

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=877hgp56gy.fsf@dod.no \
    --to=sb@dod.no \
    --cc=ding@gnus.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).