Hi Steve
If I ran ffap-menu via C-Sh-button3 I get the following error in the modeline:
Loading x-popup-menu...
Loading x-popup-menu...done
Wrong type argument: eventp, t
This fixes (as was suggested by Michelangelo Grigni <mic(a)mathcs.emory.edu>):
diff -c /usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/ffap.el
/usr/local/lib/xemacs/site-packages/lisp/misc/ffap.el.orig
*** /usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/ffap.el Sun Mar 11 11:44:31
2001
--- /usr/local/lib/xemacs/site-packages/lisp/misc/ffap.el.orig Sun Mar 11 11:44:32 2001
***************
*** 1464,1470 ****
(let (choice)
(cond
;; Emacs mouse:
! ((and (fboundp 'x-popup-menu) (ffap-mouse-event))
(setq choice
(x-popup-menu
t
--- 1464,1470 ----
(let (choice)
(cond
;; Emacs mouse:
! ((and (not ffap-xemacs) (fboundp 'x-popup-menu) (ffap-mouse-event))
(setq choice
(x-popup-menu
t
Ciao
Volker