help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: defface not defining a face?


From: Drew Adams
Subject: RE: defface not defining a face?
Date: Sun, 9 Mar 2014 11:21:07 -0700 (PDT)

> > Apparently the face is not defined.  How come?
> 
> Oh, yes, it is defined. Try (facep 'lsl-global-variable)
> But a face is not a variable, so (boundp 'lsl-global-variable) is nil.

In addition, do not use the group you are defining as a parent group:

(defgroup lsl-faces nil
  "Faces for lsl-mode."
  :group 'lsl-faces ; <=========== REMOVE THIS
  :group 'faces)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]