emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing faces with `defcustom'


From: martin rudalics
Subject: Re: Customizing faces with `defcustom'
Date: Fri, 23 Dec 2005 14:23:40 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> My patch should handle that.

It probably still needs some fixing:

cpp-face-default-list: Hide Value nil
   State: CHANGED outside Customize; operating on it here may be unreliable. 
(mismatch)

Alist of faces you can choose from for cpp conditionals. Hide Rest
Each element has the form (STRING . FACE), where STRING
serves as a name (for `cpp-highlight-buffer' only)
and FACE is either a face (a symbol)
or a cons cell (background-color . COLOR).


cpp-face-light-list: Hide Value
INS DEL Cons-cell:
            String: light gray
            Choice: Value Menu Cons-cell:
            background-color
            String: light gray
...
INS
   State: CHANGED outside Customize; operating on it here may be unreliable.

Alist of names and faces to be used for light backgrounds.


cpp-face-none-list: Hide Value
'(("default" . default)
  ("invisible" . invisible))
   State: STANDARD. (mismatch)

Alist of names and faces available even if you don't use a window system.






reply via email to

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