From xemacs-m  Mon Feb 17 14:33:54 1997
Received: from mailhost.lanl.gov (mailhost.lanl.gov [128.165.3.12])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA23039
	for <xemacs-beta@xemacs.org>; Mon, 17 Feb 1997 14:33:53 -0600 (CST)
Received: from branagh.ta52.lanl.gov (branagh.ta52.lanl.gov [128.165.144.9]) by mailhost.lanl.gov (8.8.5/8.8.3) with SMTP id NAA06368 for <xemacs-beta@xemacs.org>; Mon, 17 Feb 1997 13:33:53 -0700 (MST)
Received: by branagh.ta52.lanl.gov (SMI-8.6/SMI-SVR4)
	id NAA13464; Mon, 17 Feb 1997 13:30:07 -0700
Date: Mon, 17 Feb 1997 13:30:07 -0700
Message-Id: <199702172030.NAA13464@branagh.ta52.lanl.gov>
From: "John A. Turner" <turner@branagh.ta52.lanl.gov>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: Re: 19.15-b93/94 problems (VM, etc.)
In-Reply-To: <QQcdhw18968.199702171802@crystal.WonderWorks.COM>
References: <199702170520.WAA11993@branagh.ta52.lanl.gov>
	<QQcdhw18968.199702171802@crystal.WonderWorks.COM>
Reply-To: turner@lanl.gov

Kyle Jones writes:
 > John A. Turner writes:
 >  > o VM 6.13 no longer recognizes my auto-folder-alist.
 > 
 > This has been reported on bug-vm and is fixed in 6.14, which
 > hasn't been released yet.  The rest of the MULE support is being
 > crammed into 6.14, and hopefully it will all be working properly
 > in 6.15 or 6.16 for the 20.1 release.

Great.  This is probably moot now that it's fixed, but I found that it
actually worked if VM was the first thing I started (until I actually
did something else, like load a directory into a buffer).

 >  > o Scrolling is screwed up in VM 6.13.  It's like back before I added
 >  >   code to my .vm to turn off scroll-in-place in VM like this:
 >  > 
 >  > (add-hook 'vm-mode-hook
 >  > 	  '(lambda ()
 >  > 	     (make-variable-buffer-local 'scroll-in-place)
 >  > 	     (setq scroll-in-place nil)
 >  > 	     ))
 >  > 
 >  >   How should this be changed for 6.13?
 > 
 > Please check and see if you're seeing the scrolling problems only in MIME
 > messages.  

Yep.  Hadn't noticed that before.

 > I think I will just set scroll-in-place to nil in all
 > VM buffers and be done with these bug reports once and for all.

I wouldn't object.

-J

