From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18437 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: p0.41 nntp.el hangs Date: 08 Nov 1998 03:58:33 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156962 6168 80.91.224.250 (20 Oct 2002 23:36:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:36:02 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA21969 for ; Sat, 7 Nov 1998 21:59:15 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB10647; Sat, 7 Nov 1998 20:59:05 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 07 Nov 1998 20:59:01 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id UAA01169 for ; Sat, 7 Nov 1998 20:58:53 -0600 (CST) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA21953 for ; Sat, 7 Nov 1998 21:58:47 -0500 (EST) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id DAA17843; Sun, 8 Nov 1998 03:58:33 +0100 (MET) Original-To: Karl Kleinpaste In-Reply-To: Karl Kleinpaste's message of "07 Nov 1998 21:54:48 -500" Mail-Copies-To: never Original-Lines: 27 User-Agent: Gnus/5.070041 (Pterodactyl Gnus v0.41) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18437 Karl Kleinpaste writes: > The modifications p0.40->p0.41 of nntp.el seem to induce a general > hang. Until p0.41: --- nntp.el- Sun Nov 8 01:28:23 1998 +++ nntp.el Sun Nov 8 01:47:32 1998 @@ -750,7 +750,7 @@ This function is supposed to be called from `nntp-server-opened-hook'. It will make innd servers spawn an nnrpd process to allow actual article reading." - (nntp-send-command "^\\.*\r?\n" "MODE READER")) + (nntp-send-command "^.*\n" "MODE READER")) (defun nntp-send-authinfo (&optional send-if-force) "Send the AUTHINFO to the nntp server. @@ -858,7 +858,7 @@ (when (and (buffer-name pbuffer) process) (process-kill-without-query process) - (nntp-wait-for process "^\\.*\n" buffer nil t) + (nntp-wait-for process "^.*\n" buffer nil t) (if (memq (process-status process) '(open run)) (prog1 (caar (push (list process buffer nil) nntp-connection-alist))