Fix shell output retrieval and comint-prompt-regexp init.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Sun, 7 Oct 2012 04:33:16 +0000 (01:33 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Sun, 7 Oct 2012 04:33:16 +0000 (01:33 -0300)
commit08f18c3d4d86ba60c9f31512c310fffd1a60f9eb
treef5942729e8a8b72a3631cdbd400e8d9fd0ffadd3
parentc622b48f7894fc904cdc95edff47f2173240f0cf
Fix shell output retrieval and comint-prompt-regexp init.
* progmodes/python.el (inferior-python-mode):
(python-shell-make-comint): Fix initialization of
comint-prompt-regexp from copied file local variables.
(python-shell-fetched-lines): Remove var.
(python-shell-output-filter-in-progress): Rename from
python-shell-fetch-lines-in-progress.
(python-shell-output-filter-buffer): Rename from
python-shell-fetch-lines-string.
(python-shell-fetch-lines-filter): Delete function.
(python-shell-output-filter): New function.
(python-shell-send-string-no-output): Use them.
lisp/ChangeLog
lisp/progmodes/python.el