Comment 10 for bug 1004613

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1004613] Re: r989: Completion fails in python script buffer

Am 26.06.2012 19:18, schrieb Richard Stanton:
> Two more pieces of information:
>
> 1) It fails on my Mac too.
>
> 2) When I press ESC-TAB, event though it reports not finding any
> completions, the o buffer has the following contents:
>
> -----------o
>
> In [2]:
> In [3]:
> In [4]: except;exec;execfile;exit
>
> In [5]:
> -----------
>

ah, thanks, that's good

as you see, it offers you choices to complete, it can't now what to select. I.e. completion is only performed, if
singular.

Switching into the *IPython-Complete* buffer and pointing to it, should insert the completion.
If not, it's a bug

Andreas