GNU bug report logs - #30651
25.1; python-shell-interpreter

Previous Next

Package: emacs;

Reported by: Frey Florez <freyflorez <at> yahoo.com>

Date: Wed, 28 Feb 2018 16:00:02 UTC

Severity: normal

Tags: fixed, patch

Merged with 22897, 24401, 28580

Found in versions 25.1, 25.1.50

Fixed in version 25.2

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30651 in the body.
You can then email your comments to 30651 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#30651; Package emacs. (Wed, 28 Feb 2018 16:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Frey Florez <freyflorez <at> yahoo.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 28 Feb 2018 16:00:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Frey Florez <freyflorez <at> yahoo.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: 25.1; python-shell-interpreter
Date: Wed, 28 Feb 2018 10:21:03 +0000 (UTC)
[Message part 1 (text/plain, inline)]
I started first the python process C-c C-p. Then, I run C-c C-c and
the following message was shown:
Warning (python): Your ‘python-shell-interpreter’ doesn’t seem tosupport readline, yet ‘python-shell-completion-native’ was t and"python" is not part of the‘python-shell-completion-native-disabled-interpreters’ list.  Nativecompletions have been disabled locally.
Information:OS: Windows 10Anaconda version: Anaconda3-5.1.0-Windows-x86_64Python: 3.5




In GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-23 built on FREYRepository revision: cf9e174ae1d3b1428982204b0786a7db13d94ab7Windowing system distributor 'Microsoft Corp.', version 10.0.14393Configured using: 'configure --prefix=/c/emacs/emacs-25-branch --without-imagemagick --with-modules 'CFLAGS=-O2 -gdwarf-4 -g3''
Configured features:XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIBTOOLKIT_SCROLL_BARS MODULES
Important settings:  value of $LANG: DEU  locale-coding-system: cp1252
Major mode: Special
Minor modes in effect:  shell-dirtrack-mode: t  tooltip-mode: t  global-eldoc-mode: t  electric-indent-mode: t  mouse-wheel-mode: t  tool-bar-mode: t  menu-bar-mode: t  file-name-shadow-mode: t  global-font-lock-mode: t  font-lock-mode: t  blink-cursor-mode: t  auto-composition-mode: t  auto-encryption-mode: t  auto-compression-mode: t  buffer-read-only: t  line-number-mode: t  transient-mark-mode: t
Recent messages:For information about GNU Emacs and the GNU system, type C-h C-a.funcall-interactively: End of buffernext-line: End of buffer<M-up> is undefined [2 times]Shell native completion is disabled, using fallback [2 times]C-c <mouse-1> is undefined
Load-path shadows:None found.
Features:(shadow sort mail-extr emacsbug message rfc822 mml mml-sec epgepg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrevgmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utilswarnings compile tramp-cache python tramp-sh tramp tramp-compatauth-source cl-seq eieio eieio-core cl-macs gnus-util mm-util help-fnsmail-prsvr password-cache tramp-loaddefs trampver ucs-normalizeformat-spec advice json map seq byte-opt gv bytecomp byte-compilecl-extra help-mode easymenu cconv cl-loaddefs pcase cl-lib dired shellpcomplete comint ansi-color ring time-date mule-util tooltip eldocelectric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32ls-lisp disp-table w32-win w32-vars term/common-win tool-bar dnd fontsetimage regexp-opt fringe tabulated-list newcomment elisp-mode lisp-modeprog-mode register page menu-bar rfn-eshadow timer select scroll-barmouse jit-lock font-lock syntax facemenu font-core frame cl-generic chamgeorgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet laokorean japanese eucjp-ms cp51932 hebrew greek romanian slovak czecheuropean ethiopic indian cyrillic chinese charscript case-table epa-hookjka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadviceloaddefs button faces cus-face macroexp files text-properties overlaysha1 md5 base64 format env code-pages mule custom widgethashtable-print-readable backquote w32notify w32 multi-ttymake-network-process emacs)
Memory information:((conses 16 232628 16467) (symbols 56 23054 0) (miscs 48 110 129) (strings 32 27383 5229) (string-bytes 1 874393) (vectors 16 38147) (vector-slots 8 714636 8494) (floats 8 242 223) (intervals 56 731 25) (buffers 976 27))


Dr.-Ing. Frey Florez
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#30651; Package emacs. (Wed, 28 Feb 2018 18:54:01 GMT) Full text and rfc822 format available.

Message #8 received at 30651 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Frey Florez <freyflorez <at> yahoo.com>
Cc: 30651 <at> debbugs.gnu.org
Subject: Re: bug#30651: 25.1; python-shell-interpreter
Date: Wed, 28 Feb 2018 13:53:13 -0500
Frey Florez wrote:

> I started first the python process C-c C-p. Then, I run C-c C-c and
> the following message was shown:
>
> Warning (python): Your 'python-shell-interpreter' doesn't seem
> tosupport readline, yet 'python-shell-completion-native' was t
> and"python" is not part of
> the'python-shell-completion-native-disabled-interpreters' list.
> Nativecompletions have been disabled locally.
>
> Information:OS: Windows 10Anaconda version:
> Anaconda3-5.1.0-Windows-x86_64Python: 3.5
>
> In GNU Emacs 25.1.1

That's a very searchable warning message.
Try upgrading to Emacs 25.2 (preferably 25.3).

Ref: https://debbugs.gnu.org/24401




Forcibly Merged 22897 24401 30651. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 28 Feb 2018 18:54:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#30651; Package emacs. (Wed, 28 Feb 2018 19:04:02 GMT) Full text and rfc822 format available.

Message #13 received at 30651 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 30651 <at> debbugs.gnu.org, Frey Florez <freyflorez <at> yahoo.com>
Subject: Re: bug#30651: 25.1; python-shell-interpreter
Date: Wed, 28 Feb 2018 14:03:31 -0500
close 30651
unarchive 28580
merge 30651 28580
quit

On Wed, Feb 28, 2018 at 1:53 PM, Glenn Morris <rgm <at> gnu.org> wrote:
> Frey Florez wrote:
>
>> I started first the python process C-c C-p. Then, I run C-c C-c and
>> the following message was shown:
>>
>> Warning (python): Your 'python-shell-interpreter' doesn't seem
>> tosupport readline, yet 'python-shell-completion-native' was t
>> and"python" is not part of
>> the'python-shell-completion-native-disabled-interpreters' list.
>> Nativecompletions have been disabled locally.
>>
>> Information:OS: Windows 10Anaconda version:
>> Anaconda3-5.1.0-Windows-x86_64Python: 3.5
>>
>> In GNU Emacs 25.1.1
>
> That's a very searchable warning message.
> Try upgrading to Emacs 25.2 (preferably 25.3).

For Windows it won't help though. You should just do

    (setq python-shell-completion-native-disabled-interpreters "")

to suppress the warning. In Emacs 26, this will be the default for Windows.

Ref: https://debbugs.gnu.org/28580




Merged 22897 24401 28580 30651. Request was from Noam Postavsky <npostavs <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 28 Feb 2018 19:04:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 29 Mar 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.