Comment 8 for bug 973844

Revision history for this message
Richard Stanton (a-stanton) wrote : Re: [Bug 973844] Re: ipython completion has stopped working

The cursor stays where it was and I don't get the strangely named new
buffers, but the completion still doesn't work. I just get the message

Can't find completion for "numpy.ar"

On 4/6/12 11:43 AM, "Andreas Roehler" <email address hidden> wrote:

>please try again, thx
>
>** Changed in: python-mode
> Status: In Progress => Fix Committed
>
>--
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/973844
>
>Title:
> ipython completion has stopped working
>
>Status in An Emacs mode for editing Python code:
> Fix Committed
>
>Bug description:
> Using ipython as my shell, I was always (until recently) able to get
> ipython completion to work very nicely by pressing TAB. Now (r918, but
> I'm not sure when this started) here's what happens on my Mac:
>
> 1) Open ipython buffer by pressing C-c !. An ipython buffer opens up
> call *ND 0.12* (no idea what this name means, but it doesn't seem
> important).
>
> 2) Type
>
> In [2]: import numpy
>
> In [3]: numpy.ar [TAB]
>
> In the past, this would pop up another buffer showing possible
> completions for numpy.ar. Now, however,
>
> a. The ipython buffer disappears completely, leaving the cursor in an
> empty buffer called *IPython-54466Vru*
>
> b. The other half of the window shows another new buffer called
> *IPython-54466i10*, in which I see
>
>
>--------------------------------------------------------------------------
>-
> NameError Traceback (most recent call
>last)
> /Users/stanton/projects/altbzr/trunk/<ipython-input-1-96e127548189> in
><module>()
> ----> 1 print(';'.join(__IP.Completer.all_completions('numpy.ar')))
>#PYTHON-MODE SILENT
>
> NameError: name '__IP' is not defined
>
> In [2]:
>
> Not quite as useful as before...
>
>To manage notifications about this bug go to:
>https://bugs.launchpad.net/python-mode/+bug/973844/+subscriptions