简体   繁体   English

如何在SLIME REPL中停止正在运行的操作?

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

Is there a way to stop a running operation in the SLIME REPL? 有没有办法在SLIME REPL中停止正在运行的操作?

The Clojure SLIME folks apparently have some way to do this , so how about in ordinary Common Lisp? Clojure SLIME的人们显然有某种方法可以做到这一点 ,那么在普通Common Lisp中呢?

Thanks /Erik 谢谢/ Erik

As expected, it turns out it was quite simple. 不出所料,事实证明这很简单。 To stop a running operation use the command slime-interrupt (Cc Cb). 要停止运行操作,请使用命令slime-interrupt (Cc Cb)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM