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: cannot compile: srfi-10 define-reader-ctor 'hash '#,( Date: Thu, 14 Aug 2014 21:54:05 +0200 Message-ID: <87ppg2x2xu.fsf@taylan.uni.cx> References: <87y4w9jog8.fsf@drakenvlieg.flower> <874myvudnk.fsf@gnu.org> <87y4vaf3fr.fsf@drakenvlieg.flower> <877g2bxt60.fsf@taylan.uni.cx> <9203bc0ad8b0aea6d54a0ab7ae539772@ossau.homelinux.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1408046067 3137 80.91.229.3 (14 Aug 2014 19:54:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2014 19:54:27 +0000 (UTC) Cc: guile-user@gnu.org To: Neil Jerram Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Aug 14 21:54:21 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 1XI16L-0005zd-1K for guile-user@m.gmane.org; Thu, 14 Aug 2014 21:54:21 +0200 Original-Received: from localhost ([::1]:56044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI16K-00040m-MW for guile-user@m.gmane.org; Thu, 14 Aug 2014 15:54:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI16A-0003wv-Db for guile-user@gnu.org; Thu, 14 Aug 2014 15:54:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XI169-0007PX-MJ for guile-user@gnu.org; Thu, 14 Aug 2014 15:54:10 -0400 Original-Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:58423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI169-0007PT-EI for guile-user@gnu.org; Thu, 14 Aug 2014 15:54:09 -0400 Original-Received: by mail-lb0-f176.google.com with SMTP id u10so1230832lbd.21 for ; Thu, 14 Aug 2014 12:54:08 -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=qHJ7xdX3sVWRtOo2op9Qu2yaf2eKXbbA3hw2J5IiNuM=; b=CdcfShoEyUMXwBvcZrZuiSrT6R/74QFWPG9YWQor5fuxNRyVISAOvuZLHOu2sdZJwz W+yOA1cOq9PPtpqZjZFdWJ+NJ14IEWS5yeDI86Bvb1qbL/YmQrWgcPwgpKadmT3I9L8f x5yOpagpz/eY4DBGBIvAZC6ey/8ItoMLjiSNIyj/QCvnEXTGpOWo5C30arP85I41lzai XjV+LwCSkSY00rpMLIDQ46GFpOpQP5IU7or6PUqReB8oEWt3li2uCWcAveyc67fVpH6L eQtvoxVQvYtpvSHhf6pGnM1yUL4se1Xr0ay2Rszm7moJKQ9R+y2TyfPoGIl3k5o0gG9G AuYA== X-Received: by 10.112.131.202 with SMTP id oo10mr6926471lbb.65.1408046048129; Thu, 14 Aug 2014 12:54:08 -0700 (PDT) Original-Received: from taylan.uni.cx (p200300514A44E2820213E8FFFEED36FB.dip0.t-ipconnect.de. [2003:51:4a44:e282:213:e8ff:feed:36fb]) by mx.google.com with ESMTPSA id q2sm3641999lah.8.2014.08.14.12.54.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Aug 2014 12:54:07 -0700 (PDT) In-Reply-To: <9203bc0ad8b0aea6d54a0ab7ae539772@ossau.homelinux.net> (Neil Jerram's message of "Thu, 14 Aug 2014 20:42:42 +0100") 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:c04::230 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:11418 Archived-At: Neil Jerram writes: > I'm not sure what that demonstrates. add-to-load-path _does_ appear > to work for me as hoped (and documented) when used in a situation like > that of the recent ossaulib thread - i.e. where a top level script > wants to extend the load path and then load modules from there: Never mind, 'eval-when' is a macro too of course so ',expand' makes it "disappear." Taylan