Designing Large Systems with Python

Stefan Franke spamfranke at bigfoot.de
Fri Apr 30 09:50:35 EDT 1999


On 28 Apr 1999 04:00:16 -0400, David Steuber <trashcan at david-steuber.com> wrote:

[...]
>Python also seems to have that.  I would like better python support in 
>XEmacs.  There is a python mode, but I haven't seen anything about
>evaluating Python code ineteractivly the way you can with Lisp and
>elisp.

You can do that by invoking an interactive Python or JPython shell 
inside Emacs (via C-!). Buffers containing Python code or the currently
marked region can be executed inside the shell at any time, which
lets you develop your code very quickly and interactively.

Stefan





More information about the Python-list mailing list