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

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

bug#32390:


From: Carlos Pita
Subject: bug#32390:
Date: Tue, 7 Aug 2018 16:34:41 -0300

Sorry, it's not the first condition that is failing but the second one:

           (not (member
                 (python-shell-comint-end-of-output-p
                  (ansi-color-filter-apply output))
                 '(nil 0))))

(ansi-color-filter-apply output) is removing the error message so that
only the next input prompt remains. The entire expression evaluates to
nil for error output, at least when:

 '(python-shell-interpreter "ipython")
 '(python-shell-interpreter-args "-i --simple-prompt")





reply via email to

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