From xemacs-m  Mon Apr  7 13:45:59 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 NAA06508
	for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 13:45:58 -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 LAA03963
	for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 11:45:56 -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 LAA01915 for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 11:42:47 -0700 (PDT)
Received: (from mac@localhost)
	by mage.silicon-sorcery.com (8.8.5/8.8.5) id LAA25254;
	Mon, 7 Apr 1997 11:43:47 -0700 (PDT)
Date: Mon, 7 Apr 1997 11:43:47 -0700 (PDT)
Message-Id: <199704071843.LAA25254@mage.silicon-sorcery.com>
From: <mac@silicon-sorcery.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: Bug with overlaypoccurs if run with -q as well.
X-Mailer: VM 6.23 under 20.1 XEmacs Lucid (beta11)


Basically, I started a new xemacs, [VM 6.23 under 20.1 XEmacs Lucid
(beta11)], no patches, and sent some mail to someone.

BUG1: Emacs asked me who I was, and asked if it should save this for
      futute sessions. [BUG, I always answer y, and IT STILL ASKS ME
      the each time I start up a new XEmacs!!]

BUG2: After I sent mail to someone, any operation I try to do in the
      INBOX frame (in this case I clicked mouse-2 on a message in the
      summary window) signals problems with overlay frame as follows:

  # bind (standard-output stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error)
  wrong-type-argument(overlayp #<extent (2057, 2131) 0x5324b8 in buffer INBOX Summary>)
  # bind (overlay)
  overlay-buffer(#<extent (2057, 2131) 0x5324b8 in buffer INBOX Summary>)
  # bind (face end start)
  vm-summary-highlight-region(#<marker at 2522 in INBOX Summary> #<marker at 2580 in INBOX Summary> bold)
  # bind (buffer-read-only)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # bind (vm-sbe-buffer w mouse-track-func old-window m)
  vm-set-summary-pointer([[#<marker at 276172 in INBOX> #<marker at 276210 in INBOX> #<marker at 276749 in INBOX> #<marker at 276832 in INBOX> #<marker at 286130 in INBOX> #<marker at 286131 in INBOX>] ["32" " 32" nil #<marker at 2522 in INBOX Summary> #<marker at 2580 in INBOX Summary> <<>> <-- From_ "95" #<buffer "INBOX"> nil nil nil nil nil nil none none] [nil nil nil nil nil nil nil nil nil] ["9298" "Sun" "6" "April" "1997" "22:09:14" "-0700" "massey" "massey" nil "239" "Solaris" "^From:" nil nil "4" nil nil (number " " mark "     massey            Apr  6  239/9298  " thread-indent "\"Solaris\"\n") nil nil] [nil <v> nil nil nil]])
  vm-do-needed-summary-rebuild()

	...


Here is the vm setup:


Emacs  : XEmacs 20.1 [Lucid] (sparc-sun-sunos4.1.4) of Sun Apr  6 1997 on mage
Package: VM 6.23

current state:
==============
(setq
 vm-arrived-message-hook nil
 vm-arrived-messages-hook nil
 vm-auto-center-summary t
 vm-auto-decode-mime-messages nil
 vm-auto-displayed-mime-content-types '("text" "multipart")
 vm-auto-folder-case-fold-search nil
 vm-auto-get-new-mail t
 vm-auto-next-message t
 vm-berkeley-mail-compatibility '(berkeley-unix netbsd)
 vm-check-folder-types t
 vm-circular-folders 0
 vm-confirm-new-folders nil
 vm-confirm-quit 0
 vm-convert-folder-types t
 vm-crash-box "~/INBOX.CRASH"
 vm-crash-box-suffix nil
 vm-default-folder-type 'From_
 vm-delete-after-archiving t
 vm-delete-after-bursting nil
 vm-delete-after-saving t
 vm-delete-empty-folders t
 vm-digest-burst-type "guess"
 vm-digest-identifier-header-format "X-Digest: %s\n"
 vm-digest-center-preamble t
 vm-digest-preamble-format "\"%s\" (%F)"
 vm-digest-send-type "mime"
 vm-display-buffer-hook nil
 vm-display-using-mime t
 vm-edit-message-hook nil
 vm-edit-message-mode 'text-mode
 vm-flush-interval 90
 vm-folder-directory "/home/mac/Mail/"
 vm-folder-read-only nil
 vm-follow-summary-cursor t
 vm-forward-message-hook nil
 vm-forwarded-headers nil
 vm-forwarding-digest-type "mime"
 vm-forwarding-subject-format "forwarded message from %F"
 vm-frame-parameter-alist nil
 vm-frame-per-completion t
 vm-frame-per-composition t
 vm-frame-per-edit t
 vm-frame-per-folder t
 vm-frame-per-summary nil
 vm-highlight-url-face 'bold-italic
 vm-highlighted-header-regexp nil
 vm-honor-page-delimiters nil
 vm-image-directory "/usr/local/x20/lib/xemacs-20.1-b11/etc/vm/"
 vm-in-reply-to-format "%i"
 vm-included-text-attribution-format "%F writes:\n"
 vm-included-text-discard-header-regexp nil
 vm-included-text-headers nil
 vm-included-text-prefix " > "
 vm-init-file "~/.vm"
 vm-invisible-header-regexp nil
 vm-jump-to-new-messages t
 vm-jump-to-unread-messages t
 vm-keep-crash-boxes nil
 vm-keep-sent-messages 5
 vm-mail-header-from nil
 vm-mail-hook nil
 vm-make-crash-box-name nil
 vm-make-spool-file-name nil
 vm-mail-check-interval nil
 vm-mail-mode-hook nil
 vm-mime-8bit-composition-charset "iso-8859-1"
 vm-mime-8bit-text-transfer-encoding 'quoted-printable
 vm-mime-alternative-select-method 'best-internal
 vm-mime-attachment-auto-type-alist '(("\\.jpe?g" . "image/jpeg")
				      ("\\.gif" . "image/gif")
				      ("\\.png" . "image/png")
				      ("\\.tiff?" . "image/tiff")
				      ("\\.html?" . "text/html")
				      ("\\.au" . "audio/basic")
				      ("\\.mpe?g" . "video/mpeg")
				      ("\\.ps" . "application/postscript"))
 vm-mime-attachment-save-directory nil
 vm-mime-avoid-folding-content-type nil
 vm-mime-base64-decoder-program nil
 vm-mime-base64-decoder-switches nil
 vm-mime-base64-encoder-program nil
 vm-mime-base64-encoder-switches nil
 vm-mime-button-face 'gui-button-face
 vm-mime-charset-font-alist nil
 vm-mime-default-face-charsets '("us-ascii" "iso-8859-1")
 vm-mime-digest-discard-header-regexp nil
 vm-mime-digest-headers '("Resent-" "From:" "Sender:" "To:" "Cc:" "Subject:"
			  "Date:" "Message-ID:" "Keywords:" "MIME-Version:"
			  "Content-")
 vm-mime-display-function nil
 vm-mime-external-content-types-alist nil
 vm-mime-ignore-mime-version nil
 vm-mime-internal-content-types t
 vm-mime-max-message-size nil
 vm-mode-hook nil
 vm-mode-hooks nil
 vm-mosaic-program "Mosaic"
 vm-mosaic-program-switches nil
 vm-move-after-deleting nil
 vm-move-after-undeleting nil
 vm-move-messages-physically nil
 vm-movemail-program "movemail"
 vm-mutable-frames nil
 vm-mutable-windows t
 vm-netscape-program "netscape"
 vm-netscape-program-switches nil
 vm-pop-bytes-per-session nil
 vm-pop-max-message-size nil
 vm-pop-messages-per-session nil
 vm-pop-md5-program "md5"
 vm-popup-menu-on-mouse-3 t
 vm-preferences-file "~/.vm.preferences"
 vm-preview-lines 0
 vm-preview-read-messages nil
 vm-primary-inbox "~/INBOX"
 vm-quit-hook nil
 vm-recognize-pop-maildrops "^[^:]+:[^:]+:[^:]+:[^:]+:[^:]+"
 vm-reply-hook nil
 vm-reply-ignored-reply-tos nil
 vm-reply-subject-prefix nil
 vm-resend-bounced-discard-header-regexp nil
 vm-resend-bounced-headers '("MIME-Version:" "Content-" "From:" "Sender:"
			     "Reply-To:" "To:" "Cc:" "Subject:" "Newsgroups:"
			     "In-Reply-To:" "References:" "Keywords:" "X-")
 vm-resend-bounced-message-hook nil
 vm-resend-discard-header-regexp "\\(\\(X400-\\)?Received:\\|Resent-\\)"
 vm-resend-headers nil
 vm-resend-message-hook nil
 vm-retrieved-spooled-mail-hook nil
 vm-rfc1153-digest-discard-header-regexp "\\(X400-\\)?Received:"
 vm-rfc1153-digest-headers '("Resent-" "Date:" "From:" "Sender:" "To:" "Cc:"
			     "Subject:" "Message-ID:" "Keywords:")
 vm-rfc934-digest-discard-header-regexp nil
 vm-rfc934-digest-headers '("Resent-" "From:" "Sender:" "To:" "Cc:" "Subject:"
			    "Date:" "Message-ID:" "Keywords:")
 vm-search-using-regexps nil
 vm-select-message-hook nil
 vm-select-new-message-hook nil
 vm-select-unread-message-hook nil
 vm-send-digest-hook nil
 vm-send-using-mime t
 vm-skip-deleted-messages t
 vm-skip-read-messages nil
 vm-spool-file-suffixes nil
 vm-startup-with-summary t
 vm-strip-reply-headers nil
 vm-summary-format "%n %*%a %-17.17F %-3.3m %2d %4l/%-5c %I\"%s\"\n"
 vm-summary-highlight-face 'bold
 vm-summary-mode-hook nil
 vm-summary-mode-hooks nil
 vm-summary-redo-hook nil
 vm-summary-show-threads nil
 vm-summary-thread-indent-level 2
 vm-summary-uninteresting-senders nil
 vm-summary-uninteresting-senders-arrow "To: "
 vm-tale-is-an-idiot nil
 vm-temp-file-directory "/tmp"
 vm-trust-From_-with-Content-Length nil
 vm-undisplay-buffer-hook nil
 vm-unforwarded-header-regexp "only-drop-this-header"
 vm-url-browser 'w3-fetch-other-frame
 vm-url-search-limit 12000
 vm-use-menus '(folder motion send mark label sort virtual undo dispose emacs
		nil help)
 vm-use-toolbar '(next previous delete/undelete autofile file reply compose
		  print visit quit nil help)
 vm-virtual-folder-alist nil
 vm-virtual-mirror t
 vm-visible-headers '("Resent-" "From:" "Sender:" "To:" "Apparently-To:" "Cc:"
		      "Subject:" "Date:")
 vm-visit-folder-hook nil
 vm-visit-when-saving 0
 vm-warp-mouse-to-new-frame nil
 vm-window-configuration-file "~/.vm.windows"
 features '(reporter cus-edit easymenu wid-edit overlay mail-utils
	    mail-abbrevs sendmail vm-reply vm-sort vm-undo vm-virtual vm-save
	    highlight-headers cus-face vm-summary vm-mime vm-page tapestry
	    vm-motion vm-toolbar vm-message vm-folder vm-menu vm-mouse
	    vm-window vm-misc vm-autoload vm-version vm vm-vars vm-startup
	    cl-extra auto-show fontl-hooks ediff-hook vc-hooks x-iso8859-1
	    x-menubar mouse mode-motion itimer lisp-mode iso8859-1 page
	    buff-menu lib-complete custom widget derived frame text-props
	    mini-cl cl cl-19 backquote lucid-scrollbars cut-buffer
	    lucid-menubars xface xpm gif jpeg athena-dialogs x tty toolbar
	    scrollbar network-streams subprocesses menubar dbm md5
	    lisp-float-type dialog window-system)
 )

