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: Wed, 28 Dec 2005 11:04:05 +0100 Message-ID: <43B26315.20005@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> <43B01C54.2040005@gmx.at> <87oe32fmt0.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 1135774937 8858 80.91.229.2 (28 Dec 2005 13:02:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Dec 2005 13:02:17 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 28 14:02:14 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 1ErawV-0002Ho-TK for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2005 14:02:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eravj-00049o-Tw for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2005 08:01:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ErYTE-0006wX-Ls for emacs-devel@gnu.org; Wed, 28 Dec 2005 05:23:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ErYT7-0006vv-7q for emacs-devel@gnu.org; Wed, 28 Dec 2005 05:23:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErYIW-00063D-SK for emacs-devel@gnu.org; Wed, 28 Dec 2005 05:12:46 -0500 Original-Received: from [213.165.64.21] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1ErYIg-0007WC-0S for emacs-devel@gnu.org; Wed, 28 Dec 2005 05:12:54 -0500 Original-Received: (qmail invoked by alias); 28 Dec 2005 10:11:21 -0000 Original-Received: from N909P020.adsl.highway.telekom.at (EHLO [62.47.57.148]) [62.47.57.148] by mail.gmx.net (mp020) with SMTP; 28 Dec 2005 11:11:21 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Juri Linkov In-Reply-To: <87oe32fmt0.fsf@jurta.org> 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:48427 Archived-At: > 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 > The question is whether the corresponding faces should be simultaneously removed from the `basic-faces' group. If they are removed where should `header-line' - which inherits from `mode-line' - go to? > 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'. > `Buffer-menu-buffer' should definitely figure in the modeline group. When I first tried to customize the modeline, `Buffer-menu-buffer' was hard to spot and very undescriptive. Since `display-time' is already part of the modeline group I'd simply remove `display-time-mail-face'