1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint)

This commit is contained in:
Fabián Ezequiel Gallina 2012-05-17 00:03:38 -03:00 committed by Fabián Ezequiel Gallina
parent 29810afbbd
commit 936bc8333f

View file

@ -85,10 +85,12 @@
;; "';'.join(get_ipython().Completer.all_completions('''%s'''))\n")
;; For iPython 0.10 everything would be the same except for
;; `python-shell-completion-string-code':
;; `python-shell-completion-string-code' and
;; `python-shell-completion-module-string-code':
;; (setq python-shell-completion-string-code
;; "';'.join(__IP.complete('''%s'''))\n")
;; "';'.join(__IP.complete('''%s'''))\n"
;; python-shell-completion-module-string-code "")
;; Unfortunately running iPython on Windows needs some more tweaking.
;; The way you must set `python-shell-interpreter' and