From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: how to make a selection box for input parameters? Date: Fri, 6 Jun 2003 13:26:48 -0700 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1054931216 12894 80.91.224.249 (6 Jun 2003 20:26:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2003 20:26:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 06 22:26:53 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ONnZ-0003LX-00 for ; Fri, 06 Jun 2003 22:26:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ONp3-0004ET-0Z for gnu-help-gnu-emacs@m.gmane.org; Fri, 06 Jun 2003 16:28:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ONoU-0003y6-8E for help-gnu-emacs@gnu.org; Fri, 06 Jun 2003 16:27:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ONoN-0003um-Rw for help-gnu-emacs@gnu.org; Fri, 06 Jun 2003 16:27:46 -0400 Original-Received: from mail.sonicwall.com ([67.115.118.12]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ONna-0003dm-SG for help-gnu-emacs@gnu.org; Fri, 06 Jun 2003 16:26:54 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Help-gnu-emacs Digest, Vol 7, Issue 35 Thread-Index: AcMsaJWh6B/2Wn+OTYuGbYpQpRhcAQAAGqyw Original-To: X-OriginalArrivalTime: 06 Jun 2003 20:26:48.0544 (UTC) FILETIME=[F4B8B600:01C32C69] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10733 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10733 Hi, I'd like to write a command that takes one parameter, which comes = from a pre-defined list such as ("red","blue","yellow",etc.) Is there an easy = interface to let the user pick, e.g. use the up-down arrow key? (sort of like a drop-down = selection box.) Thanks. Shunhui