]> git.eshelyaron.com Git - emacs.git/commitdiff
Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint)
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:38 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:38 +0000 (00:03 -0300)
lisp/progmodes/python.el

index cbd6d9253411728e59b1e778aec80cb174c0f627..b87ab57c66fcdd915ac9c859383cc5e1083c88cf 100644 (file)
 ;;    "';'.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