From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Customizing faces with `defcustom' Date: Sun, 28 Aug 2005 11:11:43 -0400 Message-ID: References: <43103F48.1020804@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1125242058 4339 80.91.229.2 (28 Aug 2005 15:14:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Aug 2005 15:14:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 28 17:14:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E9OqS-0004A0-6p for ged-emacs-devel@m.gmane.org; Sun, 28 Aug 2005 17:13:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9OuU-00022n-7k for ged-emacs-devel@m.gmane.org; Sun, 28 Aug 2005 11:17:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E9Ou8-0001yM-1S for emacs-devel@gnu.org; Sun, 28 Aug 2005 11:17:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E9Ou6-0001xT-83 for emacs-devel@gnu.org; Sun, 28 Aug 2005 11:17:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9Ou6-0001x5-4I for emacs-devel@gnu.org; Sun, 28 Aug 2005 11:17:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E9OrR-0006M6-OR for emacs-devel@gnu.org; Sun, 28 Aug 2005 11:14:17 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E9Oox-0004zH-GZ; Sun, 28 Aug 2005 11:11:43 -0400 Original-To: martin rudalics In-reply-to: <43103F48.1020804@gmx.at> (message from martin rudalics on Sat, 27 Aug 2005 12:24:08 +0200) 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:42465 Archived-At: A number of customization groups like matching, view, ispell, ibuffer, use `(defcustom ... :type 'face)' for customizing faces. These are not faces, they are face-valued variables. However, the associated tags are not assgined a face like `custom-variable-tag'. I don't understand that sentence at all, sorry.