os.spawn[*] help

Peter Hansen peter at engcorp.com
Mon Jul 21 16:47:32 EDT 2003


Stephen Boulet wrote:
> 
> Can someone who understands the os module better than I offer some insight?
> 
> I want to open some text in xemacs (on Windows) using os.spawn[*], but I want
> the text to appear in the current xemacs window, as opposed to opening a new
> xemacs window.
> 
> Is this doable? Thanks.

I doubt this has anything to do with os.spawn, and everything to do with
xemacs itself.  Check the documentation on command line options for that
program, and just pass the right stuff to it through os.spawn.

-Peter




More information about the Python-list mailing list