On Thu, Jan 14, 2010 at 5:38 PM, Attila Lendvai attila.lendvai@gmail.com wrote:
Maybe it's better to have a function which will define a keybinding for all relevant slime modes?
imho that would lead far and duplicate the logic keymaps, modes and their inheritance provide in emacs.
the current setup with a tree of keymaps inheriting from each other is flexible enough. it's just the repl mode seems to misbehave for some reason...
Take two. I've made `slime-repl-map-mode' which uses `slime-repl-mode-map', and I enabled this minor mode after enabling `slime-editing-mode'. I hope this fixes it for good.