Comment 1 for bug 1425268

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1425268] [NEW] [Tab] complete in Ipython after update

On 24.02.2015 21:25, Justin wrote:
> Public bug reported:
>
> Hello,
>
> I jsut pulled the latest python-mode.el and also recently upgrade my ipython to 2.4. I now have two issues
> with tab complete in emacs. All of this is with no customizations in python-mode.
>
> 1) In the Ipython shell, autocomplete moves the cursor to the next line.
> For example, when typiing
>
> [1] imp[tab]
>
> the imp is completed to import but the cursor then moves to the next
> line.
>

See it, thanks reporting.

> 2) I am getting a weird complete for some functions. For example if I
> do
>
> [2] np.asar[tab]
>
> I would expect to see a selection of completion possibilities. Instead
> [tab] just completes to
>
> [2] np.asarray_chkfinite
>
> which is only one of many possible completions.
>

Will look for it.

Andreas