interfacing python with emacs
andrea crotti
andrea.crotti.0 at gmail.com
Thu Feb 17 10:14:00 EST 2011
Not ready yet but the structure of the python and elisp files is more or
less there:
git://github.com/AndreaCrotti/empathy.git
Feel welcome for any comments/hints.
About the communication between the processes I think I'll use stdin/out
too, since it comes quite natural using emacs sub-processes.
At the moment I'm only reading a line at a time, but probably I should send
an EOF somehow from the emacs side, and then I could simply use read() every
time on stdin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110217/b63325b6/attachment-0001.html>
More information about the Python-list
mailing list