help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Composite widgets


From: Mario Domgörgen
Subject: Re: Composite widgets
Date: Sun, 30 Nov 2003 16:52:01 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

Per Abrahamsen <abraham@dina.kvl.dk> writes:

>> I save that list to a file and want to reload it afterwards so that the
>> repeat-widget is initialized with that values. I know how to load the
>> list but don't know how to get the values in the repeat... :)
> (let ((value '(("bla" . "blub") ("pli" . "pla"))))
>   (widget-create 'repeat :value value 
>                  '(cons (string :size 30) (string :size 30)))
>   (widget-setup)
>   (widget-browse-mode))

Alexander Schröder pointed me in that direction yesterday night, but
thank you neverless. Sometimes i can just wonder about my personal
dumbness... :)

Mario

-- 
Windows NT crashed.
I am the Blue Screen of Death.
No one hears your screams.


reply via email to

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