From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Johan Andersson Newsgroups: gmane.emacs.help Subject: Mix of completing-read and read-string Date: Sat, 7 Feb 2009 21:22:28 +0100 Message-ID: <929ccd880902071222o64e828e3h107f176ccb78592a@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174c3d107d4d97046259e5c4 X-Trace: ger.gmane.org 1234038184 21644 80.91.229.12 (7 Feb 2009 20:23:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2009 20:23:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 21:24:19 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LVtiq-000203-2T for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2009 21:24:16 +0100 Original-Received: from localhost ([127.0.0.1]:55494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVthW-0005UV-PV for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2009 15:22:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVthA-0005T5-Nh for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 15:22:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVth8-0005PQ-VA for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 15:22:32 -0500 Original-Received: from [199.232.76.173] (port=58235 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVth8-0005PD-PW for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 15:22:30 -0500 Original-Received: from mail-ew0-f20.google.com ([209.85.219.20]:42648) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVth8-00042N-9c for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 15:22:30 -0500 Original-Received: by ewy13 with SMTP id 13so1966633ewy.18 for ; Sat, 07 Feb 2009 12:22:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=rLBmi1c9nudUmdwCYTAN8BPwakFeK2kXFkXEQj5Oe4s=; b=T420S9pVYOsGciL5CAOL5V7EQKHHsTRThqX0pO+m1j5oGK41Glm3H8yJyoQ8HPXspK 3QJZHLyswWkTaM8RLAm7+ZBhpn6ub12v5F/gIwvmFcERXkMeGLmlS93Nbv4ptEcH7s3c j7fjx9ev1+bdh6IgLCPsVvluVQ8PhgRi1UtYg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=X+XOxjYb3i1Nk4/RlYhAFjS7IKlTdX40KWMCctlHBZIVyUYWjyneEDf2qy7lAkkfnG SB9uu3swE1ar4yMMsAhMIZQowCW3GchFC3fd8Tl0mXTdEOpLM/Rzh+suOIEySALwC0u0 EXdza1baul9tCDJ4BVzN6Hp8o/0wBt1U6kEZ0= Original-Received: by 10.210.70.14 with SMTP id s14mr2454798eba.150.1234038148648; Sat, 07 Feb 2009 12:22:28 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61984 Archived-At: --0015174c3d107d4d97046259e5c4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi! I'm looking for a function that is a mix of read-string and completing-read. I want completion and I want to be able to input anything, such as spaces. Is there any such function or do I have to write one myself? Thanks! --0015174c3d107d4d97046259e5c4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi!

I'm looking for a function that is a mix of read-string and completing-read. I want completion and I want to be able to input anything, such as spaces. Is there any such function or do I have to write one myself?

Thanks!
--0015174c3d107d4d97046259e5c4--