doug arro doug_arro@yahoo.com wrote:
My configuration is slime 2.0 + sbcl 0.9.12. When I enter something like this at the REPL prompt:
CL-USER>line1 to be erased line 2 to be erased
How do I erase the lines without using the backspace key and get back to the REPL prompt?
C-c C-u
(It's also in the context menu as "Kill Current Input".)
You can explore which keys do what for any given buffer by typing C-h b and searching for likely-looking function names. You can retrieve the documentation for a function by hitting C-h f.