Designing Large Systems with Python

Alex alex at somewhere.round.here
Thu Apr 29 10:53:33 EDT 1999


> 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.

Is this the sort of thing you want?

Try C-c ! to create a python shell, C-c C-c to evaluate a buffer in that
shell, or C-c | to evaluate a marked region.  Then you can execute
commands interactively in that shell.

This works for python-mode in emacs.  I would guess it would be the same
in xemacs.  Unless these are customizations I did and forgot about... :)

Alex.




More information about the Python-list mailing list