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

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

Re: use of read


From: Lennart Borgman (gmail)
Subject: Re: use of read
Date: Mon, 07 Jan 2008 23:07:04 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Thierry Volpiatto wrote:
Bastien <bzg@altern.org> writes:

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.
This string is hardcoded in the C source code for this function.  So I
think it's not possible to modify it.

Thanks,
no over function to get a variable interactively ?(not with interactive)

Maybe this can help?

(defun read2 (lisp)
  (interactive "xGive me some lisp: ")
  lisp)

(call-interactively 'read2)




reply via email to

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