>>>> "gb" == giacomo boffi
<boffi(a)rachele.stru.polimi.it> writes:
gb> In XEmacs 21.2 "Aeolus" [Lucid] (i586-pc-linux) of Tue Aug 11 1998 on
gb> boffi95.stru.polimi.it Please describe exactly what actions triggered
gb> the bug and the precise symptoms of the bug:
gb> 1. % xemacs-21.2-b1 -q -no-site-start
gb> 2. M-x vm-mail
gb> 3. in the menubar i have a "Lisp-Interaction" entry. i think it
gb> should not be there
i noted this long ago. It's an artifact of Kyle saving off the default
menubar.
I eventually just added this to reclaim some menubar space.
(add-hook 'vm-mail-mode-hook 'clean-mail-menubar)
(defun clean-mail-menubar()
( delete-menu-item '("Lisp-Interaction"))
)