Pascal J.Bourguignon pjb@informatimago.com writes:
What function should I call when I change slime-keys to have them taken into account immediately?
(load "slime") and reopen your Lisp buffer(s) should do it.
Or `M-x slime-init-keymaps' might be sufficient.
-Luke