[Top][All Lists]
[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.
Re: Creating recursive customization types / widgets, Thien-Thi Nguyen, 2003/12/01
- Re: Creating recursive customization types / widgets,
Per Abrahamsen <=
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/01
- Re: Creating recursive customization types / widgets, Richard Stallman, 2003/12/02
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/02
- Re: Creating recursive customization types / widgets, Richard Stallman, 2003/12/03
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/03
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/03
- Re: Creating recursive customization types / widgets, Kevin Rodgers, 2003/12/03
- Re: Creating recursive customization types / widgets, David Kastrup, 2003/12/02
Re: Creating recursive customization types / widgets, Ted Zlatanov, 2003/12/01