Emacs: nXhtml

In response to the comments in Software Engineering: The Right Editor for the Right Job, I took a look at nXhtml for Emacs.
The scope of nXhtml is impressive. Take a look at the picture. This is a snippet of HTML / JavaScript that I was testing as a part of something else. I hit tab on every line to make it indent things. nXhtml isn't getting the indentation perfectly correct, nor is it getting the syntax highlighting completely correct (why is "beacon" in red?); however, this is worlds better than what comes with Aquamacs by default.
I think nXhtml is a promising project.
Next up, I'm going to check out Komodo Edit. It does make sense to me that since Emacs is written in Lisp, it would be one of the best editors for Lisp, whereas since Komodo Edit is based on XUL (aka Firefox), it would be one of the best editors for editing HTML, CSS, and JavaScript. Of course, I'll have to wait and see.
Comments
https://bugs.launchpad.net/nxhtml
Please attach the file you tested with.
Ah, very good. Thanks!
(load "~/Library/Preferences/Aquamacs\ Emacs/nxhtml/autostart.el")
I got that path by copying and pasting from my shell. The "\" is inappropriate. Silly me.
https://bugs.launchpad.net/nxhtml/+bug/311640
Thanks!
Since I had some time over just fixed byte compilation of nXhtml. This makes it run noticeable faster (on my old pc at least).