> However, using the fancy FACESPEC directly like this:

>   ("oele" . '(face font-lock-builtin-face))
>   ("oele" . (0 '(face font-lock-builtin-face)))

> works only in the second case.  Is this a bug?

Check the value of font-lock-keywords in the buffer after turning font-lock
mode ON (font-lock "compiles" the keywords before using them.  "compiles"
here only means use a canonical format which IIRC would be something like
("oele" (0 font-lock-builtin-face))).


        Stefan

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to