Message6493

Author pjenvey
Recipients gma, pjenvey, zyasoft
Date 2011-04-15.01:20:11
SpamBayes Score 0.003541044
Marked as misclassified No
Message-id <1302830411.63.0.327886997314.issue1726@psf.upfronthosting.co.za>
In-reply-to
Content
Just to double check, I'd like you to run the following inside jython within emacs:

import sys
print sys.stdout.isatty()

I do run Emacs on OS X, but I couldn't reproduce the problem on here. FYI the sys.stdout.isatty() returns True on OS X
History
Date User Action Args
2011-04-15 01:20:11pjenveysetmessageid: <1302830411.63.0.327886997314.issue1726@psf.upfronthosting.co.za>
2011-04-15 01:20:11pjenveysetrecipients: + pjenvey, zyasoft, gma
2011-04-15 01:20:11pjenveylinkissue1726 messages
2011-04-15 01:20:11pjenveycreate