[IPython-user] TAB-Completion for emacs with python-2.6
Thomas Bach
bachth@uni-mainz...
Sun Feb 15 11:15:41 CST 2009
Hi Folks,
using ipython.el with python-2.6 and emacs 22.3 there was no proper
tab-completion.
I don't know exactly whats going on behind the scenes, but here is
what i had to change, so it works now:
taris% diff docs/emacs/ipython.el ~/.emacs.d/ipython-0.9.1/ipython.el
314c314
< "print ';'.join(__IP.Completer.all_completions('%s')) #PYTHON-MODE SILENT\n"
---
> "print(';'.join(__IP.Completer.all_completions('%s')))\n"
Greets,
Thomas Bach.
More information about the IPython-user
mailing list