From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: menu system in recent Emacs? Date: Wed, 02 May 2012 20:52:35 +0200 Message-ID: <87havybeks.fsf@thinkpad.tsdh.de> References: <87zk9to1bh.fsf@lifelogs.com> <878vhcgfwu.fsf@lifelogs.com> <87sjfibwhj.fsf@lifelogs.com> <87havybs60.fsf_-_@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1335984772 4962 80.91.229.3 (2 May 2012 18:52:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 May 2012 18:52:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 20:52:49 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SPefN-00027M-GX for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 20:52:45 +0200 Original-Received: from localhost ([::1]:56945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPefM-00058y-Pk for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 14:52:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPefJ-00058h-Qw for emacs-devel@gnu.org; Wed, 02 May 2012 14:52:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPefH-0001Go-UM for emacs-devel@gnu.org; Wed, 02 May 2012 14:52:41 -0400 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPefH-0001Gg-Mx for emacs-devel@gnu.org; Wed, 02 May 2012 14:52:39 -0400 Original-Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 09B962274C for ; Wed, 2 May 2012 14:52:38 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Wed, 02 May 2012 14:52:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=sVSRZVwAGA9jtNcL9cdqxn3X0Ws=; b=XfCug/lhYXof2tDsBlAkwdNylXEz MCmlO03aVacM5tw8WiFUqnr112z80xEhHfrjJ3gOCSkDD1C4r5qpgaTHUBoKI4JZ 6ZA89gPg4pIN2bVRSQlfqg0+H4f9DEGcE7GRiU3RSUxTcDdLcqpnYYXMJ74bqmgD EmQAQ6789JsrEDI= X-Sasl-enc: Jm+xTtfj0QGkNC4ps/PH6N9IPxt/sfDoKTkcQImddP3f 1335984757 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id 694D68E004A for ; Wed, 2 May 2012 14:52:37 -0400 (EDT) In-Reply-To: <87havybs60.fsf_-_@lifelogs.com> (Ted Zlatanov's message of "Wed, 02 May 2012 09:59:03 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150225 Archived-At: Ted Zlatanov 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