##// 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.

File last commit:

r3673:b9f54806
r5340:4a983cae
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer