How do you code in Python ???

Kragen Sitaker kragen at pobox.com
Mon May 20 19:23:12 EDT 2002


Peter Hansen <peter at engcorp.com> writes:
> Pearu Peterson wrote:
> > On 20 May 2002, Peter Hansen wrote:
> > > Dave Cook wrote:
> > > > xemacs.  Ctrl-C Ctrl-C to run the app.
> > > And Ctrl-C to stop it again?  How do you keep it all straight?  :-)
> > No. Ctrl-G to stop the app.
> 
> If it's a console app, how can you prevent Ctrl-C from stopping it?

Ctrl-C Ctrl-C reimports the module you're working on into a Python CLI
running under Emacs.

To answer your other question: Ctrl-C is SIGINT.




More information about the Python-list mailing list