From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Customizing faces with `defcustom' Date: Tue, 27 Dec 2005 21:04:19 +0200 Organization: JURTA Message-ID: <87oe32fmt0.fsf@jurta.org> 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> <43B01C54.2040005@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1135710569 3348 80.91.229.2 (27 Dec 2005 19:09:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Dec 2005 19:09:29 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 27 20:09:28 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 1ErKCN-0006NW-JU for ged-emacs-devel@m.gmane.org; Tue, 27 Dec 2005 20:09:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErKDe-0007dA-51 for ged-emacs-devel@m.gmane.org; Tue, 27 Dec 2005 14:10:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ErKBZ-0006jg-Lj for emacs-devel@gnu.org; Tue, 27 Dec 2005 14:08:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ErKBW-0006iM-8c for emacs-devel@gnu.org; Tue, 27 Dec 2005 14:08:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErKBV-0006i4-Ss for emacs-devel@gnu.org; Tue, 27 Dec 2005 14:08:33 -0500 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ErKBT-000614-St; Tue, 27 Dec 2005 14:08:32 -0500 Original-Received: from mail.neti.ee (80-235-39-92-dsl.mus.estpak.ee [80.235.39.92]) by Relayhost1.neti.ee (Postfix) with ESMTP id 916F2CBEB; Tue, 27 Dec 2005 21:07:28 +0200 (EET) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Mon, 26 Dec 2005 23:55:50 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:48419 Archived-At: > Also I'd remove the makefile faces from the `faces' group - currently > > I agree; I did that. There is still the last face in the group `faces' that doesn't belong to this group: `display-time-mail-face'. Currently it is in two groups: `faces' and `display-time'. So we could remove it from `faces'. However, there is another similar face that is used to highlight text in the mode line: `Buffer-menu-buffer'. We could create a new group `modeline-faces' and add all modeline-related faces to this new group. The faces that could be added to `modeline-faces' are: Buffer-menu-buffer display-time-mail-face mode-line-highlight mode-line-inactive mode-line Or alternatively, add `Buffer-menu-buffer' and `display-time-mail-face' to the existing group `modeline' (where three latter faces from the list above already belong to), and add the parent group `faces' to the group `modeline'. -- Juri Linkov http://www.jurta.org/emacs/