unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: Composite widgets
Date: Sun, 30 Nov 2003 16:18:40 +0100	[thread overview]
Message-ID: <rjekvpnaun.fsf@sheridan.dina.kvl.dk> (raw)
In-Reply-To: 87k75jgtsc.fsf@gmx.de

Mario Domgörgen <kanaldrache@gmx.de> 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))

  reply	other threads:[~2003-11-30 15:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-29 13:59 Composite widgets Mario Domgörgen
2003-11-30 15:18 ` Per Abrahamsen [this message]
2003-11-30 15:52   ` Mario Domgörgen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rjekvpnaun.fsf@sheridan.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).