unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: npostavs@users.sourceforge.net
To: Edward Flanigan <eflanigan00@hotmail.com>
Cc: "25067@debbugs.gnu.org" <25067@debbugs.gnu.org>
Subject: bug#25067: #25067 Emacs pretest 25.1.91 - ipython completion
Date: Fri, 03 Feb 2017 19:03:40 -0500	[thread overview]
Message-ID: <87bmuiq0tf.fsf@users.sourceforge.net> (raw)
In-Reply-To: <BN6PR08MB2434DB42CAEC435D7B3F0E8BAE6E0@BN6PR08MB2434.namprd08.prod.outlook.com> (Edward Flanigan's message of "Tue, 3 Jan 2017 17:27:55 +0000")

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	other threads:[~2017-02-04  0:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-29 20:42 bug#25067: Emacs pretest 25.1.90 - ipython completion Edward Flanigan
     [not found] ` <handler.25067.B.148045342531549.ack@debbugs.gnu.org>
2016-11-29 21:12   ` bug#25067: Acknowledgement (Emacs pretest 25.1.90 - ipython completion) Edward Flanigan
2016-11-29 23:02     ` Noam Postavsky
2016-12-18 15:23       ` Eli Zaretskii
2016-12-18 16:16         ` Clément Pit--Claudel
2016-12-18 17:01           ` Eli Zaretskii
2016-12-18 17:29             ` Clément Pit--Claudel
2017-01-03 17:27 ` bug#25067: #25067 Emacs pretest 25.1.91 - ipython completion Edward Flanigan
2017-02-04  0:03   ` npostavs [this message]
2017-02-04  8:56     ` Eli Zaretskii
2017-02-04 14:39       ` npostavs
2017-02-04 16:52         ` Eli Zaretskii
2017-02-07  1:51           ` Clément Pit--Claudel
2017-02-07 15:35             ` Eli Zaretskii
2017-02-08  2:21               ` npostavs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bmuiq0tf.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=25067@debbugs.gnu.org \
    --cc=eflanigan00@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).