From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: case syntax and symbols Date: Thu, 26 May 2005 19:30:02 +0100 Message-ID: <429615AA.3040600@ossau.uklinux.net> References: <1111445850.6034.15.camel@vandvndr.physics.uiuc.edu> <87is3k1oxe.fsf@zagadka.de> <423FC796.4010303@ossau.uklinux.net> <874qcv40q4.fsf@zagadka.de> <4292236E.1050000@ossau.uklinux.net> <87mzqk7t0p.fsf@laas.fr> <42936C13.5020702@ossau.uklinux.net> <87y8a25kd7.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1117133124 11862 80.91.229.2 (26 May 2005 18:45:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 May 2005 18:45:24 +0000 (UTC) Cc: guile-user@gnu.org, Marius Vollmer Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu May 26 20:45:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbNL0-0005Jj-Bc for guile-user@m.gmane.org; Thu, 26 May 2005 20:44:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbNP7-000680-Jh for guile-user@m.gmane.org; Thu, 26 May 2005 14:48:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbNME-00050a-Py for guile-user@gnu.org; Thu, 26 May 2005 14:45:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbNMB-0004yz-0d for guile-user@gnu.org; Thu, 26 May 2005 14:45:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbNMA-0004uI-Of for guile-user@gnu.org; Thu, 26 May 2005 14:45:22 -0400 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbN83-0000JN-Kp for guile-user@gnu.org; Thu, 26 May 2005 14:30:47 -0400 Original-Received: from laruns (host81-130-111-97.in-addr.btopenworld.com [81.130.111.97]) by mail3.uklinux.net (Postfix) with ESMTP id D5FD6409FCC; Thu, 26 May 2005 18:30:04 +0000 (UTC) Original-Received: from [127.0.0.1] (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 318426F784; Thu, 26 May 2005 19:30:03 +0100 (BST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 X-Accept-Language: en Original-To: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= In-Reply-To: <87y8a25kd7.fsf@laas.fr> X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:4591 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4591 Ludovic Courtès wrote: > Hi, > > Neil Jerram writes: > > >>Or are you thinking of a "redefinition" as something different to what >>I'm thinking? The case I'm thinking of is where a file contains a >>definition, and you load that file twice (perhaps via use-modules, but >>that's not important). > > > What I'm thinking of is something as simple as: > > (define x 2) > (define x "hello") > > This is also what happens when a file is loaded twice. > > What about an `eval-enable' option? Sorry, but either you're not reading my emails properly, or I am misunderstanding you (or else my own rule). What I have proposed is a rule that means that Guile would NOT give a warning in such cases. Isn't that what you want? Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user