From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:38 +0000 (-0300) Subject: Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint) X-Git-Tag: emacs-24.2.90~1199^2~502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=936bc8333f08546722a7f9ca2640488e797c39de;p=emacs.git Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint) --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index cbd6d925341..b87ab57c66f 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -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