From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31731 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: "Async fetch" failing in current CVS Date: 11 Jul 2000 12:32:26 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <638zv9fvsp.fsf@chupacabras.sfo.geocast.net> <8kevc7.s4.1@michael.qad.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168108 15742 80.91.224.250 (21 Oct 2002 02:41:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:41:48 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 68797D051E for ; Tue, 11 Jul 2000 06:35:51 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAC00855; Tue, 11 Jul 2000 05:32:20 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 11 Jul 2000 05:31:32 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA16530 for ; Tue, 11 Jul 2000 05:31:22 -0500 (CDT) Original-Received: from vic20.blipp.com (unknown [195.84.94.187]) by mailhost.sclp.com (Postfix) with ESMTP id 7C0C0D051E for ; Tue, 11 Jul 2000 06:31:56 -0400 (EDT) Original-Received: from barbar.josefsson.org (IDENT:root@vic20.blipp.com [195.84.94.187]) by vic20.blipp.com (8.10.1/8.10.1) with SMTP id e6BAVs715129; Tue, 11 Jul 2000 12:31:54 +0200 Original-To: Michael Klingbeil In-Reply-To: Michael Klingbeil's message of "11 Jul 2000 11:11:02 +0200" Mail-Copies-To: never Original-Lines: 32 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Molpe) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31731 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31731 Michael Klingbeil writes: > I have Win2000 and this error Message. > > Signaling: (error "Buffer *Async Prefetch Article* has no process") > process-send-string(# "ARTICLE 5012 > \n") > nntp-handle-authinfo(#) > nntp-async-trigger(#" ("nntp" . "localhost") state:run>) Does this help? 2000-07-11 Simon Josefsson * nntp.el (nntp-async-trigger): Send authinfo to process. Index: nntp.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/nntp.el,v retrieving revision 5.33 diff -w -u -u -w -r5.33 nntp.el --- nntp.el 2000/04/23 19:18:42 5.33 +++ nntp.el 2000/07/10 10:31:22 @@ -982,7 +982,7 @@ (if (memq (following-char) '(?4 ?5)) ;; wants credentials? (if (looking-at "480") - (nntp-handle-authinfo nntp-process-to-buffer) + (nntp-handle-authinfo process) ;; report error message. (nntp-snarf-error-message) (nntp-do-callback nil))