On Tue, 13 Dec 2011 14:51:48 -0500 Stefan Monnier wrote: >> I'll commit the revised code after 24.1 is out. SM> I'd like to see the shuffle (cfengine-mode->cfengine2-mode and SM> cfengine-auto-mode-> cfengine-mode) be in Emacs-24.1. You can include SM> the docfixes at the same time. OK. See attached, and I hope final, patch. SM> *Messages* tells me: SM> Error during redisplay: (void-variable font-lock-constant-name-face) >> I don't know why it says that. That variable is defined in >> font-lock.el, right? Or am I missing something? SM> Yes, you're missing the fact that it's not defined ;-) SM> BTW, to debug font-lock problem, I recommend you start by (setq SM> font-lock-support-mode nil), so that debug-on-error works. Bah. I don't know how I missed than it's actually `font-lock-constant-face'. Fixed. Ted