In emacs' python-mode, a file can be executed by pressing Ctrl-C Ctrl-C. If the code execution terminates with an Exception, emacs swaps the source code window and the python output window. Is there a way to stop that annoying behavior? Tom