[slime-devel] Binding C-a / HOME

Stas Boukarev stassats at gmail.com
Mon Aug 30 00:10:39 UTC 2010


pjb at informatimago.com (Pascal J. Bourguignon) writes:

> There's a bug in slime, it binds HOME to slime-repl-bol, and does it
> so that it's very hard to rebind it to the normal beginning-of-buffer.
It's not a bug, the default binding of home is `move-beginning-of-line'.
What's the problem with rebinding it?
(define-key slime-repl-mode-map [home] 'beginning-of-buffer) works fine.

-- 
With Best Regards, Stas.




More information about the slime-devel mailing list