]> git.eshelyaron.com Git - emacs.git/commit
Set tty mode to raw when setting up Inferior Python
authorkobarity <kobarity@gmail.com>
Fri, 16 Feb 2024 13:52:06 +0000 (22:52 +0900)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:37:46 +0000 (18:37 +0100)
commitd4ba5dab07aca89d2210419f79aca18663093057
tree41fb755697f407724a113e3c03105029547148dd
parent9fd3055e99da0b80850342d17088802dbf2ee7fc
Set tty mode to raw when setting up Inferior Python

* lisp/progmodes/python.el (python-shell-setup-code): New constant.
(python-shell-comint-watch-for-first-prompt-output-filter): Send
`python-shell-setup-code' to the Inferior Python process.
* test/lisp/progmodes/python-tests.el (python-ffap-module-path-1):
Eliminate skipping on Mac. (Bug#68559)

(cherry picked from commit d5757178464ca51f79c7fc1ab199a1582e92ab32)
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el