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

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

Re: How to IELM use minibuffer?


From: Christopher Schmidt
Subject: Re: How to IELM use minibuffer?
Date: Wed, 9 Jan 2013 09:36:48 +0000 (GMT)

Xue Fuqiao <xfq.free@gmail.com> writes:
> I used (interactive "x") in IELM just now, but it only returns nil and
> didn't let me input the Lisp object.  How can I use minibuffer in
> IELM?

interactive is not meant to be used interactively, it is merely a
declaration within functions and lambdas.  Check C-h f interactive RET

Try read-from-minibuffer in combination with read.

        Christopher



reply via email to

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