From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: "module/" prefix in /usr/local/lib/guile/2.0/ccache/ice-9/*.go Date: Thu, 24 Mar 2011 01:25:07 +0000 Message-ID: <87mxklnwcs.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300929958 25196 80.91.229.12 (24 Mar 2011 01:25:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2011 01:25:58 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 24 02:25:54 2011 Return-path: Envelope-to: guile-devel@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 1Q2ZJC-0000CR-Cz for guile-devel@m.gmane.org; Thu, 24 Mar 2011 02:25:54 +0100 Original-Received: from localhost ([127.0.0.1]:58503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2ZJB-0005BP-RS for guile-devel@m.gmane.org; Wed, 23 Mar 2011 21:25:53 -0400 Original-Received: from [140.186.70.92] (port=50170 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2ZJ4-0005BK-Bb for guile-devel@gnu.org; Wed, 23 Mar 2011 21:25:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2ZJ3-00041F-Bo for guile-devel@gnu.org; Wed, 23 Mar 2011 21:25:46 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:34074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2ZJ3-0003tQ-7K for guile-devel@gnu.org; Wed, 23 Mar 2011 21:25:45 -0400 Original-Received: from arudy (unknown [78.149.125.151]) by mail3.uklinux.net (Postfix) with ESMTP id E29501F6686 for ; Thu, 24 Mar 2011 01:25:07 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id 756743801E for ; Thu, 24 Mar 2011 01:25:07 +0000 (GMT) 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-Received-From: 80.84.72.33 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11967 Archived-At: I noticed that the filename properties in installed .go files always begin with "module/". Is this correct and, if not, does it matter? (For example, and-let-star.go has several occurrences of module/ice-9/and-let-star.scm where I'd expect just ice-9/and-let-star.scm.) Neil