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

Stephen J. Turnbull stephen at xemacs.org
Sat Sep 22 20:06:34 EDT 2007


robert delius royar writes:

 >    (custom-set-faces

The following are incorrect syntax, I believe.
They should be lists with the third element t, or they will have no
effect unless you custom-save and restart XEmacs.
(User code should avoid using custom-* functions.  They are hairy,
bark, "mark" lampposts, and bite the hand that feeds them.)

 >     '(html-helper-underline-face ((t (:underline t))))
 >     '(html-helper-strikethrough-face ((t (:strikethru t))))
 >     '(html-helper-link-face ((t (:foreground "blue"))))
 >     '(html-helper-significant-tag-face ((t (:foreground "salmon"))))
 >     '(flyspell-incorrect-face ((t (:foreground "OrangeRed" :underline t))))
 >     '(flyspell-duplicate-face ((t (:foreground "Gold3" :underline t)))))

I don't know if that is what is causing your problem, but you should
fix it.



More information about the XEmacs-Beta mailing list