help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use of read


From: thorne
Subject: Re: use of read
Date: Mon, 07 Jan 2008 14:48:45 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

Thierry Volpiatto <thierry.volpiatto@gmail.com> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]