From 936bc8333f08546722a7f9ca2640488e797c39de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:38 -0300 Subject: [PATCH] Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint) --- lisp/progmodes/python.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2