Terminating python script through emacs -


i running python interpreter through emacs. find myself running python scripts , wishing terminate them without killing entire buffer. because not want import libraries on again...

is there way tell python stop executing script , give me prompt?

try using keyboard interrupt comint send interpreter through c-cc-c.

i hold down c-c until prompt returns.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -