From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: illegal uses of define in guile Date: 14 Oct 2002 20:42:06 +0100 Sender: guile-devel-admin@gnu.org Message-ID: References: <3DAB03BE.14E930B2@pacbell.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034634914 13215 80.91.224.249 (14 Oct 2002 22:35:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2002 22:35:14 +0000 (UTC) Cc: Dirk Herrmann , 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 181Dnr-0003Qu-00 for ; Tue, 15 Oct 2002 00:35:11 +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 181Dnt-00047Y-00; Mon, 14 Oct 2002 18:35:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 181Dn5-0003Bd-00 for guile-devel@gnu.org; Mon, 14 Oct 2002 18:34:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 181Dn2-00035e-00 for guile-devel@gnu.org; Mon, 14 Oct 2002 18:34:22 -0400 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 181Dn2-00034H-00 for guile-devel@gnu.org; Mon, 14 Oct 2002 18:34:20 -0400 Original-Received: from laruns.ossau.uklinux.net (bts-0954.dialup.zetnet.co.uk [194.247.51.186]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g9EMYHr13015; Mon, 14 Oct 2002 23:34:17 +0100 Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1]) by laruns.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id C8993DC129; Mon, 14 Oct 2002 20:42:06 +0100 (BST) Original-To: Bruce Korb In-Reply-To: <3DAB03BE.14E930B2@pacbell.net> Original-Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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:1551 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1551 >>>>> "Bruce" == Bruce Korb writes: Bruce> Dirk Herrmann wrote: >> >> Currently, guile allows the following: >> (if (not (defined? '%load-verbosely)) >> (define %load-verbosely #f)) Bruce> I do that. I do too; however, I guess one could instead write this: (define %load-verbosely (if (defined? '%load-verbosely) %load-verbosely #f)) Would this work? Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel