I just installed SLIME in Emacs, but sometimes when I type at the text, I get an error, and the debugger comes up, and I quit out of it, but when I get back to the REPL I can't evaluate anything. I can't get the prompt back, either.
I would like something like Ctrl-C in the command-line version of the Lisp I am using (SBCL).
I just get stuck at something like
*
Process inferior-lisp
(list 1 2 3 4)(quit)
Nothing seems to get me back to the * prompt, and nothing evaluates.
Free me!! How do I get a prompt back in the SLIME REPL?