From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: include can't work Date: Sun, 17 Nov 2013 05:09:47 -0500 Message-ID: <8738mv8hlg.fsf@netris.org> References: <1384501247.11916.8.camel@Renee-desktop.suse> <87txfb90m2.fsf@netris.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1384683036 25298 80.91.229.3 (17 Nov 2013 10:10:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2013 10:10:36 +0000 (UTC) Cc: guile-devel To: Nala Ginrut Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 17 11:10:41 2013 Return-path: Envelope-to: guile-devel@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 1VhzJQ-0006kR-6W for guile-devel@m.gmane.org; Sun, 17 Nov 2013 11:10:40 +0100 Original-Received: from localhost ([::1]:38457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhzJP-0006kf-ID for guile-devel@m.gmane.org; Sun, 17 Nov 2013 05:10:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhzJB-0006kV-Db for guile-devel@gnu.org; Sun, 17 Nov 2013 05:10:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhzJ3-0004eu-2c for guile-devel@gnu.org; Sun, 17 Nov 2013 05:10:25 -0500 Original-Received: from world.peace.net ([96.39.62.75]:46960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhzJ2-0004eV-NE for guile-devel@gnu.org; Sun, 17 Nov 2013 05:10:16 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VhzIw-0002dd-5u; Sun, 17 Nov 2013 05:10:10 -0500 In-Reply-To: (Nala Ginrut's message of "Sun, 17 Nov 2013 16:24:48 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16739 Archived-At: Nala Ginrut writes: > 2013-11-17 AM11:19 "Mark H Weaver" =EF=BC=9A >> When you're at the REPL, why not just use 'load' instead? > > Thanks for the explain, but it's not used in a REPL. I just used the > REPL to explain the issue.=20 In that case, can you tell us where the 'include' macro was used? > Racket's "include" support relative path, so I made the mistake. Guile's 'include' also supports relative paths if the (include "...") form is found within a file, or more generally, if it was read from a port that had its filename set. Please tell us more about what you were doing, so that we can find out what's going wrong. Thanks, Mark