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

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

Re: how to eval an elisp expression in the minibuffer


From: Peter Lee
Subject: Re: how to eval an elisp expression in the minibuffer
Date: Tue, 03 Feb 2004 20:27:53 GMT
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt)

>>>> Lowell Kirsh writes:

    Lowell> How can I evaluate an elisp expression by entering it in
    Lowell> the minibuffer? That is, the command that will make the
    Lowell> minibuffer active and allow me to enter a sexp there...

Is this what you mean?

,----[ C-h k M-: ]
| M-: runs the command eval-expression
|    which is an interactive compiled Lisp function in `simple'.
| It is bound to M-:, M-ESC :.
| (eval-expression EVAL-EXPRESSION-ARG &optional EVAL-EXPRESSION-INSERT-VALUE)
| 
| Evaluate EVAL-EXPRESSION-ARG and print value in the echo area.
| Value is also consed on to front of the variable `values'.
| Optional argument EVAL-EXPRESSION-INSERT-VALUE, if non-nil, means
| insert the result into the current buffer instead of printing it in
| the echo area.
| 
`----




reply via email to

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