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: Overwriting bindings by importing Date: Mon, 24 May 2004 22:49:48 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <877jv1lfdf.fsf@zagadka.ping.de> References: <20040430130917.GA236@gmx.de> <874qr1t5k5.fsf@zip.com.au> <20040501161237.GA236@gmx.de> <87k6zm5svi.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085442894 14585 80.91.224.253 (24 May 2004 23:54:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 23:54:54 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 25 01:54:46 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 1BSPHK-0000vw-00 for ; Tue, 25 May 2004 01:54:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSMYW-0008Up-5l for guile-devel@m.gmane.org; Mon, 24 May 2004 17:00:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSMYC-0008SU-Lr for guile-devel@gnu.org; Mon, 24 May 2004 17:00:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSMXf-0008Jh-7r for guile-devel@gnu.org; Mon, 24 May 2004 16:59:58 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSMOP-0006J9-RD for guile-devel@gnu.org; Mon, 24 May 2004 16:49:54 -0400 Original-Received: from [195.138.44.29] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1BSMRH-0004wT-00 for guile-devel@gnu.org; Mon, 24 May 2004 22:52:51 +0200 Original-Received: (qmail 12494 invoked by uid 1000); 24 May 2004 20:49:48 -0000 Original-To: Wolfgang Jaehrling In-Reply-To: <87k6zm5svi.fsf@zip.com.au> (Kevin Ryde's message of "Sun, 09 May 2004 10:47:13 +1000") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) 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:3754 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3754 Kevin Ryde writes: > Wolfgang Jaehrling writes: >> >> Loading `(ice-9 history)' in my `.guile' file caused this. > > Ah, something fishy in the way it mungs the current module to add the > value-history module. Yes. The change below should fix it. 2004-05-24 Marius Vollmer * history.scm (use-value-history): Use resolve-interface instead of resolve-module so that only the exported bindings are searched. (save-value-history): Export the newly defined variable. -- 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