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: Tue, 30 Aug 2005 07:55:23 +0200 Message-ID: <4313F4CB.10200@gmx.at> References: <43103F48.1020804@gmx.at> 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 1125389653 2881 80.91.229.2 (30 Aug 2005 08:14:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Aug 2005 08:14:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 30 10:14:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EA1FM-0000Rb-9i for ged-emacs-devel@m.gmane.org; Tue, 30 Aug 2005 10:13:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EA1JT-0005xA-IZ for ged-emacs-devel@m.gmane.org; Tue, 30 Aug 2005 04:17:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EA10P-0001ce-H6 for emacs-devel@gnu.org; Tue, 30 Aug 2005 03:58:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EA10O-0001cQ-9L for emacs-devel@gnu.org; Tue, 30 Aug 2005 03:58:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EA0xO-0001ID-0M for emacs-devel@gnu.org; Tue, 30 Aug 2005 03:54:58 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EA0vF-0008Iu-OZ for emacs-devel@gnu.org; Tue, 30 Aug 2005 03:52:46 -0400 Original-Received: (qmail invoked by alias); 30 Aug 2005 07:50:16 -0000 Original-Received: from N723P008.adsl.highway.telekom.at (EHLO [62.47.34.72]) [62.47.34.72] by mail.gmx.net (mp018) with SMTP; 30 Aug 2005 09:50:16 +0200 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:42495 Archived-At: > However, the > associated tags are not assgined a face like `custom-variable-tag'. > > I don't understand that sentence at all, sorry. > > Consider, for example, the customization buffer for `matching': (1) `match' stands out in `custom-face-tag-face', by default scaled by 1.2 and bold. (2) `list-matching-lines-default-context-lines' is highlighted in `custom-variable-tag-face', by default scaled by 1.2 and bold. Then come the options (3) `list-matching-lines-face' and `list-matching-lines-buffer-name-face' both in default face. This makes it more difficult to spot the latter and makes you believe that these options are part of the text explaining `list-matching-lines-default-context-lines'. Shouldn't it be possible to give _all_ "tags" of custom - variables (including face-valued ones), faces, groups - a similar appearance with respect to height, pitch, and the like.