From xemacs-m  Tue Mar 18 05:07:02 1997
Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id FAA06852
	for <xemacs-beta@xemacs.org>; Tue, 18 Mar 1997 05:07:01 -0600 (CST)
Received: from fresnel.math.ethz.ch (vroonhof@fresnel [129.132.145.6]) by frege.math.ethz.ch (8.6.12/Main-STAT-mailer) with ESMTP id MAA06943; Tue, 18 Mar 1997 12:06:32 +0100
Received: (vroonhof@localhost) by fresnel.math.ethz.ch (8.6.9/D-MATH-client) id MAA09667; Tue, 18 Mar 1997 12:03:47 +0100
Sender: vroonhof@math.ethz.ch
To: xemacs-beta@xemacs.org, larsi@ifi.uio.no
Subject: Re: 19.15 freeze (was Re: GIF-handling patch)
References: <9703180734.AA30471@GS213.SP.CS.CMU.EDU> <m2u3m9h9ov.fsf@altair.xemacs.org>
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Date: 18 Mar 1997 12:03:46 +0100
In-Reply-To: Steven L Baur's message of 18 Mar 1997 00:43:28 -0800
Message-ID: <by67ypa2cs.fsf@math.ethz.ch>
Lines: 29
X-Mailer: Gnus v5.4.27/XEmacs 19.15(beta99)

Steven L Baur <steve@miranova.com> writes:

> O.K.  With this patch I'm declaring a total freeze on 19.15.  The two
> remaining items on the checklist are:
> 
> 1. Barry has requested one more change to cc-mode.  Barry, please make
>    it fast.
> 
> 2. The efs problem must get resolved now.  I'm happy with the code the 
>    way it is now.  I'll be more than happy to remove efs altogether if 
>    it comes down to that.
> 

HELP HELP. Gnus 5.4.28 has a problem with it's nnfolder code. It is a
garanteed everytime crash for me. Please at least include the
following patch (hopefully Lars will do a quick bugfix for it with an
official version number):

--- nnfolder.el.orig	Mon Mar 17 17:40:28 1997
+++ nnfolder.el	Tue Mar 18 11:29:27 1997
@@ -225,7 +225,7 @@
        (let ((bufs nnfolder-buffer-alist))
 	 (save-excursion
 	   (while bufs
-	     (if (not (buffer-name (nth 1 (car bufs))))
+	     (if (not (buffer-live-p (nth 1 (car bufs))))
 		 (setq nnfolder-buffer-alist
 		       (delq (car bufs) nnfolder-buffer-alist))
 	       (set-buffer (nth 1 (car bufs)))

