Re: escape codes in python shell after wl loaded
Kazuhiro Ito <[email protected]> Fri, 26 Jan 2018 20:14:59 +0900
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <86vafodg7g.wl--xmue__24930.9431099848$1516965270$gmane$org@d1.dion.ne.jp> |
> after loading wl and the running an "Inferior Python" shell, the python > [In] prompts are garbled like > ^A^BIn [^A^B1^A^B]: ^A^B > (with color) > instead of > In[1]: As far as I confirmed on Emacs 25.2.2 on Debian/sid, ipython outputs garbled prompt with Emacs stared with -Q options. $ emacs -Q M-x shell ipython ^[[6n^[[JIn [1]: ^[[8D^[[8C And document (*1) says '--simple-prompt' flag is required for Emacs. Have you tried it? (*1) http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#id1 -- Kazuhiro Ito