From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Customizing faces with `defcustom' Date: Mon, 26 Dec 2005 17:37:40 +0100 Message-ID: <43B01C54.2040005@gmx.at> References: <43103F48.1020804@gmx.at> <4313F4CB.10200@gmx.at> <4375A332.6070000@gmx.at> <87fyperhgd.fsf@jurta.org> <438D5913.7030801@gmx.at> <43ABFA5C.2080302@gmx.at> <87y82afehi.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135615959 28459 80.91.229.2 (26 Dec 2005 16:52:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2005 16:52:39 +0000 (UTC) Cc: Juri Linkov , abraham@dina.kvl.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 26 17:52:37 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EqvaM-0005Fj-NZ for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 17:52:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqvbZ-0003gg-Nh for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 11:53:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EqvbP-0003gP-R1 for emacs-devel@gnu.org; Mon, 26 Dec 2005 11:53:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EqvbO-0003gD-BH for emacs-devel@gnu.org; Mon, 26 Dec 2005 11:53:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqvbO-0003gA-7j for emacs-devel@gnu.org; Mon, 26 Dec 2005 11:53:38 -0500 Original-Received: from [213.165.64.21] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EqvbE-0000xT-Lk for emacs-devel@gnu.org; Mon, 26 Dec 2005 11:53:29 -0500 Original-Received: (qmail invoked by alias); 26 Dec 2005 16:52:20 -0000 Original-Received: from N865P025.adsl.highway.telekom.at (EHLO [62.47.52.25]) [62.47.52.25] by mail.gmx.net (mp030) with SMTP; 26 Dec 2005 17:52:20 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: rms@gnu.org In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48379 Archived-At: > 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'.