From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Creating recursive customization types / widgets Date: Tue, 02 Dec 2003 14:34:33 +0100 Organization: The Church of Emacs Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87smk4oyai.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070372757 9332 80.91.224.253 (2 Dec 2003 13:45:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2003 13:45:57 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Dec 02 14:45:54 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARAqg-0001EY-00 for ; Tue, 02 Dec 2003 14:45:54 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARAqg-0005pw-00 for ; Tue, 02 Dec 2003 14:45:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARBjv-0002Iz-4b for emacs-devel@quimby.gnus.org; Tue, 02 Dec 2003 09:42:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARBeD-0004Yb-FD for emacs-devel@gnu.org; Tue, 02 Dec 2003 09:37:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARBdg-0004LN-49 for emacs-devel@gnu.org; Tue, 02 Dec 2003 09:37:03 -0500 Original-Received: from [130.225.40.227] (helo=sheridan.dina.kvl.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARBd9-00047L-Mn; Tue, 02 Dec 2003 09:35:59 -0500 Original-Received: by sheridan.dina.kvl.dk (Postfix, from userid 304) id D732413D1F; Tue, 2 Dec 2003 14:34:33 +0100 (CET) Original-To: David Kastrup X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: (David Kastrup's message of "02 Dec 2003 13:46:01 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18281 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18281 David Kastrup writes: > It is conceivable, for example, that the exact type depends on the > value of a different variable, or the availability of some feature > at run-time. One could use that widget even in that case, and it > would have nothing to do with recursion. I don't know if that would work. The :type value isn't evaluated like a Lisp expression, it is expanded in widget specific ways.