* Nikolaus Rath (2009-02-14) writes: > However, it seems that the new version no longer highlights unknown > TeX commands like \foobrazl. Before I updated, they were always > displaced in grey. Is there a way to reenable this?
It should still highlight unknown commands. Try starting Emacs with emacs -Q -l auctex and load a LaTeX file. (You might have to do `M-x global-font-lock-mode <RET>' in order to activate Font Lock mode before loading the file.) If the macros are highlighted in this case, there is likely something in your init file making problems. The font locking changed quite a bit in 11.85 and it could be that some of the older customizations interfere with the new code, even though I tried to prevent this from happening. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
