Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <simon@josefsson.org>
Cc: ding@gnus.org
Subject: Re: "Async fetch" failing in current CVS
Date: 11 Jul 2000 12:32:26 +0200	[thread overview]
Message-ID: <ilubt052c05.fsf@barbar.josefsson.org> (raw)
In-Reply-To: Michael Klingbeil's message of "11 Jul 2000 11:11:02 +0200"

Michael Klingbeil <mklingbeil@gmx.de> writes:

> I have Win2000 and this error Message.
> 
> Signaling: (error "Buffer  *Async Prefetch Article* has no process")
>   process-send-string(#<buffer " *Async Prefetch Article*"> "ARTICLE 5012
> \n")
>   nntp-handle-authinfo(#<buffer " *Async Prefetch Article*">)
>   nntp-async-trigger(#<network connection "nntpd<1>" ("nntp" . "localhost") state:run>)

Does this help?

2000-07-11  Simon Josefsson  <simon@josefsson.org>

	* 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))




  reply	other threads:[~2000-07-11 10:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-10 22:46 Dan McGuirk
2000-07-11  8:48 ` Simon Josefsson
2000-07-11  9:11 ` Michael Klingbeil
2000-07-11 10:32   ` Simon Josefsson [this message]
2000-07-11 11:17     ` Michael Klingbeil
2000-07-11 12:46       ` Simon Josefsson
2000-07-11 15:05     ` Dan McGuirk
2000-07-11 19:44     ` Ulrich Schwarz
2000-07-12  8:27       ` Wolfgang Schludi
2000-07-13 13:07       ` Simon Josefsson

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=ilubt052c05.fsf@barbar.josefsson.org \
    --to=simon@josefsson.org \
    --cc=ding@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).