emacs-devel
[Top][All Lists]
Advanced

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

Re: menu system in recent Emacs?


From: Tassilo Horn
Subject: Re: menu system in recent Emacs?
Date: Wed, 02 May 2012 20:52:35 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> TZ> What's a good multiple-choice menu library in Emacs?

What about the `widget' library which is used by customize?

,----[ (info "(widget)radio-button-choice") ]
| Syntax:
| 
|      TYPE ::= (radio-button-choice [KEYWORD ARGUMENT]...  TYPE ... )
| 
|    The component types specify the choices, with one radio button for
| each.  The widget's value will be that of the chosen TYPE argument.
| This widget matches any value that matches at least one of the
| specified TYPE arguments.
`----

Bye,
Tassilo



reply via email to

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