##// END OF EJS Templates
Ensures that ipython-complete is called....
Ensures that ipython-complete is called. python-mode defines a key-binding for the tab key for its own completion function (py-shell-complete) if that one wins, then py-shell-complete will hang emacs as it tries to communicate with the python shell process which does not exist. This uses def-advice to instead call ipython-complete when py-shell-complete is called.
Pete Aykroyd -
r5340:4a983cae
Show More
Name Size Modified Last Commit Author
/ IPython / zmq / pylab
__init__.py Loading ...
backend_inline.py Loading ...