Sébastien Vauban <[email protected]> writes: > Same with: > ;; ;; FIXME All my colors in Gnus disappear when this is enabled... > ;; ;; add a new face in my config file so that all the numbers will have > ;; ;; different color > ;; (make-face 'font-lock-number-face) > ;; (set-face-foreground 'font-lock-number-face "DodgerBlue4") > ;; (setq font-lock-number-face 'font-lock-number-face) > ;; (defvar font-lock-number "[0-9]+\\([eE][+-]?[0-9]*\\)?") > ;; (defvar font-lock-hexnumber "0[xX][0-9a-fA-F]+")
I have no idea why setting font-lock variables should affect the look of your Gnus buffers. Gnus doesn't use font-lock at all. -- (domestic pets only, the antidote for overdose, milk.) [email protected] * Lars Magne Ingebrigtsen _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
