From xemacs-m  Mon Apr  7 13:24:18 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 NAA05266
	for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 13:24:16 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQckgv06438; Mon, 7 Apr 1997 14:24:16 -0400 (EDT)
Date: Mon, 7 Apr 1997 14:24:16 -0400 (EDT)
Message-Id: <QQckgv06438.199704071824@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: Error signaled when trying to do anything in VM buffer
In-Reply-To: <199704071811.LAA24523@mage.silicon-sorcery.com>
References: <199704071811.LAA24523@mage.silicon-sorcery.com>
X-Mailer: VM 6.24 under 19.15 XEmacs Lucid
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

mac@silicon-sorcery.com writes:
 > Using VM 6.23 under 20.1 XEmacs Lucid (beta11),
 > I get the trace below when trying to type quit and the like. As there
 > has been other traffic about 'overlay' perhaps this problem has been
 > "asked & answered' already?
 > [...]
 > Signaling: (wrong-type-argument overlayp #<extent (4430, 4508) 0x54cd98 in buffer INBOX Summary>)
 >   wrong-type-argument(overlayp #<extent (4430, 4508) 0x54cd98 in buffer INBOX Summary>)
 >   overlay-buffer(#<extent (4430, 4508) 0x54cd98 in buffer INBOX Summary>)
 >   vm-summary-highlight-region(#<marker at 4508 in INBOX Summary> #<marker at 4583 in INBOX Summary> bold)

Yes, this is fixed for VM 6.24.  The fact that make-overlay did
not exist when you started VM, but came into existence later
confused the heck out of VM.  It doesn't know what interface to
use to mark off regions of text.  I think I've stamped it all out
We'll see.

