From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Any infrastructure to select one of a few options in Emacs core? Date: Mon, 9 May 2016 07:13:45 -0700 (PDT) Message-ID: <12f1c4cf-ee4a-444e-bfc3-1e703d3ad50d@default> References: <87shxrczlt.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1462803780 19864 80.91.229.3 (9 May 2016 14:23:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 May 2016 14:23:00 +0000 (UTC) To: Marcin Borkowski , Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 09 16:22:45 2016 Return-path: Envelope-to: geh-help-gnu-emacs@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 1azlwm-0001IG-B3 for geh-help-gnu-emacs@m.gmane.org; Mon, 09 May 2016 16:14:08 +0200 Original-Received: from localhost ([::1]:41576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azlwl-0001zQ-BV for geh-help-gnu-emacs@m.gmane.org; Mon, 09 May 2016 10:14:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azlwb-0001xD-9b for help-gnu-emacs@gnu.org; Mon, 09 May 2016 10:13:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azlwX-0005Tz-7t for help-gnu-emacs@gnu.org; Mon, 09 May 2016 10:13:57 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:49163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azlwW-0005TM-VI for help-gnu-emacs@gnu.org; Mon, 09 May 2016 10:13:53 -0400 Original-Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u49EDl4F019161 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 9 May 2016 14:13:48 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u49EDlNC004675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 9 May 2016 14:13:47 GMT Original-Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u49EDkTt007046; Mon, 9 May 2016 14:13:47 GMT In-Reply-To: <87shxrczlt.fsf@mbork.pl> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:109909 Archived-At: > is there anything in core Emacs (i.e., no Melpa, and preferably no Elpa) > to facilitate selecting one of a few (say, up to 10) options, each > described in 2-3 lines of text? (I know about the Widget library, but > I'd prefer something more lightweight.) Dunno what you mean. There is menu-bar menu `Options' (which) you can add to. There is Customize, which you can add to with `defcustom'. Specify "facilitate selection one of a few options".