From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27886 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Bugs in PGnus Date: 07 Dec 1999 13:09:24 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2n4sdur5bf.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164830 26902 80.91.224.250 (21 Oct 2002 01:47:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:47:10 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA06311 for ; Tue, 7 Dec 1999 13:11:47 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB19792; Tue, 7 Dec 1999 12:11:36 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Dec 1999 12:11:48 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA22792 for ; Tue, 7 Dec 1999 12:11:36 -0600 (CST) Original-Received: from mailhop1.nyroc.rr.com (mailhop1-1.nyroc.rr.com [24.92.226.166]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA06303 for ; Tue, 7 Dec 1999 13:11:12 -0500 (EST) Original-Received: from mailout2.nyroc.rr.com ([10.92.226.121]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Tue, 7 Dec 1999 13:09:20 -0500 Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Tue, 7 Dec 1999 13:02:57 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id NAA23469; Tue, 7 Dec 1999 13:09:24 -0500 X-Authentication-Warning: tiger.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Brian May's message of "07 Dec 1999 10:11:45 +1100" Original-Lines: 47 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27886 >>>>> "Brian" == Brian May writes: [...] Lars> This will make Emacs pop you into a debug buffer that will tell Lars> you what `nntp-find-group-and-number' guessed. If the guess is Lars> wrong, go to the " *nntpd*" buffer and see what's there. Brian> below is the debug buffer - I can't see any calls to Two or three steps more, you will see nntp-find-group-and-number. Brian> nntp-find-group-and-number nor can I find a *nntpd* buffer. Please notice the space before *. Brian> I don't know where it got -1 from. -1 is the temporal article number. Brian> The parent article has the following headers: Brian> Message-ID: Brian> References: Brian> NNTP-Posting-Host: wahoo.princeton.idaccr.org Brian> X-Newsreader: Gnus v5.6.45/Emacs 19.34 Brian> Xref: towncrier.cc.monash.edu.au gnu.emacs.gnus:31448 Brian> (("gnu.emacs.gnus")) Brian> (progn (debug (if ... ... ...))) Brian> ) Brian> (if (nntp-send-command-and-decode " ?\n\\. ?\n" "ARTICLE" (if ... ... article)) (progn (debug ...))) Brian> ) Brian> (when (nntp-send-command-and-decode " ?\n\\. ?\n" "ARTICLE" (if ... ... article)) (debug (if ... ... ...))) Brian> ) Brian> nntp-request-article("" "gnu.emacs.gnus" "newsserver.cc.monash.edu.au" #) Brian> gnus-request-article("" "gnu.emacs.gnus" #) Brian> gnus-request-article-this-buffer(-1 "gnu.emacs.gnus") Brian> gnus-article-prepare(-1 nil) Brian> gnus-summary-display-article(-1 nil) Brian> gnus-summary-select-article(nil nil nil -1) [...] -- Shenghuo