From xemacs-m  Thu Feb 27 03:19:33 1997
Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2])
	by xemacs.org (8.8.5/8.8.5) with SMTP id DAA20858
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 03:19:31 -0600 (CST)
Received: from proletcult.slip.ifi.uio.no (root@ppp14.larris.ifi.uio.no [129.240.68.114]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) 
	id <KAA19429@ifi.uio.no> for <xemacs-beta@xemacs.org> ; Thu, 27 Feb 1997 10:19:29 +0100
Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id DAA17789; Thu, 27 Feb 1997 03:57:53 +0100
Sender: larsi@proletcult.slip.ifi.uio.no
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 19.15-b95 build report (VM, Gnus, frame-icon, etc.)
References: <199702232133.OAA18834@branagh.ta52.lanl.gov>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Date: 27 Feb 1997 03:57:51 +0100
In-Reply-To: "John A. Turner"'s message of Sun, 23 Feb 1997 14:33:34 -0700
Message-ID: <m2bu97ymz4.fsf@proletcult.slip.ifi.uio.no>
Lines: 54
X-Mailer: Gnus v5.4.16/Emacs 19.34
X-Face: &w!^oO<W.WBH]FsTP:P0f9X6M-ygaADlA_)eF$<UwQzj7:C=Gi<a?/_4$LX^@$Qq7-O&XHp
 lDARi8e8iT<(A$LWAZD*xjk^')/wI5nG;1cNB>~dS|}-P0~ge{$c!h\<y

"John A. Turner" <turner@branagh.ta52.lanl.gov> writes:

> o Gnus startup hang when nntp folders contain messages with ^From
>   lines in body still there (sorry Lars).

Yeah, but the fix is in the not-yet-released Gnus 5.4.16.  Here's the
patch that's supposed to fix this bug (I think; I just switched to CVS
a couple of hours ago, and this patch is against something I think is
Gnus 5.4.15):

cd ~/rgnus/lisp/
diff -c /home/larsi/pub/rgnus/lisp/nnmail.el /home/larsi/rgnus/lisp/nnmail.el
*** /home/larsi/pub/rgnus/lisp/nnmail.el	Sun Feb 16 15:02:42 1997
--- /home/larsi/rgnus/lisp/nnmail.el	Thu Feb 27 03:55:54 1997
***************
*** 781,787 ****
  		       (forward-line 1)
  		       (while (looking-at ">From ")
  			 (forward-line 1))
! 		       (looking-at "[^ \t:]+[ \t]*:")))
  	    (setq found 'yes)))))
      (beginning-of-line)
      (eq found 'yes)))
--- 782,788 ----
  		       (forward-line 1)
  		       (while (looking-at ">From ")
  			 (forward-line 1))
! 		       (looking-at "[^ \n\t:]+[ \n\t]*:")))
  	    (setq found 'yes)))))
      (beginning-of-line)
      (eq found 'yes)))
***************
*** 810,816 ****
  		       (forward-line 1)
  		       (while (looking-at ">From ")
  			 (forward-line 1))
! 		       (looking-at "[^ \t:]+[ \t]*:")))
  	    (setq found 'yes)))))
      (beginning-of-line)
      (eq found 'yes)))
--- 811,817 ----
  		       (forward-line 1)
  		       (while (looking-at ">From ")
  			 (forward-line 1))
! 		       (looking-at "[^ \n\t:]+[ \n\t]*:")))
  	    (setq found 'yes)))))
      (beginning-of-line)
      (eq found 'yes)))

Diff finished at Thu Feb 27 03:56:00

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen

