Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过 emacs 运行 python 解释器。我经常发现自己在运行 python 脚本并希望我可以在不杀死整个缓冲区的情况下终止它们。那是因为我不想重新导入库......
有没有办法告诉python停止执行脚本并给我一个提示?
尝试使用comint通过 . 发送给解释器的键盘中断C-cC-c。
comint
我通常按住C-c直到提示返回。