Difference between revisions of "Edit with Emacs"

From WikEmacs
Jump to navigation Jump to search
(Initial entry - experimenting with templates)
 
(added brief description and pointer to Emacs as a browser's external editor.)
Line 5: Line 5:
 
|source=https://github.com/stsquad/emacs_chrome
 
|source=https://github.com/stsquad/emacs_chrome
 
}}
 
}}
 +
 +
Noted on [[Emacs as a browser's external editor]].
 +
 +
Chrome extension [https://chrome.google.com/webstore/detail/ljobjlafonikaiipfkggjbhkghgicgoh Edit with Emacs] uses its own '''Edit Server''' rather than Emacsclient because Chrome's security policy does not allow extensions to spawn new processes. The extension allows the user to edit text in Emacs and send the results to the browser textarea with {{CommandKeys|C-x #|edit-server-done}}.

Revision as of 17:14, 28 March 2012

Edit with Emacs
Description Edit text areas via Chrom(ium) browsers
Author name of author
Maintainer Alex Bennée
Source https://github.com/stsquad/emacs_chrome

Noted on Emacs as a browser's external editor.

Chrome extension Edit with Emacs uses its own Edit Server rather than Emacsclient because Chrome's security policy does not allow extensions to spawn new processes. The extension allows the user to edit text in Emacs and send the results to the browser textarea with [C-x #] (or M-x edit-server-done).