I notice that slime-fancy loads slime-editing-commands. AFAIK, you need to add slime-bind-editing-commands to slime-mode-hook. But slime-fancy doesn't do that.
Should it? Just wondering.
Ray
Raymond Toy toy.raymond@gmail.com writes:
I notice that slime-fancy loads slime-editing-commands. AFAIK, you need to add slime-bind-editing-commands to slime-mode-hook. But slime-fancy doesn't do that.
Should it? Just wondering.
2007-09-11 Tobias C. Rittweiler <tcr@...>
* slime-editing-commands.el: Automatically bind the editing commands when this module is required. (Previously, one had to enable them explicitly, but this is inconsistent to, for instance, the `slime-c-p-c' module which also sets up its bindings automatically.) (slime-bind-editing-commands): Renamed to `slime-editing-commands-init'. (slime-editing-commands-init): Evaluated at toplevel.
-T.