Hi,
The recent changes wrt presentation types seem to be incompatible with XEmacs, here's the error I get:
Wrong type argument: keymapp, (mouse-2 . slime-copy-presentation-at-point)
--J.
Sorry about that. Fixed it to use a keymap created with (make-sparse-keymap). Let me know if that works. -Alan
On May 20, 2005, at 5:21 AM, Jan Rychter wrote:
Hi,
The recent changes wrt presentation types seem to be incompatible with XEmacs, here's the error I get:
Wrong type argument: keymapp, (mouse-2 . slime-copy-presentation-at-point)
--J.
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
"Alan" == Alan Ruttenberg alanr-l@mumble.net writes:
Alan> Sorry about that. Fixed it to use a keymap created with Alan> (make-sparse-keymap). Let me know if that works.
All is fine now, thanks for the quick fix.
--J.
Alan> On May 20, 2005, at 5:21 AM, Jan Rychter wrote:
Hi,
The recent changes wrt presentation types seem to be incompatible with XEmacs, here's the error I get:
Wrong type argument: keymapp, (mouse-2 . slime-copy-presentation-at-point)
--J.