LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Running Python shell on remote machine via Emacs = Mangled text (https://www.linuxquestions.org/questions/linux-software-2/running-python-shell-on-remote-machine-via-emacs-%3D-mangled-text-713096/)

skibud2 03-20-2009 07:28 AM

Running Python shell on remote machine via Emacs = Mangled text
 
Here is what I am doing:
1) Launching emacs and running eshell or shell with the editor
2) SSH'ing to a remove machine
3) Running the Python interactive shell

I am finding that the output of the shell is mangled as if the terminal settings are wrong.

For example:

>>> import foo
^[[?1I^[>[[?h^[=^[[1A
>>

Any ideas?

I tried export TERM=vt100

Thanks,

Mike


All times are GMT -5. The time now is 01:26 AM.