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:23:07 +0530 Message-ID: <30uhh2F34su3sU1@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 1101664540 24905 80.91.229.6 (28 Nov 2004 17:55:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 17:55:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 28 18:55:35 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 1CYTGp-0006AT-00 for ; Sun, 28 Nov 2004 18:55:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYTQA-0004Yz-Tb for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Nov 2004 13:05:14 -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: 18 Original-X-Trace: news.uni-berlin.de HA7g1VCK6Sw5cQlN25NebQQ2LtEi5Iz2ciI+Sy2HQxHSswi6Vs 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:126996 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:22399 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22399 Marco Gidde wrote: > Elvin Peterson writes: > > >>How do I create a REPL for emacs for elisp? > > > You could try the command ielm (Interactive Emacs Lisp Mode). It's > more like the 'classical' REPL you might know from other Scheme or > Common Lisp implementations. > > Thanks. I get the error -- command cat not found when I try to run it. IIRC, the REPL code for COMMON LISP is just a couple of lines, so I was hoping someone would post similar stuff for emacs. Thanks.