I am using C-c from Emacs as a signal to the python interpreter that
emacs has finished what it has requested like so:
python interp -- calls emacs lisp----> emacs does function ---|
|
python <------ sends C-c<------
continues python interp
process to signal
completion
Python does its wait by doing a try:
emacs.dired('.')
except:
print 'emacs is finished'
-- terrence brannon brannon@jove.cs.caltech.edu