what I would like python.el to do (and maybe it does)

Arnaud Delobelle arnodel at googlemail.com
Mon May 25 07:59:59 EDT 2009


Giovanni Gherdovich <giovanni.gherdovich at sophia.inria.fr> writes:

> Hello everybody,

Hi

> (well, it's python-send-buffer, so maybe not a single
> line but the whole buffer; the closest to my needs, anyway).
> However: I open my Emacs, issue M-x python-mode,
> then M-x run-python to have the interpreter in
> a second buffer, I type something in the
> first buffer and then C-c C-c, but nothing happens.

What platform are you on?

I use Aquamacs (which is a packaged Emacs for macos X, based on GNU
Emacs 22.3.1) and for me C-c C-c works.  It executes the content of the
current buffer in a Python interactive buffer called *Python* (which it
creates if it doesn't exist).

-- 
Arnaud



More information about the Python-list mailing list