Pascal J.Bourguignon pjb@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.