From xemacs-m  Fri Apr 25 10:53:18 1997
Received: from barbar.esat.kuleuven.ac.be (root@barbar.esat.kuleuven.ac.be [134.58.56.153])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA07487
	for <xemacs-beta@xemacs.org>; Fri, 25 Apr 1997 10:53:17 -0500 (CDT)
Received: from rubens.esat.kuleuven.ac.be (rubens.esat.kuleuven.ac.be [134.58.63.67]) by barbar (version 8.8.5)  for <xemacs-beta@xemacs.org> with SMTP
	id RAA03303; Fri, 25 Apr 1997 17:52:59 +0200 (METDST)
Organization: ESAT, K.U.Leuven, Belgium
Received: by rubens.esat.kuleuven.ac.be (SMI-8.6/ESAT-v1.5/SUN-SOLARIS)
	id RAA03026; Fri, 25 Apr 1997 17:52:58 +0200
Date: Fri, 25 Apr 1997 17:52:58 +0200
Message-Id: <199704251552.RAA03026@rubens.esat.kuleuven.ac.be>
From: Maurizio Vitale <Maurizio.Vitale@esat.kuleuven.ac.be>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: config interaction with VM and gnus


Setting a background for the default face using Config->Face causes
the following stack trace in VM (and a similar one in gnus). It only
happens if VM is loaded before doing the customization. Customizing
and then entering VM works fine. The problem happens when seletting
messages/groups.
This is XEmacs 19.15 (beta 98) and custom is the new 1.90. XEmacs is
run with the -q option.
-mav
  # bind (standard-output stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error)
  wrong-type-argument(overlayp #<extent (2502, 2581) 0x5f450c in buffer INBOX Summary>)
  # bind (overlay)
  overlay-buffer(#<extent (2502, 2581) 0x5f450c in buffer INBOX Summary>)
  # bind (face end start)
  vm-summary-highlight-region(#<marker at 2654 in INBOX Summary> #<marker at 2763 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 495616 in INBOX> #<marker at 495649 in INBOX> #<marker at 497656 in INBOX> #<marker at 498051 in INBOX> #<marker at 498486 in INBOX> #<marker at 498486 in INBOX>] ["37" " 37" nil #<marker at 2654 in INBOX Summary> #<marker at 2763 in INBOX Summary> <<>> <-- From_-with-Content-Length "82" #<buffer "INBOX"> nil nil nil nil nil nil [... ... "7bit" nil nil nil nil #<marker at 495649 in INBOX> #<marker at 498051 in INBOX> #<marker at 498486 in INBOX> nil nil] none] [nil nil nil nil nil nil nil nil nil] ["435" "Mon" "3" "March" "1997" "13:44:31" "-0800" "Martin Buchholz" "mrb@Eng.Sun.COM" nil "16" "Re: PATCH: auc-tex XEmacs Makefile patch for non-GNU make." "^Resent-Date:" nil nil "3" nil nil (number " " mark "     Martin Buchholz   Mar  3   16/435   " thread-indent "\"Re: PATCH: auc-tex XEmacs Makefile patch for non-GNU make.\"\n") nil] [nil <v> nil nil nil]])
  vm-do-needed-summary-rebuild()
  # bind (b)
  #<compiled-function (from "vm.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.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])
  # (unwind-protect ...)
  vm-update-summary-and-mode-line()
  # (unwind-protect ...)
  # bind (vm-sbe-buffer)
  vm-show-current-message()
  # (unwind-protect ...)
  # bind (vm-sbe-buffer)
  vm-preview-current-message()
  # (unwind-protect ...)
  # bind (point message-pointer message-list mp)
  vm-follow-summary-cursor()
  # bind (arg)
  vm-scroll-forward(nil)
  # bind (command-debug-status)
  call-interactively(vm-scroll-forward)
  # (condition-case ... . error)
  # (catch top-level ...)

