<div dir="ltr"><div>Hi all,<br><br></div><div>The issue I'm having is that, in the SLIME REPL, useful key bindings like the C-c C-v prefix for presentation commands and C-c C-d for doc lookup is being shadowed by key bindings for not very useful lisp-mode commands.<br>
<br></div><div>I think this is because slime-repl-mode-map inherits from lisp-mode-map.<br><br></div><div>I fix this locally with (set-keymap-parent slime-repl-mode-map nil) and am wondering if this should be the default or if there is some reason why slime-repl-mode-map inherits from lisp-mode-map?<br>
<br></div><div>Respectfuly,<br></div><div>Avram<br></div></div>