[Bug: 21.5-b28] font-lock-fontify-buffer not working in HTML mode

Stephen J. Turnbull stephen at xemacs.org
Sat Sep 22 03:19:00 EDT 2007


robert delius royar writes:

 > 1. removing all custom-set-variables from the startup code,

What do you mean "from the startup code"?  `custom-set-variables' is
an internal function, really, and code that calls it should be written
only by custom, and all placed in the user's custom.el.  If you are
calling it from init.el it is very easy to make mistakes.

 > leaving them in and removing all custom-set-variables does appear
 > to fix the problem.  I tried reinstalling (and recompiling) the
 > psgml package, but that did not help.

You could try bisecting (removing half the problematic code, if that
works correctly, then remove the other half; next, remove half of the
code that seems to contain bogus forms, and so on).

Note that XEmacs face code does not yet support the full format
supported by GNU Emacs, this could cause problems at initialization.



More information about the XEmacs-Beta mailing list