Show More
@@ -423,6 +423,14 b' in the current *Python* session."' | |||||
423 | (message "Making completion list...%s" "done"))))) |
|
423 | (message "Making completion list...%s" "done"))))) | |
424 | ) |
|
424 | ) | |
425 |
|
425 | |||
|
426 | ;;; if python-mode's keybinding for the tab key wins then py-shell-complete is called | |||
|
427 | ;;; instead of ipython-complete which result in hanging emacs since there is no shell | |||
|
428 | ;;; process for python-mode to communicate with | |||
|
429 | (defadvice py-shell-complete | |||
|
430 | (around avoid-py-shell-complete activate) | |||
|
431 | (ipython-complete)) | |||
|
432 | ||||
|
433 | ||||
426 | ;;; autoindent support: patch sent in by Jin Liu <m.liu.jin@gmail.com>, |
|
434 | ;;; autoindent support: patch sent in by Jin Liu <m.liu.jin@gmail.com>, | |
427 | ;;; originally written by doxgen@newsmth.net |
|
435 | ;;; originally written by doxgen@newsmth.net | |
428 | ;;; Minor modifications by fperez for xemacs compatibility. |
|
436 | ;;; Minor modifications by fperez for xemacs compatibility. |
General Comments 0
You need to be logged in to leave comments.
Login now