interfacing python with emacs
andrea crotti
andrea.crotti.0 at gmail.com
Thu Feb 17 10:14:00 EST 2011
More information about the Python-list mailing list
Thu Feb 17 10:14:00 EST 2011
- Previous message (by thread): interfacing python with emacs
- Next message (by thread): interfacing python with emacs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): interfacing python with emacs
- Next message (by thread): interfacing python with emacs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list