Search code examples
emacsclojurecommon-lispread-eval-print-loopslime

How can I stop a running operation in the SLIME REPL?


Is there a way to stop a running operation in the SLIME REPL?

The Clojure SLIME folks apparently have some way to do this, so how about in ordinary Common Lisp?

Thanks /Erik


Solution

  • As expected, it turns out it was quite simple. To stop a running operation use the command slime-interrupt (C-c C-b).