Grab all Python process output before inferior-python-mode hooks.
commitf5bed1021b782347c4f57449c8f7825a9a5f2bf6
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 28 Jul 2014 02:47:29 +0000 (27 23:47 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 28 Jul 2014 02:47:29 +0000 (27 23:47 -0300)
treea3f9c0cc169aff5e295aa5824f056533820bf0df
parent168f8e732dcea276214823fea9c309b6b8b679f0
Grab all Python process output before inferior-python-mode hooks.

* lisp/progmodes/python.el (inferior-python-mode): Call
accept-process-output and sit-for to ensure all output for process
has been received before running hooks.
(python-shell-internal-get-or-create-process): Cleanup
accept-process-output and sit-for calls.
lisp/ChangeLog
lisp/progmodes/python.el