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
Show replies by date
|--==> "VZ" == Volker Zell <Dr.> writes:
VZ> Hi Steve
VZ> If I ran ffap-menu via C-Sh-button3 I get the following error in the modeline:
VZ> Loading x-popup-menu...
VZ> Loading x-popup-menu...done
VZ> Wrong type argument: eventp, t
VZ> This fixes (as was suggested by Michelangelo Grigni
<mic(a)mathcs.emory.edu>):
Thanks for that Volker, I'll apply this shortly.
For any future patches that you send, could you please send them,
together with an appropriate ChangeLog entry to
<xemacs-patches(a)xemacs.org>.
Oh, and I prefer unified diffs (diff -u), I find them much easier to
review. But that's just a personal preference of mine. :-)
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|