[slime-devel] How to erase input lines in REPL?

Duncan Harvey slime-list at abbrvtd.org.uk
Sun May 14 07:32:58 UTC 2006


doug arro <doug_arro at 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.

-- 
Duncan Harvey



More information about the slime-devel mailing list