From xemacs-m  Mon Apr 14 18:11:03 1997
Received: from mailhost.lanl.gov (mailhost.lanl.gov [128.165.3.12])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA18402
	for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 18:11:01 -0500 (CDT)
Received: from branagh.ta52.lanl.gov (branagh.ta52.lanl.gov [128.165.144.9]) by mailhost.lanl.gov (8.8.5/8.8.3) with SMTP id RAA16684; Mon, 14 Apr 1997 17:11:02 -0600 (MDT)
Received: by branagh.ta52.lanl.gov (SMI-8.6/SMI-SVR4)
	id RAA21652; Mon, 14 Apr 1997 17:05:41 -0600
Date: Mon, 14 Apr 1997 17:05:41 -0600
Message-Id: <199704142305.RAA21652@branagh.ta52.lanl.gov>
From: "John A. Turner" <turner@lanl.gov>
To: bug-vm@uunet.uu.net
CC: xemacs-beta@xemacs.org
Subject: Visit no longer works

Apologies if this has already been reported.

Click Visit toolbar button, new frame pops up, folders and directories 
highlighted when mouse passes over, but whereas both button1 and
button2 used to select the folder/directory, now nothing happens.

-John

Emacs  : XEmacs 20.1 [Lucid] (sparc-sun-solaris2.5.1) of Mon Apr 14 1997 on branagh
Package: VM 6.24

current state:
==============
(setq
 vm-arrived-message-hook nil
 vm-arrived-messages-hook nil
 vm-auto-center-summary nil
 vm-auto-decode-mime-messages t
 vm-auto-displayed-mime-content-types '("text" "multipart")
 vm-auto-folder-case-fold-search t
 vm-auto-get-new-mail 60
 vm-auto-next-message t
 vm-berkeley-mail-compatibility nil
 vm-check-folder-types t
 vm-circular-folders nil
 vm-confirm-new-folders t
 vm-confirm-quit 0
 vm-convert-folder-types t
 vm-crash-box "~/INBOX.CRASH"
 vm-crash-box-suffix nil
 vm-default-folder-type 'From_-with-Content-Length
 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/turner/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 '((completion ((width . 82) (height . 40)))
			    (composition ((width . 82) (height . 40)))
			    (edit ((width . 82) (height . 40)))
			    (folder ((width . 82) (height . 40)))
			    (primary-folder ((width . 82) (height . 40)))
			    (summary ((width . 82) (height . 40))))
 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 "/opt/local/xemacs-20.1-b15/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 1
 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 300
 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")
				      ("." . "text/plain"))
 vm-mime-attachment-save-directory nil
 vm-mime-avoid-folding-content-type t
 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 '(("application/pdf" "acroread")
					("application/postscript" "ghostview")
					("application/x-dvi" "xdvi")
					("audio/basic" "audiotool")
					("audio/x-pn-realaudio" "raplayer")
					("image/gif" "xv") ("image/tiff" "xv")
					("image/jpeg" "xv")
					("video/mpeg" "mpeg_play")
					("video" "xanim"))
 vm-mime-ignore-mime-version nil
 vm-mime-internal-content-types t
 vm-mime-max-message-size nil
 vm-mode-hook '((lambda nil (make-variable-buffer-local (quote scroll-in-place))
		 (setq scroll-in-place nil))
		turn-off-scroll-in-place)
 vm-mode-hooks nil
 vm-mosaic-program "Mosaic"
 vm-mosaic-program-switches nil
 vm-move-after-deleting t
 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 nil
 vm-preview-read-messages nil
 vm-primary-inbox "/home/turner/Mail/INBOX"
 vm-quit-hook nil
 vm-recognize-pop-maildrops "^[^:]+:[^:]+:[^:]+:[^:]+:[^:]+"
 vm-reply-hook nil
 vm-reply-ignored-reply-tos nil
 vm-reply-subject-prefix "Re: "
 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 '(smiley-buffer turn-off-scroll-in-place)
 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 1
 vm-strip-reply-headers t
 vm-summary-format "%n %*%a %-17.17F %-3.3m %2d %4l/%-5c %I\"%s\"\n"
 vm-summary-highlight-face 'bold
 vm-summary-mode-hook '(smiley-buffer turn-off-scroll-in-place)
 vm-summary-mode-hooks nil
 vm-summary-redo-hook '(smiley-buffer)
 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 t
 vm-undisplay-buffer-hook '(vm-delete-buffer-frame)
 vm-unforwarded-header-regexp "only-drop-this-header"
 vm-url-browser 'browse-url-netscape
 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 pp easymenu wid-edit overlay ispell rect rfc822
	    vm-virtual mail-abbrevs lazy-lock sendmail vm-reply vm-minibuf
	    vm-delete vm-sort dired-faces dired-xemacs dired vm-undo vm-save
	    vm-summary vm-mime vm-page tapestry vm-motion vm-toolbar vm-message
	    vm-folder vm-menu vm-mouse vm-misc vm-window smiley messagexmas
	    nnheader nnheaderxm mail-utils vm-autoload vm-version vm vm-vars
	    vm-startup font-lock xmine treedir atomic-extents backup-dir diff
	    balloon-help search-menu uniquify scroll-in-place rsz-minibuf
	    highlight-headers filladapt efs-cu efs-x19\.15 efs-fnh efs-ovwrt
	    efs-auto crypt crypt++ completer auto-save time cus-face gnuserv
	    func-menu ediff-merg ediff-diff ediff-tbar ediff-wind ediff-help
	    ediff-util ediff-mult ediff-init ediff workshop eserve pending-del
	    cl-extra annotations eos-load comint ring eos-menubar eos-debugger
	    eos-browser eos-editor eos-common eos-init sunpro cc-mode 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
	    derived frame text-props cus-start custom widget mini-cl cl cl-19
	    backquote sparcworks tooltalk lucid-scrollbars cut-buffer
	    lucid-menubars xface xpm png gif jpeg motif-dialogs x tty toolbar
	    native-sound scrollbar network-streams subprocesses menubar dbm md5
	    cde lisp-float-type dialog window-system)
 )

