[IPython-dev] IPython 5.0.0 beta 1 now available !

Matthias Bussonnier bussonniermatthias at gmail.com
Thu Jun 9 17:00:23 EDT 2016


> On Jun 9, 2016, at 13:49, Aaron Meurer <asmeurer at gmail.com> wrote:
> 
> I set that to False, but it seems there's more to it, because
> sometimes it gets stuck on an autocompletion and the arrow keys cycle
> through that instead.
> 
> Related issue I just discovered: sometimes the tab completion gets
> "stuck", and the only way to unstick it seems to be to type left
> arrow. For instance, say I type
> 

The "show one completion when there is only one" has been reported and will be fixed with subsequent prompt_toolkit release. 

> import IPy<TAB>
> 
> which then completes to
> 
> import IPython
> 
> then I try to press Enter. But it is stuck on a completion popup (with
> only one entry). Pressing TAB again to select the one completion
> doesn't help.

Ctrl-G/Ctrl-C should dismiss the completer on beta3 that I'll likely release in a few hours. 

Though, I can't reproduce the "getting stuck", (neither on beta2 not master).
Selecting the completion with tab and pressing enter does work here.
As well as typing anything else that does not match the completion. 

-- 
M




More information about the IPython-dev mailing list