stsquad · GitHub

As the security model of Chrome(ium) doesn’t allow the spawning of external binaries (apart from the discouraged NAPI interface) we need to run a server to handle edit requests.

This currently project provides two such servers. The first is a python script called pycl and the second is a native elisp server called edit_server.el.

If you run emacs in —daemon or —server mode and are comfortable with running a server within emacs then the native server will save the cost of a few fork/execs.

Other Edit Servers include:

Add a custom footer

Read the original on github.com ↗