From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args Date: Wed, 01 Oct 2014 12:48:06 -0400 Message-ID: References: <83oatvkemq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1412182191 396 80.91.229.3 (1 Oct 2014 16:49:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2014 16:49:51 +0000 (UTC) Cc: 18596@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 01 18:49:44 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XZN60-0004PA-G8 for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Oct 2014 18:49:44 +0200 Original-Received: from localhost ([::1]:56763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZN60-0006y9-5F for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Oct 2014 12:49:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZN5N-0006Lb-W5 for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 12:49:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZN5K-0005Ue-8P for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 12:49:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZN5K-0005UW-26 for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 12:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XZN5J-0004S7-NL for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 12:49:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 01 Oct 2014 16:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18596 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18596-submit@debbugs.gnu.org id=B18596.141218209117048 (code B ref 18596); Wed, 01 Oct 2014 16:49:01 +0000 Original-Received: (at 18596) by debbugs.gnu.org; 1 Oct 2014 16:48:11 +0000 Original-Received: from localhost ([127.0.0.1]:57599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZN4V-0004Qu-8L for submit@debbugs.gnu.org; Wed, 01 Oct 2014 12:48:11 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:33467) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZN4S-0004Qk-Hq for 18596@debbugs.gnu.org; Wed, 01 Oct 2014 12:48:08 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XZN4Q-0003mX-OG; Wed, 01 Oct 2014 12:48:06 -0400 X-Spook: top secret bank NSA dictionary Bruxelles Medco Saddam X-Ran: Z1Ak];q&Rk@|r5Qb'3QcJ;,]M!~\.ARjw!}Yce5NlPM_};%*%GnLsCUjB/HKnwko-s7OR5 X-Hue: yellow X-Attribution: GM In-Reply-To: <83oatvkemq.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 01 Oct 2014 18:12:45 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:93972 Archived-At: Eli Zaretskii wrote: > 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") Should this be in emacs-24? (So no-one has ever used it on MS Windows?)