Message6494

Author gma
Recipients gma, pjenvey, zyasoft
Date 2011-04-15.01:22:38
SpamBayes Score 3.7623706e-06
Marked as misclassified No
Message-id <20F35270-6D1E-48BB-B9AA-E9F6E564FDCC@comcast.net>
In-reply-to <1302830119.63.0.713480230799.issue1726@psf.upfronthosting.co.za>
Content
There are two ways of interacting.
1) Start a shell (sort of like a bash shell, but it's an emacs thing)  
and run the jython command from there.
2) Start an inferior python buffer, evaluate expressions in your .py  
buffer, and the results get sent to the inferior buffer.

If I don't make the mod I suggested, neither work. If I do, they both  
work. isatty() was returning true in the second form of interaction.

On Apr 14, 2011, at 6:15 PM, Philip Jenvey wrote:

>
> Philip Jenvey <pjenvey@underboss.org> added the comment:
>
> What does sys.stdout.isatty() return when run inside of Emacs?
>
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <http://bugs.jython.org/issue1726>
> _______________________________________
History
Date User Action Args
2011-04-15 01:22:39gmasetrecipients: + gma, pjenvey, zyasoft
2011-04-15 01:22:39gmalinkissue1726 messages
2011-04-15 01:22:38gmacreate