]> git.eshelyaron.com Git - emacs.git/commit
python.el: Enhance shell user interaction and deprecate python-shell-get-or-create...
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 27 Dec 2014 23:12:00 +0000 (20:12 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 27 Dec 2014 23:12:00 +0000 (20:12 -0300)
commit7d1e62d51b51be27b11a67d7828b77f2df9e1eb1
tree8404c3b50203c55b9cbffdbe0e0553311ff7df22
parent996ad1b846a0865245df008bdb551093278b3c30
python.el: Enhance shell user interaction and deprecate python-shell-get-or-create-process.

* lisp/progmodes/python.el
(python-shell-get-process-or-error): New function.
(python-shell-with-shell-buffer): Use it.
(python-shell-send-string, python-shell-send-region)
(python-shell-send-buffer, python-shell-send-defun)
(python-shell-send-file, python-shell-switch-to-shell): Use it.
Add argument MSG to display user-friendly message when no process
is running.
(python-shell-switch-to-shell): Call pop-to-buffer with NORECORD.
(python-shell-make-comint): Rename argument SHOW from POP.  Use
display-buffer instead of pop-to-buffer.
(run-python): Doc fix.  Return process.
(python-shell-get-or-create-process): Make obsolete.

* test/automated/python-tests.el (python-shell-get-or-create-process-1)
(python-shell-get-or-create-process-2)
(python-shell-get-or-create-process-3): Remove tests.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el