Please please please support parenscript for customization (this means you write a parenscript API that looks a lot like elisp).
Plenty of editors think "emacs bindings" means C-n, C-p, and C-v, and hardcode C-space to something intellisense-ish. And forget about the kill ring or infinite undo.
These are the heart of emacs. If you don't have them, emacs users will never be able to switch.
Comments
Please please please support parenscript for customization (this means you write a parenscript API that looks a lot like elisp).
Plenty of editors think "emacs bindings" means C-n, C-p, and C-v, and hardcode C-space to something intellisense-ish. And forget about the kill ring or infinite undo.
These are the heart of emacs. If you don't have them, emacs users will never be able to switch.
As far as I understand, the actual editors are going to be codemirror instances. ( http://codemirror.net/ )
If it doesn't have proper support, perhaps you could help add it?
He said javascript customization, right? That makes it sound like something he would add, so I'm lobbying for parenscript as well.
I get that codemirror is the thing to contribute to, I don't have the time right now but hopefully someone will.