GNU bug report logs - #18596
25.0.50; MS-Windows needs a different default for python-shell-interpreter-args

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Wed, 1 Oct 2014 15:14:01 UTC

Severity: normal

Fixed in version 25.0.50

Done: fgallina <at> gnu.org (Fabián Ezequiel Gallina)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: fgallina <at> gnu.org (Fabián Ezequiel Gallina)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#18596: closed (25.0.50; MS-Windows needs a different default
 for python-shell-interpreter-args)
Date: Sun, 16 Nov 2014 14:23:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 16 Nov 2014 11:21:54 -0300
with message-id <87egt3gr99.fsf <at> gnu.org>
and subject line 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args
has caused the debbugs.gnu.org bug report #18596,
regarding 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
18596: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18596
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Cc: Fabián Ezequiel Gallina <fgallina <at> gnu.org>
Subject: 25.0.50; MS-Windows needs a different default for
 python-shell-interpreter-args
Date: Wed, 01 Oct 2014 18:12:45 +0300
With the default value, 'run-python' hangs in accept-process-output.
This fixes that for me:

--- lisp/progmodes/python.el~0	2014-10-01 06:33:59 +0300
+++ lisp/progmodes/python.el	2014-10-01 18:10:48 +0300
@@ -1739,7 +1739,8 @@
   :group 'python
   :safe 'stringp)
 
-(defcustom python-shell-interpreter-args "-i"
+(defcustom python-shell-interpreter-args
+  (if (eq system-type 'windows-nt) "-i -u" "-i")
   "Default arguments for the Python interpreter."
   :type 'string
   :group 'python)


In GNU Emacs 25.0.50.10 (i686-pc-mingw32)
 of 2014-10-01 on HOME-C4E4A596F7
Repository revision: 117996 dmantipov <at> yandex.ru-20141001132108-zdsxru2390mqyjlu
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --prefix=/d/usr --enable-checking=yes,glyphs 'CFLAGS=-O0
 -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1255

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-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
  line-number-mode: t

Recent input:
M-x r e p o r t - e m <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32
ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset
image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
w32notify w32 multi-tty emacs)

Memory information:
((conses 8 78619 5657)
 (symbols 32 17980 0)
 (miscs 32 36 97)
 (strings 16 12837 3606)
 (string-bytes 1 313654)
 (vectors 8 9980)
 (vector-slots 4 389907 2806)
 (floats 8 64 199)
 (intervals 28 240 95)
 (buffers 516 11))


[Message part 3 (message/rfc822, inline)]
From: fgallina <at> gnu.org (Fabián Ezequiel Gallina)
To: 18596-done <at> debbugs.gnu.org
Subject: 25.0.50; MS-Windows needs a different default for
 python-shell-interpreter-args
Date: Sun, 16 Nov 2014 11:21:54 -0300
Fixed at 651ebee in the master branch.


This bug report was last modified 10 years and 248 days ago.

Previous Next


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