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:
parent
29810afbbd
commit
936bc8333f
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue