bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25067: #25067 Emacs pretest 25.1.91 - ipython completion


From: npostavs
Subject: bug#25067: #25067 Emacs pretest 25.1.91 - ipython completion
Date: Fri, 03 Feb 2017 19:03:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Edward Flanigan <eflanigan00@hotmail.com> writes:

> Python 3.5.2 |Anaconda 4.2.0 (64-bit)| (default, Jul 2 2016, 17:53:06)
> IPython 5.1.0 -- An enhanced Interactive Python.
>
> Recipe is the following:
>
> emacs -q
>
> eval-region on this:
>
> (setq
> python-shell-interpreter "ipython3"
> python-shell-interpreter-args "--simple-prompt --pprint")
>
> Then open *Python* which will be ipython 5.1.0
>
> The following don't work anymore in the pre-test
>
> 1.) import num [TAB] shows possible completions in 25.1.1 but doesn't in the 
> pretest
>
> 2.) run afile [TAB] shows possible completions for the files in the directory 
> that match afile*
>
> 3.) cd adirec [TAB] shows possible completions 

The behaviour from 25.1 can be restored by doing

    (add-to-list 'python-shell-completion-native-disabled-interpreters
                 "ipython")

So it looks like the problem is the fix for #24401 which enables native
completion work for python 3.5, also enables it for ipython, but native
completion doesn't actually work for ipython.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]