From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: include can't work Date: Sun, 17 Nov 2013 16:24:48 +0800 Message-ID: References: <1384501247.11916.8.camel@Renee-desktop.suse> <87txfb90m2.fsf@netris.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0111c09a28090904eb5b2a7a X-Trace: ger.gmane.org 1384676692 1756 80.91.229.3 (17 Nov 2013 08:24:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2013 08:24:52 +0000 (UTC) Cc: guile-devel To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 17 09:24:57 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 1Vhxf7-0002nt-BN for guile-devel@m.gmane.org; Sun, 17 Nov 2013 09:24:57 +0100 Original-Received: from localhost ([::1]:38350 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vhxf6-0007l1-Kc for guile-devel@m.gmane.org; Sun, 17 Nov 2013 03:24:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vhxf0-0007kv-KL for guile-devel@gnu.org; Sun, 17 Nov 2013 03:24:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vhxez-0006gn-Ou for guile-devel@gnu.org; Sun, 17 Nov 2013 03:24:50 -0500 Original-Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]:44918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vhxez-0006gh-Jj for guile-devel@gnu.org; Sun, 17 Nov 2013 03:24:49 -0500 Original-Received: by mail-ob0-f169.google.com with SMTP id wm4so162663obc.0 for ; Sun, 17 Nov 2013 00:24:48 -0800 (PST) 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=9rCj6mRIQaVXTLzlXGFpcljI4UcY+0kEfne6wMrhKdA=; b=vp71QDyFa5dAtdF0gfvasorNq8ZuaTI2XAHvA7KBq5I56LZvEuesQSd57d08pvvZ23 YlV10QVpF8wESlfklr9dWz6JLEXWFJ+SAJe8vnLjFlBIEt3SxXtEYEulMJFN7JOB1pJ4 VxYG8jyUFzeY7ygVtRPWhKez6JiJ/fiRZLIA09aFQ61ToWkRLFVohsZRYwz2iBcIrr/B tW+sgm6I6+OzfRnQAv1GKOHBl8dJPr0tHJYstDYaKx41mpUPHkWnmAaae3dkuxLoTkEz xO9PE4xThYFvDHM0J9bLmPxBHaYI0/sho689CgCLCQKCIcBfRdJMYkzpkXHhVzlvuqcn e3/A== X-Received: by 10.182.84.132 with SMTP id z4mr14472471oby.49.1384676688658; Sun, 17 Nov 2013 00:24:48 -0800 (PST) Original-Received: by 10.182.86.97 with HTTP; Sun, 17 Nov 2013 00:24:48 -0800 (PST) Original-Received: by 10.182.86.97 with HTTP; Sun, 17 Nov 2013 00:24:48 -0800 (PST) In-Reply-To: <87txfb90m2.fsf@netris.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::229 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:16738 Archived-At: --089e0111c09a28090904eb5b2a7a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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. Racket's "include" support relative path, so I made the mistake. > > Thoughts? > > Mark --089e0111c09a28090904eb5b2a7a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


2013-11-17 AM11:19 "Mark H Weaver" <mhw@netris.org>=EF=BC=9A
> When you're at the REPL, why not just use 'load' instead?<= /p>

Thanks for the explain, but it's not used in a REPL.=C2= =A0 I just used the REPL to explain the issue.
Racket's "include" support relative path, so I made the mista= ke.

>
> Thoughts?
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0Mark

--089e0111c09a28090904eb5b2a7a--