From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Maggi Newsgroups: gmane.lisp.guile.bugs Subject: Re: [r6rs] probably bad syntax expansion Date: Mon, 21 Jun 2010 10:34:51 +0200 Message-ID: <87wrts3hsk.fsf@rapitore.luna> References: <877hls4xu9.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277109270 27970 80.91.229.12 (21 Jun 2010 08:34:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2010 08:34:30 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jun 21 10:34:29 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OQcSZ-0001OW-5K for guile-bugs@m.gmane.org; Mon, 21 Jun 2010 10:34:27 +0200 Original-Received: from localhost ([127.0.0.1]:43380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQcSY-0004KQ-Is for guile-bugs@m.gmane.org; Mon, 21 Jun 2010 04:34:26 -0400 Original-Received: from [140.186.70.92] (port=38619 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQcSS-0004KL-Ce for bug-guile@gnu.org; Mon, 21 Jun 2010 04:34:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQcSR-0002CK-7u for bug-guile@gnu.org; Mon, 21 Jun 2010 04:34:20 -0400 Original-Received: from relay-pt1.poste.it ([62.241.4.164]:33182) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQcSR-0002C3-0W for bug-guile@gnu.org; Mon, 21 Jun 2010 04:34:19 -0400 Original-Received: from rapitore.luna (93.147.77.67) by relay-pt1.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4C1EADFE0000FFDF for bug-guile@gnu.org; Mon, 21 Jun 2010 10:34:17 +0200 Original-Sender: marco.maggi-ipsu@poste.it X-Loop: marco@maggi.it X-Mailer: GNU Emacs Original-Lines: 10 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4693 Archived-At: "Marco Maggi" wrote: > Sorry for the self reply; the problem goes away defining > IDENTIFIER->STRING before its usage. I can understand > this, but it is not R6RS behaviour. Maybe just > documenting it as incompatibility is fine. I take it back. It imposes an order on definitions which can cause problems in complex libraries (like mine). -- Marco Maggi