bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44732: 27.1; Inferior Python mode does not correctly display output


From: Lars Ingebrigtsen
Subject: bug#44732: 27.1; Inferior Python mode does not correctly display output of ipython3
Date: Tue, 24 Nov 2020 08:55:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Brian Leung <leungbk@mailfence.com> writes:

> In [1]: 1 + 2
> 1 + 22
> Out[1]: 3
>
> In [2]:

Not only that, it grows progressively weirder:

In [1]: 1 + 2
1 + 22
Out[1]: 3

In [2]: 1 + 3
11  ++  3333
Out[2]: 4

In [3]: 4 + 5
444   +++   555555
Out[3]: 9

In [4]: 1 + 2
1111    ++++    22222222
Out[4]: 3

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]