From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lynn Winebarger Newsgroups: gmane.lisp.guile.devel Subject: Re: bug in syncase Date: Fri, 15 Nov 2002 04:34:03 -0500 Sender: guile-devel-admin@gnu.org Message-ID: <0211150434031P.07034@locke.free-expression.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1037353829 11594 80.91.224.249 (15 Nov 2002 09:50:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 09:50:29 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Cd7H-00030A-00 for ; Fri, 15 Nov 2002 10:50:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Cd8v-0003Dv-00; Fri, 15 Nov 2002 04:52:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Ccxp-0006wg-00 for guile-devel@gnu.org; Fri, 15 Nov 2002 04:40:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Ccxj-0006rm-00 for guile-devel@gnu.org; Fri, 15 Nov 2002 04:40:34 -0500 Original-Received: from julesburg.uits.indiana.edu ([129.79.1.75]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Ccxi-0006pn-00 for guile-devel@gnu.org; Fri, 15 Nov 2002 04:40:30 -0500 Original-Received: from stjoseph.uits.indiana.edu (stjoseph.uits.indiana.edu [129.79.1.78]) by julesburg.uits.indiana.edu (8.12.1/8.12.1/IUPO) with ESMTP id gAF9eQFa012913; Fri, 15 Nov 2002 04:40:26 -0500 (EST) Original-Received: from locke.free-expression.org (dial-122-54.dial.indiana.edu [156.56.122.54]) by stjoseph.uits.indiana.edu (8.12.1/8.12.1/IUPO) with SMTP id gAF9ePRL004972; Fri, 15 Nov 2002 04:40:25 -0500 (EST) Original-To: Dirk Herrmann , Marius Vollmer X-Mailer: KMail [version 1.2] In-Reply-To: Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1711 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1711 On Thursday 14 November 2002 06:59, Dirk Herrmann wrote: > However, in (ice-9 syncase) there is one place where I don't know how to > fix it correctly, namely in function putprop there is the following line: > (variable-set! v sc-macro) > where sc-macro is a macro. As a workaround, I have changed the line to > (variable-set! v 'sc-macro) > but without being aware of the effects. However, the test-suite almost > completes flawlessly now. (There is only goops and the elisp macros that > I have not yet worked on.) > I don't know the answer to your question, but according to Jim Blandy, psyntax.ss is non-free. You can redistribute it, but not modify it. But apparently this is part of Guile's support functions rather than psyntax.ss (just took a look). Lynn _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel