From xemacs-m  Mon Apr  7 13:13:55 1997
Received: from greatdane.webnexus.com (greatdane.webnexus.com [165.227.96.3])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA04033
	for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 13:13:54 -0500 (CDT)
Received: from apprentice.silicon-sorcery.com (apprentice.silicon-sorcery.com [205.179.145.161])
	by greatdane.webnexus.com (8.8.5/8.8.5/WN-1.2) with ESMTP id LAA21153
	for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 11:13:54 -0700 (PDT)
Received: from mage.silicon-sorcery.com (mage [128.0.0.100]) by apprentice.silicon-sorcery.com (8.7.5/8.7.3) with ESMTP id LAA01369; Mon, 7 Apr 1997 11:10:45 -0700 (PDT)
Received: (from mac@localhost)
	by mage.silicon-sorcery.com (8.8.5/8.8.5) id LAA24523;
	Mon, 7 Apr 1997 11:11:45 -0700 (PDT)
Date: Mon, 7 Apr 1997 11:11:45 -0700 (PDT)
Message-Id: <199704071811.LAA24523@mage.silicon-sorcery.com>
From: <mac@silicon-sorcery.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
To: xemacs-beta@xemacs.org
Subject: Error signaled when trying to do anything in VM buffer
X-Mailer: VM 6.23 under 20.1 XEmacs Lucid (beta11)
Reply-To: mac@silicon-sorcery.com
X-Face:  h&j3qWe;+!`nKY~1T%IspQ[^}[s#|*2T68-NmG<hqK)^/6IlKy[e$tI,N'{!_v&R_m*f#8O
 au_+w3/b!3pF$H/]J(Q6Z)*:&Jy/.OGPM?7*<kyi}r/3Pf3hd[(J+%lmXp/;0e-EY_s2Dy{M|t
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by xemacs.org id NAA04034


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?

I am running Xemacs on sunos4.1.4.

I will try to repro the problem with -no-site-init -q.


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)
  vm-set-summary-pointer([[#<marker at 359811 in INBOX> #<marker at 359873 in INBOX> #<marker at 361061 in INBOX> #<marker at 361374 in INBOX> #<marker at 361927 in INBOX> #<marker at 361928 in INBOX>] ["58" " 58" nil #<marker at 4508 in INBOX Summary> #<marker at 4583 in INBOX Summary> <<>> <-- From_ "57" #<buffer "INBOX"> nil nil nil nil nil nil [... ... "7bit" nil nil nil nil #<marker at 360216 in INBOX> #<marker at 361374 in INBOX> #<marker at 361927 in INBOX> nil nil] none] [nil nil nil nil nil nil nil nil nil] ["553" "Mon" "7" "April" "1997" "11:19" "EDT" "Larry Auton" "lda@control.att.com" nil "22" "minor patch to configure" "^Resent-Date:" nil nil "4" nil nil (number " " mark "     Larry Auton       Apr  7   22/553   " thread-indent "\"minor patch to configure\"\n") nil nil] [nil <v> nil nil nil]])
  vm-do-needed-summary-rebuild()
  #<compiled-function (from "vm-folder.elc") (b) "...(38)" [get-buffer symbol-name b vm-check-for-killed-summary vm-use-toolbar vm-toolbar-support-possible-p vm-toolbar-update-toolbar vm-do-needed-renumbering vm-summary-buffer vm-do-needed-summary-rebuild vm-do-needed-mode-line-update] 4>(INBOX)
  mapatoms(#<compiled-function (from "vm-folder.elc") (b) "...(38)" [get-buffer symbol-name b vm-check-for-killed-summary vm-use-toolbar vm-toolbar-support-possible-p vm-toolbar-update-toolbar vm-do-needed-renumbering vm-summary-buffer vm-do-needed-summary-rebuild vm-do-needed-mode-line-update] 4> [INBOX 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0])
  vm-update-summary-and-mode-line()
  vm-save-folder()
  #<compiled-function (from "vm-folder.elc") (&optional no-change) "...(292)" [vm-mail-buffer buffer-name error "Folder buffer has been killed." major-mode (vm-mode vm-virtual-mode) "%s must be invoked from a VM buffer." this-command vm-check-for-killed-summary vm-check-for-killed-presentation vm-display nil (vm-quit vm-quit-no-change) quitting vm-virtual-mode virtual no-change buffer-modified-p buffer-file-name buffer-offer-save vm-messages-not-on-disk 0 vm-set-buffer-modified-p vm-undo-record-list y-or-n-p format "%d message%s have not been saved to disk, quit anyway? " 1 "" "s" "Aborted" vm-confirm-quit "There are unsaved changes, quit anyway? " t "Do you really want to quit? " run-hooks vm-quit-hook vm-garbage-collect-message vm-garbage-collect-folder vm-virtual-quit message "Quitting..." vm-folder-read-only vm-change-all-new-to-unread vm-save-folder vm-summary-buffer vm-presentation-buffer-handle mail-buffer pres-buffer summary-buffer ...] 7 "Quit visiting the current folder, saving changes.  Deleted messages are not expunged." nil>()
  call-interactively(vm-toolbar-quit-command)
  release-and-activate-toolbar-button(#<buttonup-event button1up>)
  call-interactively(release-and-activate-toolbar-button)

