From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: module trickery Date: 05 Sep 2002 00:40:27 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87ptvt5qg4.fsf@zagadka.ping.de> References: <87elcibm29.fsf@becket.becket.net> <87y9apqtyt.fsf@zagadka.ping.de> <87ptw0ymph.fsf@becket.becket.net> <87wuq7kr79.fsf@zagadka.ping.de> <871y8ag1ur.fsf@becket.becket.net> <878z2h7dld.fsf@zagadka.ping.de> <87ptvtcs6h.fsf@becket.becket.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031179169 22377 127.0.0.1 (4 Sep 2002 22:39:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2002 22:39: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 17mio4-0005on-00 for ; Thu, 05 Sep 2002 00:39:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mipf-0003gz-00; Wed, 04 Sep 2002 18:41:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mior-0003UM-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 18:40:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17miop-0003U1-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 18:40:16 -0400 Original-Received: from dialin.speedway42.dip139.dokom.de ([195.138.42.139] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17miop-0003To-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 18:40:15 -0400 Original-Received: (qmail 4742 invoked by uid 1000); 4 Sep 2002 22:40:27 -0000 Original-To: tb@becket.net (Thomas Bushnell, BSG) In-Reply-To: <87ptvtcs6h.fsf@becket.becket.net> Original-Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:1276 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1276 tb@becket.net (Thomas Bushnell, BSG) writes: > As it happens, I had asked a while ago if there was a version of > define-syntax that did an export the way define-public does. Hmm, should be a simple matter of (define-macro (define-syntax-public id . rest) `(begin (define-syntax ,id ,@rest) (export ,id))) Does that work? > You also posted a patch for syncase that should work for unexported > macros; will that be in 1.6? No, I'm afraid not. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel