From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31745 Path: main.gmane.org!not-for-mail From: Ulrich Schwarz Newsgroups: gmane.emacs.gnus.general Subject: Re: "Async fetch" failing in current CVS Date: Tue, 11 Jul 2000 21:44:43 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <20000711214206.A28733@rz.uni-karlsruhe.de> 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 1035168121 15839 80.91.224.250 (21 Oct 2002 02:42:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:42:01 +0000 (UTC) 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 B98E5D051E for ; Tue, 11 Jul 2000 15:46:27 -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 OAC02444; Tue, 11 Jul 2000 14:45:54 -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 14:44:35 -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 OAA24416 for ; Tue, 11 Jul 2000 14:44:22 -0500 (CDT) Original-Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by mailhost.sclp.com (Postfix) with SMTP id F052AD051E for ; Tue, 11 Jul 2000 15:44:52 -0400 (EDT) Original-Received: (qmail 11827 invoked by uid 0); 11 Jul 2000 19:44:43 -0000 Original-Received: from rzstud4.rz.uni-karlsruhe.de (129.13.197.4) by mail.gmx.net with SMTP; 11 Jul 2000 19:44:43 -0000 Original-To: ding@gnus.org Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from simon@josefsson.org on Tue, Jul 11, 2000 at 12:32:26PM +0200 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31745 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31745 On Tue, Jul 11, 2000 at 12:32:26PM +0200, Simon Josefsson wrote: > 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 > - (nntp-handle-authinfo nntp-process-to-buffer) > + (nntp-handle-authinfo process) It doesn't help for me (running Linux). Despite applying the patch I still get frequently error messages like: Signaling: (error "Buffer *Async Prefetch Article* has no process") process-send-string(# "ARTICLE 77379 \n") nntp-handle-authinfo(#) nntp-async-trigger(#" ("nntp" . "news.cis.dfn.de") state:run>) nntp-after-change-function(1 80 0) Apart from that, pgnus sometimes waits eternally for an article to be fetched asynchroneously - you have to press Control-G to free Gnus again. -- So long. Ulrich