Lo, on Sunday, February 3, Ryan Claycamp did write: > I have lost the color markings in xemacs when I edit a LaTeX file. I > am running woody and I think it happened after I updated to the new > version of auctex. I noticed that when auctex installed, it said > something like emacsen ignoring flavor xemacs. How do I get the color > back in xemacs when it is editing LaTeX files? I really enjoyed that > feature.
IIRC, xemacs comes with its own copy of AUCTeX, which explains the `ignore' error message. Assuming that you've got font-locking on in other editing modes, simply adding (require 'font-latex) to your .emacs file should do the trick. Richard