From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Wolfgang Jaehrling Newsgroups: gmane.lisp.guile.devel Subject: Re: Overwriting bindings by importing Date: Sat, 1 May 2004 18:12:37 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <20040501161237.GA236@gmx.de> References: <20040430130917.GA236@gmx.de> <874qr1t5k5.fsf@zip.com.au> Reply-To: Wolfgang Jaehrling NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083431119 19520 80.91.224.253 (1 May 2004 17:05:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 May 2004 17:05:19 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 01 19:05:13 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJxvM-0002af-01 for ; Sat, 01 May 2004 19:05:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJxtl-0005vc-Ao for guile-devel@m.gmane.org; Sat, 01 May 2004 13:03:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJxtf-0005v8-Ec for guile-devel@gnu.org; Sat, 01 May 2004 13:03:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJxt9-0005jf-HJ for guile-devel@gnu.org; Sat, 01 May 2004 13:03:26 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.30) id 1BJxt8-0005jB-Js for guile-devel@gnu.org; Sat, 01 May 2004 13:02:54 -0400 Original-Received: (qmail 16026 invoked by uid 65534); 1 May 2004 17:02:51 -0000 Original-Received: from dialin-145-254-210-250.arcor-ip.net (EHLO kaputt.schrott) (145.254.210.250) by mail.gmx.net (mp026) with SMTP; 01 May 2004 19:02:51 +0200 X-Authenticated: #897519 Original-Received: from wj by kaputt.schrott with local (Exim 3.35 #1 (Debian)) id 1BJx6T-0006NT-00; Sat, 01 May 2004 18:12:37 +0200 Original-To: Kevin Ryde Content-Disposition: inline In-Reply-To: <874qr1t5k5.fsf@zip.com.au> User-Agent: Mutt/1.3.28i X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3662 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3662 On Sat, May 01, 2004 at 09:22:02AM +1000, Kevin Ryde wrote: > That's wrong I think. Loading `(ice-9 history)' in my `.guile' file caused this. wj@kaputt:~$ guile -q guile> (use-modules (ice-9 history)) guile> (use-modules (srfi srfi-1)) guile> iota $1 = # wj@kaputt:~$ guile -q guile> (use-modules (srfi srfi-1)) guile> iota # Cheers, Wolfgang _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel