Comment 3 for bug 927136

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 927136] Re: ipython-complete misses py-which-bufname

Am 05.02.2012 22:15, schrieb Maik Beckmann:
> Nah, doesn't work. Regarding how to proceed on this: I'd prefer
> to write down (in an .org file) what configuration causes which
> problems at specific places in python statement, i.e.:
>
>
> This configuration
> #+begin_src elisp
> (add-to-list 'load-path "~/.emacs.d/python-mode")
> (autoload 'python-mode "python-mode" "Python editing mode." t)
> (setq py-shell-name "ipython2")
> #+end_src
> causes this
> #+begin_src python
> import numpy as np
> np.[M-TAB]

AFAIU completion should return here all the symbols of np? Right?

For now it's implemented as a kind of word-completion, expecting some
chars of it already inserted.

[ ... ]