From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#5390: changes in python.el to support IPython Date: Tue, 24 Aug 2010 16:25:00 -0400 Message-ID: <87y6bvahcz.fsf@stupidchicken.com> References: <4caawf9scy.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282682418 28272 80.91.229.12 (24 Aug 2010 20:40:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2010 20:40:18 +0000 (UTC) Cc: 5390@debbugs.gnu.org To: Fabian Ezequiel Gallina Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Aug 24 22:40:16 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oo0I2-0000gJ-VU for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Aug 2010 22:40:15 +0200 Original-Received: from localhost ([127.0.0.1]:48967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oo0I2-0006tz-EG for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Aug 2010 16:40:14 -0400 Original-Received: from [140.186.70.92] (port=50006 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oo0HF-0006Tv-Qn for bug-gnu-emacs@gnu.org; Tue, 24 Aug 2010 16:39:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oo0HE-0006Mr-PI for bug-gnu-emacs@gnu.org; Tue, 24 Aug 2010 16:39:25 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48928) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oo0HE-0006Mn-NY for bug-gnu-emacs@gnu.org; Tue, 24 Aug 2010 16:39:24 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Oo02M-0006xG-7v; Tue, 24 Aug 2010 16:24:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <4caawf9scy.fsf@fencepost.gnu.org> Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 24 Aug 2010 20:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 5390-submit@debbugs.gnu.org id=B5390.128268142226711 (code B ref 5390); Tue, 24 Aug 2010 20:24:02 +0000 Original-Received: (at 5390) by debbugs.gnu.org; 24 Aug 2010 20:23:42 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oo022-0006wm-HP for submit@debbugs.gnu.org; Tue, 24 Aug 2010 16:23:42 -0400 Original-Received: from pantheon-po44.its.yale.edu ([130.132.50.78]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oo01z-0006wg-MY for 5390@debbugs.gnu.org; Tue, 24 Aug 2010 16:23:40 -0400 Original-Received: from furry (dhcp128036014154.central.yale.edu [128.36.14.154]) (authenticated bits=0) by pantheon-po44.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o7OKP0FS015929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 24 Aug 2010 16:25:00 -0400 Original-Received: by furry (Postfix, from userid 1000) id 86D41C013; Tue, 24 Aug 2010 16:25:00 -0400 (EDT) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 24 Aug 2010 16:24:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:39731 Archived-At: > I made several changes to python.el to support the IPython console. I did some reworking of your patch, and have committed it to the trunk repository. Thanks for your contribution. > Also, I really think that python's menu item "Start interpreter" > should execute `run-python' instead of `python-shell', mainly because > all the items below use that interpreter to work. With that said I > really don't understand why `python-shell' could be useful at all, my > guess is that it could be set as a defalias to `run-python'. I'm not sure what is the correct thing here, so I left it alone. If you would like to discuss this, please start a thread on emacs-devel and we can sort it out there. Thanks.