From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: emacs and openmcl Date: Mon, 03 Nov 2003 19:02:31 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1067904150.4490.87.camel@hades> References: <87y8uxqayk.fsf@bird.agharta.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067904330 19015 80.91.224.253 (4 Nov 2003 00:05:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 00:05:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 04 01:05:27 2003 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 1AGohL-00081h-00 for ; Tue, 04 Nov 2003 01:05:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGogI-0000eo-Nx for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2003 19:04:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AGof6-0000dl-L1 for help-gnu-emacs@gnu.org; Mon, 03 Nov 2003 19:03:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AGoeY-0000P4-CT for help-gnu-emacs@gnu.org; Mon, 03 Nov 2003 19:03:05 -0500 Original-Received: from [24.59.76.83] (helo=hades) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGoeX-0000Ob-1J for help-gnu-emacs@gnu.org; Mon, 03 Nov 2003 19:02:33 -0500 Original-Received: by hades (Postfix, from userid 501) id 7F20349E; Mon, 3 Nov 2003 19:02:31 -0500 (EST) Original-To: edi@agharta.de In-Reply-To: <87y8uxqayk.fsf@bird.agharta.de> X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:13777 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13777 I'm pretty sure there's an emacs lisp package to allow you to run common lisp programs. Basically passes the lisp function arguments to C, which passes it to CL. I wonder if it's bidirectional or if you could rig something up. -Dan On Mon, 2003-11-03 at 18:38, Edi Weitz wrote: > On Mon, 3 Nov 2003 23:09:17 +0100, Johannes Quint wrote: > > > working with openmcl and emacs, how can i use the emacs-lisp > > functions in openmcl? > > You can't. Emacs Lisp and Common Lisp are different Lisp dialects. > > However, you can use Emacs as an IDE for OpenMCL (and other Common > Lisp implementations). See > > > > Edi. > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs