From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Albert Reiner Newsgroups: gmane.emacs.help Subject: Re: syntax / method for executing an emacs lisp function? Date: 30 May 2006 17:27:51 +0200 Organization: Norwegian university of science and technology Message-ID: References: <1149002530.775420.198690@38g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149003672 21753 80.91.229.2 (30 May 2006 15:41:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 May 2006 15:41:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 30 17:41:11 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fl6L7-0003gr-Vw for geh-help-gnu-emacs@m.gmane.org; Tue, 30 May 2006 17:41:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fl6L7-0006Bs-Gy for geh-help-gnu-emacs@m.gmane.org; Tue, 30 May 2006 11:41:01 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!news2.volia.net!news.banetele.no!uio.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: eivind.phys.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1149002871 28735 129.241.48.123 (30 May 2006 15:27:51 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Tue, 30 May 2006 15:27:51 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Xref: shelby.stanford.edu gnu.emacs.help:139665 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35288 Archived-At: [farbot@gmail.com, 30 May 2006 08:22:10 -0700]: > I also tried typing commands in Lisp Interaction mode -- but neither > return nor enter makes them execute. C-j ? Or you can also use C-x C-e after any sexp even in non-Lisp buffers. Can't help with the rest, though. Albert.