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: Mon, 26 Dec 2005 17:37:40 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> I fixed those.  Which others are there?

The `makefile-shell' oddity

(defface makefile-shell
  ()
  ;;'((((class color) (min-colors 88) (background light)) (:background  
"seashell1"))
  ;;  (((class color) (min-colors 88) (background dark)) (:background  
"seashell4")))
  "Face to use for additionally highlighting Shell commands in Font-Lock mode."
  :group 'faces
  :group 'makefile
  :version "22.1")


Also I'd remove the makefile faces from the `faces' group - currently
they are the only progmode members to figure here - and move `button',
`show-paren-match', and `show-paren-mismatch' from `faces' to
`basic-faces'.





reply via email to

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