> From: "Tennis Smith" <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2007 13:32:32 -0700 > > This works great in bash on cygwin, but does not work from inside a > bash/cygwin shell started by NTEmacs. When started in a NTEmacs shell , the > example script below will run to completion and the bash prompt will > reappear. In other words, python interactive mode is simply skipped or > ignored. > > > > Emacs Info: > > This is GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600) of 2007-05-23 on > LENNART-69DE564 (patched) > > > > This code snippet will recreate the problem: > > #!/usr/bin/env python > > import os > > os.environ['PYTHONINSPECT'] = "YES" > > print "HI HI HI" > > > > > > Anyone have any ideas?
I have an idea: don't mix Cygwin with native Windows programs (such as NTEmacs): they are subtly incompatible.