]> git.eshelyaron.com Git - emacs.git/commit
More robust shell startup and code setup.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 28 Jul 2014 01:41:29 +0000 (22:41 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 28 Jul 2014 01:41:29 +0000 (22:41 -0300)
commit72c64ae95a0686ba9dd83cf7f63b96b713009ef9
tree6be92234183d966a768fa98d0a651b6d4ba33699
parent0f6bbc3da36a77fbdd07e801fd1755702b157a6e
More robust shell startup and code setup.

* lisp/progmodes/python.el (python-shell-make-comint): Remove
accept-process-output call.
(python-shell-get-buffer): Return current buffer if major-mode is
inferior-python-mode.
(python-shell-get-or-create-process): Use it.
(python-shell-send-setup-code): Send all setup code in one string,
output success message and accept-process-output.
lisp/ChangeLog
lisp/progmodes/python.el