From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27772 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Bugs in PGnus Date: 06 Dec 1999 05:10:32 +0100 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164737 26275 80.91.224.250 (21 Oct 2002 01:45:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:45:37 +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 XAA00514 for ; Sun, 5 Dec 1999 23:03:51 -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 WAB13235; Sun, 5 Dec 1999 22:03:38 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 Dec 1999 22:03:49 -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 WAA01115 for ; Sun, 5 Dec 1999 22:03:38 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA00494 for ; Sun, 5 Dec 1999 23:03:13 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id FAA19013 for ding@gnus.org; Mon, 6 Dec 1999 05:05:19 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 30 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby.gnus.org 944453119 32619 193.69.4.148 (6 Dec 1999 04:05:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 Dec 1999 04:05:19 GMT Mail-Copies-To: never X-Now-Playing: Robert Wyatt's _Shleep_: "A Sunday in Madrid" User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ 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