From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Elvin Peterson Newsgroups: gmane.emacs.help Subject: Re: REPL Date: Sun, 28 Nov 2004 23:25:16 +0530 Message-ID: <30uhl4F34su3sU2@uni-berlin.de> References: <30s1jaF34d3v2U1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101664553 24927 80.91.229.6 (28 Nov 2004 17:55:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 17:55:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 28 18:55:49 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CYTH3-0006BF-00 for ; Sun, 28 Nov 2004 18:55:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYTQP-0004eM-7H for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Nov 2004 13:05:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: news.uni-berlin.de UJ2TMgKtyZdbOjxbQsni0AprBGwWvQQAXuM2GzR5qbo3ok7kmz User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:126997 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: main.gmane.org gmane.emacs.help:22400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22400 Maciek Pasternacki wrote: > On Boomtime, The Aftermath 40, 3170 YOLD, Elvin Peterson wrote: > > >>How do I create a REPL for emacs for elisp? > > > Just use lisp-interaction-mode, there you can use C-j to evaluate form > before the cursor and result is inserted into the buffer. The initial > *scratch* buffer is started in this mode. > That is quite painful to use, especially since I don't get the command recall and options to access outputs of previous commands. Something like SLIME would be really nice. Thanks.