Xemacs terminal output

Davor Beuc davor.beuc at BRISIOVOvestigo.hr
Tue Mar 23 17:45:10 EST 2004


On Sun, 21 Mar 2004 16:49:26 -0800, Jay Davis wrote:

> What is the best way to run python in Xemacs (with C-c C-c)
> with real time standard output?  Right now, the python output
> window fills up when the program is finished running, but
> if the program runs for hours it would be nice to see the
> output as it is written.  I know that I can switch to a
> python interpreter window and paste the code in etc but I don't
> care about the interpreter, just about the (printed) output
> after C-c C-c.

You can open the interpreter buffer with C-c ! and then when you start a
python program with C-c C-c, its stdout will be shown in the interpreter
buffer in real time. No need for pasting the code.



More information about the Python-list mailing list