Not ready yet but the structure of the python and elisp files is more or less there:<br>git://<a href="http://github.com/AndreaCrotti/empathy.git">github.com/AndreaCrotti/empathy.git</a><br><br>Feel welcome for any comments/hints.<br>
<br>About the communication between the processes I think I'll use stdin/out too, since it comes quite natural using emacs sub-processes.<br><br>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.<br>