Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 505
Erik Öjebo Avatar asked May 24 '10 18:05

Erik Öjebo


1 Answers

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

like image 176
Erik Öjebo Avatar answered Nov 04 '22 13:11

Erik Öjebo