From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Motakef Newsgroups: gmane.emacs.help Subject: Re: postscript to lisp, plisp package error - Invalid read syntax: "#" Date: Mon, 16 Feb 2004 16:09:18 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86isi7qcwx.fsf@pokey.internal.henrik-motakef.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076944625 18934 80.91.224.253 (16 Feb 2004 15:17:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 15:17:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 16 16:16:57 2004 Return-path: Original-Received: from hermes.netfonds.no ([80.91.224.195]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AskUT-0008P0-01 for ; Mon, 16 Feb 2004 16:16:57 +0100 Original-Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by hermes.netfonds.no (8.12.8p1/8.12.8) with ESMTP id i1GFGfOn030035 for ; Mon, 16 Feb 2004 16:16:42 +0100 (CET) Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AskTY-0006LH-Nn for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Feb 2004 10:16:00 -0500 Original-Followup-To: comp.lang.lisp,gnu.emacs.help Original-Newsgroups: comp.lang.lisp, comp.lang.scheme, gnu.emacs.help, comp.lang.postscript User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:eZRjAmQMwKaV6Mt5Y6ZBbvz924s= Original-NNTP-Posting-Host: 213.23.207.178 Original-X-Trace: 16 Feb 2004 16:09:20 +0100, 213.23.207.178 Original-Lines: 20 Original-X-Complaints-To: abuse@arcor-ip.de Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!news-FFM2.ecrc.net!news0.de.colt.net!newsfeed.r-kom.de!newsfeed.arcor-ip.de!news.arcor-ip.de!213.23.207.178 Original-Xref: shelby.stanford.edu comp.lang.lisp:132517 comp.lang.scheme:52576 gnu.emacs.help:120951 comp.lang.postscript:76583 Original-To: help-gnu-emacs@gnu.org 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:16900 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16900 Anonymous-Remailer@See.Comment.Header (Henna) writes: > I am trying to use it and finding errors. I have no lucid > lisp or any other, other than the emacs lisp. I have > tried to (require 'cl) without error. > > > (1) > I have renamed all files in plisp to be .el from .lisp since that > is what > emacs seems to expect. Emacs Lisp and Common Lisp are quite different languages, and (require 'cl) is merely cosmetic. It doesn't make the languages compatible. You won't be able to run Common Lisp programs in Emacs. But you can simply install a Common Lisp implementation. See for a list of free ones, or for commercial Lisps.