Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Bugs in PGnus
Date: 06 Dec 1999 05:10:32 +0100	[thread overview]
Message-ID: <m3yab8675z.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <t4i1z96celr.fsf@silas-2.cc.monash.edu.au>

Brian May <bmay@csse.monash.edu.au> writes:

>     Lars> to it, do you get the complete header, including this Xref line? 
> 
> Yes.

Find the article you want to `^', and then eval the following:

(deffoo nntp-request-article (article &optional group server buffer command)
  (nntp-possibly-change-group group server)
  (when (nntp-send-command-and-decode
	 "\r?\n\\.\r?\n" "ARTICLE"
	 (if (numberp article) (int-to-string article) article))
    (debug (if (and buffer
                    (not (equal buffer nntp-server-buffer)))
               (save-excursion
                 (set-buffer nntp-server-buffer)
                 (copy-to-buffer buffer (point-min) (point-max))
                 (nntp-find-group-and-number))
             (nntp-find-group-and-number)))))

Then `^'.

This will make Emacs pop you into a debug buffer that will tell you
what `nntp-find-group-and-number' guessed.  If the guess is wrong, go
to the " *nntpd*" buffer and see what's there.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


  reply	other threads:[~1999-12-06  4:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-22  0:51 Brian May
1999-11-22  2:15 ` Shenghuo ZHU
1999-11-22  2:59   ` Brian May
1999-11-22  3:45     ` Shenghuo ZHU
1999-11-22  9:43 ` Kai Großjohann
1999-11-22 23:43   ` Brian May
1999-11-23 21:44     ` Kai Großjohann
1999-11-24 23:07   ` Brian May
1999-11-25  9:18     ` Kai Großjohann
1999-11-28 23:39       ` Brian May
1999-11-29  2:46         ` Brian May
1999-12-01 19:16     ` Lars Magne Ingebrigtsen
1999-12-02  1:32       ` Brian May
1999-12-06  4:10         ` Lars Magne Ingebrigtsen [this message]
1999-12-06 23:11           ` Brian May
1999-12-07 18:09             ` Shenghuo ZHU
1999-12-01 19:22 ` Lars Magne Ingebrigtsen

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=m3yab8675z.fsf@quimbies.gnus.org \
    --to=larsi@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).