Re: IPython 5.0.0 beta 1 now available !
Matthias Bussonnier <[email protected]> Thu, 9 Jun 2016 14:39:06 -0700
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Jun 9, 2016, at 14:12, Aaron Meurer <[email protected]> wrote: > > This was on master. > > Aaron Meurer Hum, can you open an issue so that we can try to track it ? I have issues reproducing it, so I'm unsure how to fix. -- M > > On Thu, Jun 9, 2016 at 5:00 PM, Matthias Bussonnier > <[email protected]> wrote: >> >>> On Jun 9, 2016, at 13:49, Aaron Meurer <[email protected]> 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 >> >> _______________________________________________ >> IPython-dev mailing list >> [email protected] >> https://mail.scipy.org/mailman/listinfo/ipython-dev > _______________________________________________ > IPython-dev mailing list > [email protected] > https://mail.scipy.org/mailman/listinfo/ipython-dev