help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to run python code within Emacs?


From: Kevin Rodgers
Subject: Re: Best way to run python code within Emacs?
Date: Wed, 10 Dec 2008 23:09:06 -0700
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

Ian Eure wrote:
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')

To run other interpreters for which there is no specialized support,
try:

http://www.emacswiki.org/cgi-bin/emacs/defshell.el

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

[Prev in Thread] Current Thread [Next in Thread]