From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Taylan Ulrich Bayirli/Kammer Newsgroups: gmane.lisp.guile.user Subject: Re: Weird module behaviour Date: Thu, 25 Sep 2014 19:57:36 +0200 Message-ID: <874mvvmvlb.fsf@taylan.uni.cx> References: <878ul7n5eb.fsf@taylan.uni.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411667882 3078 80.91.229.3 (25 Sep 2014 17:58:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2014 17:58:02 +0000 (UTC) Cc: "guile-user@gnu.org" To: Panicz Maciej Godek Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Sep 25 19:57:55 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 1XXDIh-0004qO-3U for guile-user@m.gmane.org; Thu, 25 Sep 2014 19:57:55 +0200 Original-Received: from localhost ([::1]:41613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXDIg-0002EM-Qt for guile-user@m.gmane.org; Thu, 25 Sep 2014 13:57:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXDIX-0002DF-VM for guile-user@gnu.org; Thu, 25 Sep 2014 13:57:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXDIW-0006cy-MK for guile-user@gnu.org; Thu, 25 Sep 2014 13:57:45 -0400 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:34308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXDIW-0006c5-F9 for guile-user@gnu.org; Thu, 25 Sep 2014 13:57:44 -0400 Original-Received: by mail-la0-f45.google.com with SMTP id q1so1465260lam.32 for ; Thu, 25 Sep 2014 10:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Wvs8XDTd4ilHwtiP/Tt6sf2FNvZ8SAbET1K0pxPgbuQ=; b=hyX+jfHkYNseBuSO2pDlSjK8Jesi0CdC2yeFgT/Ah4HiuyNxeLE/jsM1amIQ/yPc80 e/CdH+xS7rVmR2+xP1TB+YMhjoMJfS08JV+bUC994Zc44q3Sx9QUwYE9lo06efrkHYyq 2BLxWACSqNfpa7VdcynoSuc3qN2Ojn0W9SPCqsnxPtJugb2hFg0umiMvtzj3r2pMP9+S EZRxClvte9TQd03Bsg/g2WzpWyiptlW6JL6pYJkO84TrfRFZ1wdcc6rOD1g15i103xxR j+rGHg3syCPeJ66nGwlvSoxLGzv00CbqN4Lfju2pBuHka8hTW7S/igA0bHjlr29dMtoY js9Q== X-Received: by 10.112.173.134 with SMTP id bk6mr13998383lbc.36.1411667858190; Thu, 25 Sep 2014 10:57:38 -0700 (PDT) Original-Received: from taylan.uni.cx (p200300514A6182120213E8FFFEED36FB.dip0.t-ipconnect.de. [2003:51:4a61:8212:213:e8ff:feed:36fb]) by mx.google.com with ESMTPSA id u16sm1025460lal.44.2014.09.25.10.57.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Sep 2014 10:57:37 -0700 (PDT) In-Reply-To: (Panicz Maciej Godek's message of "Thu, 25 Sep 2014 16:57:04 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:11553 Archived-At: Panicz Maciej Godek writes: > No wonder, since there's not a single mention in the documentation, > which is perceived as the document that makes things official. Oh snap. :-) The stable-2.0 branch has it documented. I also checked and it's even in 2.0.5 which Debian stable has so the feature should be fine to use in production code already. Taylan