Gunnar Evermann <ge204(a)eng.cam.ac.uk> writes:
(load-library "foldout.el)
gives:
Signaling: (error "Invalid (FSF Emacs) key format (see doc of define-key)"
M-C-down-mouse-1)
define-key(#<keymap text-mode-map 3 entries 0xa00c> [M-C-down-mouse-1]
foldout-mouse-zoom)
could somebody fix this (and if possible look at syncing with a later
FSF version)?
I tried to sync, but it resulted in a lot of divergence
because of event model difference. I don't use foldout
myself, but I think this patch makes it work with XEmacs.
I'll apply this after a few days.
2000-04-03 Yoshiki Hayashi <yoshiki(a)xemacs.org>
* edit-utils/foldout.el: (foldout-hide-flag): New constant.
(foldout-show-flag): Ditto.
(foldout-mouse-track-click-hook): New function.
(foldout-mouse-goto-heading): Use event-point.
(foldout-mouse-zoom): New argument click-count.
(foldout-mouse-show): Ditto.
(Top level): Use XEmacs style key bindings.
--
Yoshiki Hayashi