Message6921

Author slestak
Recipients amak, slestak
Date 2012-03-20.13:32:14
SpamBayes Score 5.6027405e-13
Marked as misclassified No
Message-id <CAAuMJGGqdC-o=29f+koEPUYQHs1FwBgxYE9yqg6qM5fWpKtkDw@mail.gmail.com>
In-reply-to <CAAuMJGGFvJ_jPhNxOb0+_yNxAy1+bdC1GyeMV=9QCJ+KMb9OnQ@mail.gmail.com>
Content
For these tests, I commented out my "stty sane" that is my next to
last executable line in /usr/local/bin/jython.

Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06)
[IBM J9 VM (IBM Corporation)] on java1.5.0
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.registry['python.console']
>>> sys.registry['python.console.readlinelib']
>>>
bash-4.2$ bash-4.2$ bash-4.2$ bash-4.2$ bash-4.2$ bash-4.2$

Note how when I left the jython interpreter, my bash prompts started
going horizontally when I press carriage return.

I see that the default charset appears to be cp850.  I know out box
will prob react better to iso-8859-1 (aka latin1).  I will try that
and see if it helps.

Ok, changing the charset only did not help the problem.  Changing it
back to default.

Alright, using the last option in the list does not have the problem.

python.console=org.python.util.InteractiveConsole

The question now is if we want to continue trying to make jline work
with my setup?  I have to believe jython on aix is a corner case, but
if its a trivial fix why not?
History
Date User Action Args
2012-03-20 13:32:14slestaksetrecipients: + slestak, amak
2012-03-20 13:32:14slestaklinkissue1823 messages
2012-03-20 13:32:14slestakcreate