aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-05-17 00:03:38 -0300
committerFabián Ezequiel Gallina2012-05-17 00:03:38 -0300
commit936bc8333f08546722a7f9ca2640488e797c39de (patch)
tree42a054f1ea0f573fc2c72a7b05e3bf1e3667dc70 /lisp/progmodes/python.el
parent29810afbbd2dab9e8b068650b740ed189c1e2009 (diff)
downloademacs-936bc8333f08546722a7f9ca2640488e797c39de.tar.gz
emacs-936bc8333f08546722a7f9ca2640488e797c39de.zip
Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint)
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el6
1 files 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 @@
85;; "';'.join(get_ipython().Completer.all_completions('''%s'''))\n") 85;; "';'.join(get_ipython().Completer.all_completions('''%s'''))\n")
86 86
87;; For iPython 0.10 everything would be the same except for 87;; For iPython 0.10 everything would be the same except for
88;; `python-shell-completion-string-code': 88;; `python-shell-completion-string-code' and
89;; `python-shell-completion-module-string-code':
89 90
90;; (setq python-shell-completion-string-code 91;; (setq python-shell-completion-string-code
91;; "';'.join(__IP.complete('''%s'''))\n") 92;; "';'.join(__IP.complete('''%s'''))\n"
93;; python-shell-completion-module-string-code "")
92 94
93;; Unfortunately running iPython on Windows needs some more tweaking. 95;; Unfortunately running iPython on Windows needs some more tweaking.
94;; The way you must set `python-shell-interpreter' and 96;; The way you must set `python-shell-interpreter' and