pjb@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.