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

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

[debbugs-tracker] bug#10557: closed (GUILE_LOAD_PATH variable value igno


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10557: closed (GUILE_LOAD_PATH variable value ignored when setting %load-path.)
Date: Fri, 03 Feb 2012 19:30:03 +0000

Your message dated Fri, 03 Feb 2012 16:32:16 +0100
with message-id <address@hidden>
and subject line Re: bug#10557: GUILE_LOAD_PATH variable value ignored when 
setting %load-path.
has caused the debbugs.gnu.org bug report #10557,
regarding GUILE_LOAD_PATH variable value ignored when  setting %load-path.
to be marked as done.

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


-- 
10557: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10557
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: GUILE_LOAD_PATH variable value ignored when setting %load-path. Date: Thu, 19 Jan 2012 22:39:02 +0000 User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0
This doesn't appear to work as per page 41, section 4.2.2 Environment
Variables in the docs. Strangely enough, though settings of
GUILE_LOAD_COMPILED_PATH *are* observed and added to the front of
%load-compiled-path.

Cheers,
Ian Hulin

==================================================================================================
address@hidden ~/src/lilypond (T1686)$ echo $GUILE_LOAD_PATH

address@hidden ~/src/lilypond (T1686)$ guile
GNU Guile 2.0.3
Copyright (C) 1995-2011 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> %load-path
$1 = ("/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0"
"/usr/local/share/guile/site" "/usr/local/share/guile")
scheme@(guile-user)> ,q
address@hidden ~/src/lilypond (T1686)$ declare -x
GUILE_LOAD_COMPILED_PATH='/home/ian/src/lilypond/scm/out'
address@hidden ~/src/lilypond (T1686)$ guile
GNU Guile 2.0.3
Copyright (C) 1995-2011 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> %load-path
$1 = ("/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0"
"/usr/local/share/guile/site" "/usr/local/share/guile")
scheme@(guile-user)> ^\Quit
address@hidden ~/src/lilypond (T1686)$




--- End Message ---
--- Begin Message --- Subject: Re: bug#10557: GUILE_LOAD_PATH variable value ignored when setting %load-path. Date: Fri, 03 Feb 2012 16:32:16 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)
Hi Ian,

I think I agree with ijp's assessment of things.  If you can point to
something in the manual that is confusing in this regard, please let us
know.  Thanks!

Andy
-- 
http://wingolog.org/


--- End Message ---

reply via email to

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