Which javascript major modes exist in Emacs, and what are their key-features ?
+5
A:
I think what you want is this:
http://www.corybennett.org/download/javascript-mode.el
Then again, maybe this what you are looking for?
or this?
altCognito
2009-06-16 11:46:35
+10
A:
http://steve-yegge.blogspot.com/2008/03/js2-mode-new-javascript-mode-for-emacs.html
With some documentation.
alamar
2009-06-16 11:49:30
I'm currently using js2, and very pleased so far.
Matthew Flaschen
2009-06-16 11:52:11
+2
A:
I use Steve Yegge's js2-mode, and like it a lot. It's quite configurable, its indentation ideas match mine, and most impressively it has a full JavaScript parser in it, so it can alert me to syntax errors as I type (indispensable for little things like trailing commas in property lists that bork IE).
Carl Meyer
2009-06-17 18:45:34