Re: [emacs-nxml-mode] [patch] use font-lock
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.devel,gmane.emacs.nxml.general |
|---|---|
| Message-ID | <[email protected]> |
>> I've converted nxml to font-lock. I used the existing fontification >> machinery and put it inside a cc-mode-style matcher. Efficiency and >> output are the same, but: >> >> 1) hi-lock-mode works now >> 2) all conventional font-locking functions work as expected. >> For example, you can turn fontification on and off with >> M-x font-lock-mode. >> 3) font-lock-add-keywords DTRT >> 4) multiple-major-modes modes should be able to use nXML fontification now, >> though this remains untested Sounds great. Would you submit your patch to [email protected]? Stefan PS: BTW, is the Emacs CVS now the "official" nxml repository?