From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: macros, procedure->macro Date: 10 Jul 2002 21:31:08 +0200 Sender: guile-user-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026329620 15727 127.0.0.1 (10 Jul 2002 19:33:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 10 Jul 2002 19:33:40 +0000 (UTC) Cc: guile-devel@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17SNDX-00045W-00 for ; Wed, 10 Jul 2002 21:33:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17SNC5-0007oG-00; Wed, 10 Jul 2002 15:32:09 -0400 Original-Received: from dialin.speedway42.dip11.dokom.de ([195.138.42.11] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17SNB8-0007mk-00 for ; Wed, 10 Jul 2002 15:31:11 -0400 Original-Received: (qmail 1968 invoked by uid 1000); 10 Jul 2002 19:31:08 -0000 Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:730 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:730 Dirk Herrmann writes: > True, but with current guile, how do you _access_ the local environment > (when not making use of acros, macros and mmacros to obtain it)? I'm not sure, I understand the problem. Currently, the evaluator carries around the environment in the "env" variable. It will continue to do this, or? From there, it can be passed to "acro" and "mmacro" transformers. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user