]> git.eshelyaron.com Git - emacs.git/commit
Parse completion input in a iPython friendly way.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 28 Jul 2014 04:32:28 +0000 (01:32 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 28 Jul 2014 04:32:28 +0000 (01:32 -0300)
commit7daa4ff121ad8da6e609b959d5c95796e5d3a9eb
tree91445f90efd2b8d628d5fe01e61137c5d7a4036e
parent4256626a7ac486446f4dea9c12df3057053825a7
Parse completion input in a iPython friendly way.

* lisp/progmodes/python.el
(python-shell-completion-at-point): Rename from
python-shell-completion-complete-at-point.
(inferior-python-mode): Use it.
(python-completion-at-point): Rename from
python-completion-complete-at-point.  Parse input up to first
backward occurrence of whitespace, open-paren, close-paren or
string delimiter.
(python-mode): Use it.

Fixes: debbugs:18084
lisp/ChangeLog
lisp/progmodes/python.el