emacs-devel
[Top][All Lists]
Advanced

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

Variable number of items in :type radio-button-choice?


From: Lennart Borgman (gmail)
Subject: Variable number of items in :type radio-button-choice?
Date: Mon, 29 Sep 2008 20:31:14 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Is it possible to have a variable number of alternatives with the type
`radio-button-choice´? I tried this, but it did not work:

  (defcustom my-test nil
    "Test"
    :type '(radio-button-choice
            (repeat
             (list string
                   (repeat (list character character))))))




reply via email to

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