From xemacs-m  Mon Feb 17 12:03:01 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA21965
	for <xemacs-beta@xemacs.org>; Mon, 17 Feb 1997 12:02:59 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcdhw18968; Mon, 17 Feb 1997 13:02:59 -0500 (EST)
Date: Mon, 17 Feb 1997 13:02:59 -0500 (EST)
Message-Id: <QQcdhw18968.199702171802@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 19.15-b93/94 problems (VM, etc.)
In-Reply-To: <199702170520.WAA11993@branagh.ta52.lanl.gov>
References: <199702170520.WAA11993@branagh.ta52.lanl.gov>

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.

 > 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.  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.

