• Fabián Ezequiel Gallina's avatar
    Parse completion input in a iPython friendly way. · 7daa4ff1
    Fabián Ezequiel Gallina authored
    * 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
    7daa4ff1
python.el 173 KB