[slime-devel] contrib/slime-c-p-c.el, keybinding for slime-complete-form

The function `slime-c-p-c-init' in `contrib/slime-c-p-c.el' defines a keybinding for `slime-complete-form' (binding it to `C-c C-s') in the `slime-mode-map'. Unfortunately this keybinding (and actually any keybinding defined in a contrib, I think) cannot possibly propagate to the REPL, or rather `slime-repl-mode-map', because of how that keymap is currently being contrived. How should contribs define keybindings that are also valid on the REPL? Define the same keybinding in `slime-mode-map', _and_ `slime-repl-mode-map' explicitly? -T.

* Tobias C. Rittweiler [2007-08-31 19:01+0200] writes:
How should contribs define keybindings that are also valid on the REPL? Define the same keybinding in `slime-mode-map', _and_ `slime-repl-mode-map' explicitly?
Well, yes. Those are separate modes and keymaps, so I don't see a better way. You make it sound as if that were a problem, but it seems just normal to me. Helmut.
participants (2)
-
Helmut Eller
-
Tobias C. Rittweiler