From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Maggi Newsgroups: gmane.lisp.guile.devel Subject: Re: define-syntax Date: Fri, 18 Jun 2010 16:41:22 +0200 Message-ID: <87ljac5rot.fsf@rapitore.luna> References: <87bpbcm381.fsf@gnu.org> <87631jqvk2.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 1276872082 18418 80.91.229.12 (18 Jun 2010 14:41:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Jun 2010 14:41:22 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 18 16:41:21 2010 connect(): No such file or directory Return-path: Envelope-to: guile-devel@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 1OPckz-0002qv-Bx for guile-devel@m.gmane.org; Fri, 18 Jun 2010 16:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:40352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPcky-0002C7-VU for guile-devel@m.gmane.org; Fri, 18 Jun 2010 10:41:20 -0400 Original-Received: from [140.186.70.92] (port=56095 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPcku-0002An-K7 for guile-devel@gnu.org; Fri, 18 Jun 2010 10:41:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPckt-0003cW-94 for guile-devel@gnu.org; Fri, 18 Jun 2010 10:41:16 -0400 Original-Received: from relay-pt2.poste.it ([62.241.5.253]:64114) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPckt-0003cH-2q for guile-devel@gnu.org; Fri, 18 Jun 2010 10:41:15 -0400 Original-Received: from rapitore.luna (93.147.77.171) by relay-pt2.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4C1AA93E0001B103; Fri, 18 Jun 2010 16:40:49 +0200 X-Loop: marco@maggi.it X-Mailer: GNU Emacs In-Reply-To: marco@localhost 2010 10:39:34 +0200") Original-Lines: 12 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10512 Archived-At: "Andy Wingo" wrote: > Probably not a good assumption to make on this list :) The message from the OP started with: > From R6RS Section 10: > > define-syntax form The expander expands and evaluates the > right-hand-side expression and binds the keyword to the resulting > transformer. -- Marco Maggi