Нет описания

Alex Bennee d01ee9ff26 Updates to fix the edit server from Riccardo Murri 15 лет назад
README 5b3fd98b85 README for servers 15 лет назад
edit_server.el d01ee9ff26 Updates to fix the edit server from Riccardo Murri 15 лет назад
pycl.py 6fbf113270 Make pycl handle pre-python 2.6 15 лет назад

README

Servers
=======

Because the Chrome(ium) security model doesn't allow for extensions
spawning processes we can't just exec() the editor process. Instead we
have to implement an "edit server" which listens to XmlHttp requests
on port 9292 (default) and then sends a response when the edit is
complete. A number are included here:

* pycl.py - Original version, works
* edit_server.el - An Emacs Lisp implementation, under development (patches welcome)