[IPython-user] ipython, emacs and TAB completion (text mode)
Emanuele Olivetti
emanuele@relativita....
Tue Apr 10 04:39:12 CDT 2007
Hi,
after struggling a bit with with ipython and emacs in text mode ('emacs
-nw')
because TAB completion doesn't work (it just add spaces...), I've found on
ipython ML archives that changing:
(define-key py-shell-map [tab] 'ipython-complete)
to
(define-key py-shell-map "\t" 'ipython-complete)
in ipython.el solves it. But it opens up a similar issue when using emacs in
graphical mode (= no completion). !?!
Instead just 'adding' the second line to ipython.el (the "\t| one), so
having
both there, solves the issue completely in both situation (text mode and
graphical mode).
What about patching ipython.el in SVN to have both lines?
By the way, I experience the issue on various versions of GNU/emacs (21,
22...)
and ipython (till 0.7.3 at least).
Hope this helps,
Emanuele
More information about the IPython-user
mailing list