Message6494
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>
> _______________________________________ |
|
Date |
User |
Action |
Args |
2011-04-15 01:22:39 | gma | set | recipients:
+ gma, pjenvey, zyasoft |
2011-04-15 01:22:39 | gma | link | issue1726 messages |
2011-04-15 01:22:38 | gma | create | |
|