From xemacs-m  Sat Mar 15 12:19:10 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 MAA16852
	for <xemacs-beta@xemacs.org>; Sat, 15 Mar 1997 12:19:09 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcgzx17229; Sat, 15 Mar 1997 13:19:02 -0500 (EST)
Date: Sat, 15 Mar 1997 13:19:02 -0500 (EST)
Message-Id: <QQcgzx17229.199703151819@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: Jonathan Edwards <edwards@intranet.com>
Cc: xemacs-beta@xemacs.org
Subject: VM 6.19 problem
Newsgroups: gnu.emacs.vm.info
In-Reply-To: <199703151702.MAA19276@blight.IntraNet.com>
References: <199703151702.MAA19276@blight.IntraNet.com>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Jonathan Edwards writes:
 > The following message is a courtesy copy of an article
 > that has been posted to gnu.emacs.vm.info as well.
 > 
 > VM 6.19 on XEmacs 19.15b98 will sometimes start a reply to a message
 > when just visiting a folder.

Go into lisp/vm, edit vm-reply.el and put (debug) just after
the

(defun vm-do-reply (to-all include-text count)

line.  Now run "make debug".  Start XEmacs and reproduce the
problem.  With the (debug) statement in vm-do-reply, you should
get a backtrace buffer.  Save it to a file and mail it to me.
The output of C-h l (normally bound to view-lossage) would be
useful to see also.

