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, 25 Dec 2005 21:20:09 -0500 Message-ID: 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> <43AEC780.2030200@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 1135563721 13327 80.91.229.2 (26 Dec 2005 02:22:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2005 02:22:01 +0000 (UTC) Cc: juri@jurta.org, abraham@dina.kvl.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 26 03:21:59 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 1Eqhzq-0000Mm-4L for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 03:21:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eqi11-0008Of-8T for ged-emacs-devel@m.gmane.org; Sun, 25 Dec 2005 21:23:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eqhzj-0007fD-M7 for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eqhzj-0007ep-3G for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eqhzi-0007eg-Sq for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:50 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EqhzS-0008TG-VG for emacs-devel@gnu.org; Sun, 25 Dec 2005 21:21:35 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Eqhy5-00017E-20; Sun, 25 Dec 2005 21:20:09 -0500 Original-To: martin rudalics In-reply-to: <43AEC780.2030200@gmx.at> (message from martin rudalics on Sun, 25 Dec 2005 17:23:28 +0100) 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:48366 Archived-At: > In that case, maybe the `face' custom type should accept nil > as an alternative. That way, the existing default for > delphi-other-face would be valid, it would still work the same > as now, and it would not require changing the :type spec. > > Does anyone see any problems with that? That closed the thread then. We never did that, and I think we fixed other such problems by adding nil as an explicit alternative, so I fixed these two in that way also.