From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nomen Nescio Newsgroups: gmane.emacs.help Subject: Re: postscript to lisp, plisp package error - Invalid read syntax: "# Date: Mon, 16 Feb 2004 17:40:03 +0100 (CET) Organization: mail2news@dizum.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <72ad301aaad5a16df8124355272308c6@dizum.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1076950231 2311 80.91.224.253 (16 Feb 2004 16:50:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 16:50:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 16 17:50:21 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 1Aslwq-0000CK-00 for ; Mon, 16 Feb 2004 17:50:20 +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 i1GGo8On007996 for ; Mon, 16 Feb 2004 17:50:08 +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 1Aslv7-0003wC-2P for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Feb 2004 11:48:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!prodigy.com!news.glorb.com!news.bananasplit.info!news.dizum.com!sewer-output!mail2news-x3!mail2news-x2!mail2news Comments: This message did not originate from the Sender address above. It was remailed automatically by anonymizing remailer software. Please report problems or inappropriate use to the remailer administrator at . Original-Newsgroups: comp.lang.lisp,comp.lang.scheme,gnu.emacs.help Mail-To-News-Contact: abuse@dizum.com Original-Xref: shelby.stanford.edu comp.lang.lisp:132525 comp.lang.scheme:52580 gnu.emacs.help:120959 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:16908 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16908 http://www.nocrew.org/news.html?article=115 http://www.lisp.se/emacs-cl/ Will it work with plisp? The following is an excerpt http://www.nocrew.org/cgi-bin/cvsweb/cvsweb.cgi/emacs-cl/README?rev=1.23 There are problems with the cl:function macro when its output appears in compiled files: * When applied to a byte-code function the result will be printed with the #[...] syntax. That works, but separate invokations of cl:function will result in distinct, though equal, code vectors. * When's applied to a subr, the result will be printed with the # syntax, which will raise a syntax error when loaded. In general, Emacs' byte compiler doesn't preserve object identity, which is a problem.