From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Panicz Maciej Godek Newsgroups: gmane.lisp.guile.user Subject: Re: Weird module behaviour Date: Thu, 25 Sep 2014 16:57:04 +0200 Message-ID: References: <878ul7n5eb.fsf@taylan.uni.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1411657051 12939 80.91.229.3 (25 Sep 2014 14:57:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2014 14:57:31 +0000 (UTC) Cc: "guile-user@gnu.org" To: "Taylan Ulrich Bayirli/Kammer" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Sep 25 16:57:24 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XXATx-0005pD-GY for guile-user@m.gmane.org; Thu, 25 Sep 2014 16:57:21 +0200 Original-Received: from localhost ([::1]:40604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXATx-0005TL-7d for guile-user@m.gmane.org; Thu, 25 Sep 2014 10:57:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXATp-0005T4-31 for guile-user@gnu.org; Thu, 25 Sep 2014 10:57:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXATo-0003iv-BX for guile-user@gnu.org; Thu, 25 Sep 2014 10:57:13 -0400 Original-Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:53290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXATo-0003iT-4t for guile-user@gnu.org; Thu, 25 Sep 2014 10:57:12 -0400 Original-Received: by mail-wi0-f179.google.com with SMTP id d1so9648187wiv.12 for ; Thu, 25 Sep 2014 07:57:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ueIvi0KakE27/mwnCHd6JKSp9q2C/1A8g+CIDrkE72s=; b=f1/LzO0Bul5bbIrNN6RtnNdL6IsSYaetcLAZLJC/fiyIxFsZEXDIyHFGJpoV5d6u5j rJBgx6t8z0jP9MxnWq+2uUUh2Ef6ScCLzFPKBbzh48g9aRPzk0LzS3BDB+heMsSixtvf ypnjm19CcuBfCrt2gOMBojJ6qJe/LoWk5T56e52Ch3ZXr3s8KX/vRl/0oi4/Jkg3/5Vf UbPjUCX/kyaZRqTSuitAWFf/VtYNlDgFvKO4b5CY0RMcO6GQ46q5j05VLvlPlnDCe3k1 OaMzQF2gCnAJM3+sCbH/LNPhTEygG776vGnNW7kLzvymQYu1KNJRtCW/BICActl8X6Cf xjTg== X-Received: by 10.194.80.2 with SMTP id n2mr16643320wjx.29.1411657024718; Thu, 25 Sep 2014 07:57:04 -0700 (PDT) Original-Received: by 10.194.188.36 with HTTP; Thu, 25 Sep 2014 07:57:04 -0700 (PDT) In-Reply-To: <878ul7n5eb.fsf@taylan.uni.cx> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::233 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11552 Archived-At: 2014-09-25 16:25 GMT+02:00 Taylan Ulrich Bayirli/Kammer : >> [...] > > Just a tip: you can do e.g. (use-modules ((foo) #:prefix foo-)). It > seems many people don't know of it. No wonder, since there's not a single mention in the documentation, which is perceived as the document that makes things official.