From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: tb@becket.net (Thomas Bushnell, BSG) Newsgroups: gmane.lisp.guile.devel Subject: Re: module trickery Date: 04 Sep 2002 16:33:16 -0700 Sender: guile-devel-admin@gnu.org Message-ID: <87ofbduy83.fsf@becket.becket.net> 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> <87ptvt5qg4.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031182231 29731 127.0.0.1 (4 Sep 2002 23:30:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2002 23:30:31 +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 17mjbR-0007jP-00 for ; Thu, 05 Sep 2002 01:30:29 +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 17mjd0-0007VL-00; Wed, 04 Sep 2002 19:32:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mjcO-0007PU-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 19:31:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mjcM-0007Ot-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 19:31:28 -0400 Original-Received: from vp190174.reshsg.uci.edu ([128.195.190.174] helo=becket.becket.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mjcM-0007Oo-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 19:31:26 -0400 Original-Received: from tb by becket.becket.net with local (Exim 3.35 #1 (Debian)) id 17mje8-00019M-00; Wed, 04 Sep 2002 16:33:16 -0700 Original-To: Marius Vollmer X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Windows: Let it get in YOUR way. In-Reply-To: <87ptvt5qg4.fsf@zagadka.ping.de> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Lines: 13 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:1277 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1277 Marius Vollmer writes: > Hmm, should be a simple matter of > > (define-macro (define-syntax-public id . rest) > `(begin > (define-syntax ,id ,@rest) > (export ,id))) > > Does that work? Yeah, so does :export in the define-module form. Neither of these is mentioned in any documentation I could find... :( _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel