diff options
| author | Dan Davison | 2012-05-17 00:03:27 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2012-05-17 00:03:27 -0300 |
| commit | 9253ea694decb0d5a5995b1a59db3274db290ac8 (patch) | |
| tree | 350c7db81e154ded18305d78439ff1d54eb5096e /src/alloc.c | |
| parent | b71bfa9cd6e670a97a803adb1027a859cd66bfe9 (diff) | |
| download | emacs-9253ea694decb0d5a5995b1a59db3274db290ac8.tar.gz emacs-9253ea694decb0d5a5995b1a59db3274db290ac8.zip | |
Complete module import lines in addition to variable names
Available when using ipython v0.11. Completions on lines starting with
"from " or "import " are supplied by
IPython.core.completerlib.module_completion
ipython v0.11 configuration:
(setq python-shell-interpreter "ipython"
python-shell-completion-setup-code
"from IPython.core.completerlib import module_completion\n"
python-shell-module-completion-string-code
"';'.join(module_completion('''%s'''))\n"
python-shell-completion-string-code
"';'.join(get_ipython().Completer.all_completions('''%s'''))\n")
Diffstat (limited to 'src/alloc.c')
0 files changed, 0 insertions, 0 deletions