From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Re: Best way to run python code within Emacs? Date: Wed, 10 Dec 2008 15:07:44 -0800 Message-ID: <0C1A220D-A74B-44F8-9CDC-AA7E1DD7E550@digg.com> References: <3a313093-3f59-4d88-940a-8555d7a364c9@i18g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228950535 24700 80.91.229.12 (10 Dec 2008 23:08:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 23:08:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: seberino@spawar.navy.mil Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 11 00:09:58 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LAYBi-00020h-HD for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2008 00:09:50 +0100 Original-Received: from localhost ([127.0.0.1]:44473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAYAX-0004pq-2V for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Dec 2008 18:08:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAY9l-0004n3-4D for help-gnu-emacs@gnu.org; Wed, 10 Dec 2008 18:07:49 -0500 Original-Received: from [199.232.76.173] (port=56584 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAY9k-0004mp-Ob for help-gnu-emacs@gnu.org; Wed, 10 Dec 2008 18:07:48 -0500 Original-Received: from mail.digg.com ([64.191.203.36]:52811) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAY9k-0003rC-Al for help-gnu-emacs@gnu.org; Wed, 10 Dec 2008 18:07:48 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id 248AAA8509A; Wed, 10 Dec 2008 15:07:46 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.555 Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id idkXT3LbEC7C; Wed, 10 Dec 2008 15:07:45 -0800 (PST) Original-Received: from [10.2.16.90] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id CCDD6A85098; Wed, 10 Dec 2008 15:07:45 -0800 (PST) In-Reply-To: <3a313093-3f59-4d88-940a-8555d7a364c9@i18g2000prf.googlegroups.com> X-Mailer: Apple Mail (2.929.2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60542 Archived-At: On Dec 10, 2008, at 2:07 PM, seberino@spawar.navy.mil wrote: > I know how to start a shell in Emacs and from there start the Python > interpreter in Emacs. > > Is there a better/faster way to run Python code I'm working on? > 'run-python 'python-send-region-and-go etc. Hit C-h b while in python-mode to see what's available. (Search down for 'major mode bindings') - Ian