From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Holger Sparr Newsgroups: gmane.emacs.help Subject: Re: evaluate expression in scratch buffer Date: Fri, 23 Apr 2004 08:20:17 +0200 Organization: Dresden University of Technology, Germany Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082702133 26933 80.91.224.253 (23 Apr 2004 06:35:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2004 06:35:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 23 08:35:25 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGuHV-0005OE-00 for ; Fri, 23 Apr 2004 08:35:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGuEO-0003lj-SM for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Apr 2004 02:32:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!mfkpc34.mw.tu-dresden.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: mfkpc34.mw.tu-dresden.de (141.30.108.94) Original-X-Trace: news.uni-berlin.de 1082701217 10452297 D 141.30.108.94 (10411) Mail-Copies-To: never User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:7dpzo0jNZ8wt9c532qc70HU3yFk= Original-Xref: shelby.stanford.edu gnu.emacs.help:122612 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17900 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17900 On Thu, 22 Apr 2004, 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? Go to the closing parent and hit "C-j". Holger --