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: loading a module Date: Sun, 28 Feb 2010 22:59:22 +0000 Message-ID: <877hpx7yr9.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267398008 32673 80.91.229.12 (28 Feb 2010 23:00:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2010 23:00:08 +0000 (UTC) Cc: guile-user@gnu.org To: "Tomas By" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Mar 01 00:00:04 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nls7H-0003p1-DP for guile-user@m.gmane.org; Mon, 01 Mar 2010 00:00:03 +0100 Original-Received: from localhost ([127.0.0.1]:41814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nls7G-00008L-Ah for guile-user@m.gmane.org; Sun, 28 Feb 2010 18:00:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nls7C-000083-3s for guile-user@gnu.org; Sun, 28 Feb 2010 17:59:58 -0500 Original-Received: from [140.186.70.92] (port=45718 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nls79-00006i-5S for guile-user@gnu.org; Sun, 28 Feb 2010 17:59:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nls78-0002vU-6E for guile-user@gnu.org; Sun, 28 Feb 2010 17:59:54 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:46897) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nls78-0002vK-1x for guile-user@gnu.org; Sun, 28 Feb 2010 17:59:54 -0500 Original-Received: from arudy (host86-182-154-126.range86-182.btcentralplus.com [86.182.154.126]) by mail3.uklinux.net (Postfix) with ESMTP id C019A1F6DE6; Sun, 28 Feb 2010 22:59:52 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 368483801F; Sun, 28 Feb 2010 22:59:22 +0000 (GMT) In-Reply-To: (Tomas By's message of "Wed, 17 Feb 2010 19:26:54 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:7661 Archived-At: "Tomas By" writes: > Trying to load the Guile module, however, still fails. This is really a stab in the dark - but could you try using a name for the Scheme-level procedure that is different from the module name? Currently they are both "mytest". I think there could be some residual nonsense meaning for a binding that has the same name as the module... Neil