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: Customizing faces with `defcustom' Date: Sat, 27 Aug 2005 12:24:08 +0200 Message-ID: <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 1125139172 17803 80.91.229.2 (27 Aug 2005 10:39:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Aug 2005 10:39:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 27 12:39:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E8y4r-0007cX-NY for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2005 12:38:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8y8p-00050J-Ny for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2005 06:42:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E8y7c-0004rP-VK for emacs-devel@gnu.org; Sat, 27 Aug 2005 06:41:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E8y7W-0004nC-BF for emacs-devel@gnu.org; Sat, 27 Aug 2005 06:41:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8y7W-0004n2-5F for emacs-devel@gnu.org; Sat, 27 Aug 2005 06:41:06 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1E8y3W-0004I0-5h for emacs-devel@gnu.org; Sat, 27 Aug 2005 06:36:58 -0400 Original-Received: (qmail invoked by alias); 27 Aug 2005 10:28:32 -0000 Original-Received: from N952P024.adsl.highway.telekom.at (EHLO [62.47.62.248]) [62.47.62.248] by mail.gmx.net (mp027) with SMTP; 27 Aug 2005 12:28:32 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: emacs-devel@gnu.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:42444 Archived-At: A number of customization groups like matching, view, ispell, ibuffer, use `(defcustom ... :type 'face)' for customizing faces. However, the associated tags are not assgined a face like `custom-variable-tag'. As a consequence, the associated customization buffers become less intelligible. Is there any reason not to use `defface' in these cases?