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

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

Re: evaluate expression in scratch buffer


From: Andrew Taylor
Subject: Re: evaluate expression in scratch buffer
Date: Thu, 22 Apr 2004 22:23:52 GMT
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040421

William Payne wrote:

Hello, I want to evaluate the following expression:
(insert (prin1-to-string (w32-select-font)))

I read that I should evaluate it in the scratch buffer, so I typed it in
there...but what do I do to get the actual evaluation to occur?

In lisp-interaction-mode (which is what the *scratch* buffer uses), C-j is mapped to eval-print-last-sexp. Just position the point after the last closing parenthesis and press C-j.

--
Andrew


reply via email to

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