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: Lowell Kirsh
Subject: Re: how to eval an elisp expression in the minibuffer
Date: Tue, 03 Feb 2004 13:30:15 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031029



Peter Lee wrote:

Is this what you mean?

Yep, thanks.

,----[ 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]