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: define and modules Date: 04 Nov 2002 23:12:11 +0100 Sender: guile-devel-admin@gnu.org Message-ID: <87k7jt7zno.fsf@zagadka.ping.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036448705 29212 80.91.224.249 (4 Nov 2002 22:25:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2002 22:25:05 +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 188peW-0007Zt-00 for ; Mon, 04 Nov 2002 23:25:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 188pfL-0002JY-00; Mon, 04 Nov 2002 17:25:51 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 188pS4-0003Ak-00 for guile-devel@gnu.org; Mon, 04 Nov 2002 17:12:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 188pS0-00039e-00 for guile-devel@gnu.org; Mon, 04 Nov 2002 17:12:07 -0500 Original-Received: from mail.dokom.net ([195.253.8.218]) by monty-python.gnu.org with esmtp (Exim 4.10) id 188pS0-00039W-00 for guile-devel@gnu.org; Mon, 04 Nov 2002 17:12:04 -0500 Original-Received: from dialin.speedway42.dip237.dokom.de ([195.138.42.237] helo=zagadka.ping.de ident=qmailr) by mail.dokom.net with smtp (Exim 3.32 #2) id 188pSm-0000M5-00 for guile-devel@gnu.org; Mon, 04 Nov 2002 23:12:52 +0100 Original-Received: (qmail 22585 invoked by uid 1000); 4 Nov 2002 22:12:11 -0000 Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 14 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:1643 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1643 Dirk Herrmann writes: > OK, talking about the right thing: How should guile react to the > following code: > > (define define-private define) > > This is done in boot9.scm. Should this be allowed? No, since 'define' is a syntactic keyword... which is probably not the reason you were expecting, right? -- 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