[slime-devel] changing slime-keys
Helmut Eller
e9626484 at stud3.tuwien.ac.at
Wed Jun 30 17:07:57 UTC 2004
Pascal J.Bourguignon <pjb at informatimago.com> writes:
> What function should I call when I change slime-keys to have them
> taken into account immediately?
I think there's no easy way to do that. define-minor-mode uses some
opaque magic to associate the keymap with the minor-mode; it somehow
tests if there's already a keymap and does nothing the second time.
Well, at least that's the situation in Emacs 20. You could try to
remove slime-mode completely from the minor-mode-map-alist and then
reload slime.el, but that's quite a bit of work.
Helmut.
More information about the slime-devel
mailing list