emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#23941: closed (load-path bug?)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23941: closed (load-path bug?)
Date: Mon, 11 Jul 2016 16:00:02 +0000

Your message dated Mon, 11 Jul 2016 17:59:09 +0200
with message-id <address@hidden>
and subject line Re: bug#23941: load-path bug?
has caused the debbugs.gnu.org bug report #23941,
regarding load-path bug?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23941: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23941
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: load-path bug? Date: Mon, 11 Jul 2016 09:12:09 +1000 User-agent: Mutt/1.6.1 (2016-04-27)
Guile does not appear to search %load-path when locating a file to load.

>From the documentation: 
>https://www.gnu.org/software/guile/manual/html_node/Load-Paths.html

6.17.7 Load Paths
...
Variable: %load-path List of directories which should be searched for Scheme
modules and libraries.
...

Current environment:

$ guile --version
guile (GNU Guile) 2.1.3.11-d545e-dirty
Copyright (C) 2016 Free Software Foundation, Inc.

$ uname -a
Linux eros 4.6.1-1-zen #1 ZEN SMP PREEMPT Thu Jun 2 13:29:40 UTC 2016 x86_64
GNU/Linux

$ ls ~/build/scheme 
boot-9.scm  ggspec  test.scm

scheme@(guile-user)> %load-path
$1 = ("/home/tobin/build/scheme/" ...)

scheme@(guile-user)> (load "test.scm")
;;; Stat of /home/tobin/test.scm failed:
;;; ERROR: In procedure stat: No such file or directory: "/home/tobin/test.scm"
ERROR: In procedure primitive-load:
ERROR: In procedure open-file: No such file or directory: "/home/tobin/test.scm"

Is this something I am doing wrong?

thanks,
Tobin.



--- End Message ---
--- Begin Message --- Subject: Re: bug#23941: load-path bug? Date: Mon, 11 Jul 2016 17:59:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
On Mon 11 Jul 2016 10:18, Alex Kost <address@hidden> writes:

> Tobin Harding (2016-07-11 02:12 +0300) wrote:
>
>> Guile does not appear to search %load-path when locating a file to load.
>>
>> From the documentation: 
>> https://www.gnu.org/software/guile/manual/html_node/Load-Paths.html
>
> Right, and this page mentions 'load-from-path' :-)

What Alex says :)

Andy


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]