From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: thorne Newsgroups: gmane.emacs.help Subject: Re: use of read Date: Mon, 07 Jan 2008 14:48:45 -0700 Organization: impossible. Message-ID: <86prwdxq6a.fsf@timbral.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1199745635 24824 80.91.229.12 (7 Jan 2008 22:40:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 22:40:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 07 23:40:57 2008 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 1JC0eO-0006Fv-Im for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jan 2008 23:40:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JC0e1-0003E2-EK for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jan 2008 17:40:33 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.osn.de!diablo1.news.osn.de!feeder.erje.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: tHL7Pw00KvzSeEbptdOqCQ.user.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Face: $+hwK%|BKl5SJ6w3SIAu?zV.l|8K(ke+y^T<, o5o+}%Hn~dXV{x9iglTN#CjLY{y5#]E`]GFmxlRI>Adx 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:50566 Archived-At: Thierry Volpiatto writes: > Hello, i use the function (read) to fill a list interactively. > the prompt is "Lisp expression:" , is it possible to have another prompt? > Thank you in advance. I think C-h f read-TAB will get you a list of functions that start with `read-'. My guess is the one you want is `read-string' or `read-number'. (read-string "Enter a string: ") -- Theron TtlÄx