From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.help Subject: Re: Any standard function to prompt for multiple comma-separated items? Date: Mon, 18 Nov 2002 13:23:28 -0500 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20021118182328.AA6A8431ED@mixed.dyndns.org> References: <843cq1cpjp.fsf@lucy.cs.uni-dortmund.de> <5lu1iezxi5.fsf@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037644641 26672 80.91.224.249 (18 Nov 2002 18:37:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2002 18:37:21 +0000 (UTC) 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 18Dqlo-0006vb-00 for ; Mon, 18 Nov 2002 19:37:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Dqmv-0000VU-00; Mon, 18 Nov 2002 13:38:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18DqYa-0003H0-00 for help-gnu-emacs@gnu.org; Mon, 18 Nov 2002 13:23:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18DqYU-0003Ed-00 for help-gnu-emacs@gnu.org; Mon, 18 Nov 2002 13:23:34 -0500 Original-Received: from adsl-123-197.globetrotter.net ([142.169.123.197] helo=mixed.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DqYU-0003ER-00 for help-gnu-emacs@gnu.org; Mon, 18 Nov 2002 13:23:30 -0500 Original-Received: from mixed.dyndns.org (localhost [127.0.0.1]) by mixed.dyndns.org (Postfix) with ESMTP id AA6A8431ED for ; Mon, 18 Nov 2002 13:23:28 -0500 (EST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: Message from "Stefan Monnier " of "Mon, 18 Nov 2002 10:52:02 EST." <5lu1iezxi5.fsf@rum.cs.yale.edu> X-Mailer: MH-E 6.1.90; nmh 1.0.4+dev; Emacs 21.2 X-Face: "#bYm%*(4JuXAkouMxaLz|M2dbXUFnQ"IRX)zpsiM"(B}`#|_b548$VB}5L&VIck1F#FNc' rsASk0?-/gFp2qzM>0]`Jc}Qd<8[l)N7{8%qMN~{|DS.ME.$ Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3710 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3710 Stefan Monnier wrote: > >>>>> "Peter" == Peter S Galbraith writes: > > I really would prefer comma separation within a single prompt. It's a > > lighter to use interface. > > Emacs has the `crm' library that provides completing-read-multiple. > Should be exactly what you're looking for. :-) It is _exactly_ what I wanted. Thanks! Peter