emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating recursive customization types / widgets


From: Per Abrahamsen
Subject: Re: Creating recursive customization types / widgets
Date: Mon, 01 Dec 2003 14:36:31 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> If the datastructures is recursive, you need to gave a :match argument
>> as well as :type.
>
> Why is that ?
>
>> If not, it will simply match any values that the
>> type specified for :type will match.
>
> Which seems like what we want.  Are there cases where it doesn't work
> and if so, why not (i.e. can we fix it) ?

You need 

  :match 'widget-child-match

in the definition of the 'child' widget, then it seems to work for the
cases I have tried.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]