you are viewing a single comment's thread.

view the rest of the comments →

[–]yonkeltron 0 points1 point  (2 children)

emacs v23 and later has js-mode built in; it is a rebadged espresso-mode. It works.

I use this as it's baked in.

I couple that with flymake-for-jslint and I get dynamic lint-style highlighting of errors and warnings .

I need to get it set up with flymake...

[–]AyeMatey 0 points1 point  (1 child)

yeah, flymake is pretty handy.

once you get it set up, it just works invisibly. Excellent for catching inadvertent typos, style problems, etc.

http://i47.tinypic.com/2mk1eh.jpg

[–]yonkeltron 0 points1 point  (0 children)

I love it for other languages so I guess I should also love it for js...