Edit with Emacs v1.9

Posted on Wed 09 March 2011 by alex in geek

It's been a while so I thought I'd push out a new version of Edit with Emacsto the interwebs. Unfortunately I wasn't able to wrangle the edit-server.el to reliably handle keeping the current frame open for iterative editing. For now this feature is only available via the python server. Patches are of course welcome!

v1.9

Extension

* Support for iterative editing (python server only currently)
* Add context menu while in text area box
* Fix reference to Alt-E, it's actually Alt-Enter
* Trigger a DOM change() event when we update the text area

edit-server.el

* Actively encode responses as UTF-8
* Make edit-server-edit-mode a minor mode instead of a derived mode