[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Testing for a GUILE installation
From: |
Marius Vollmer |
Subject: |
Re: Testing for a GUILE installation |
Date: |
15 Oct 2002 00:34:50 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
David Allouche <address@hidden> writes:
> Also, for TeXmacs to work with guile-1.6.0 I have to avoid prepending
> the "$datadir/guile/$version" to GUILE_LOAD_PATH, otherwise I get an
> error:
>
> ERROR: Unbound variable: include-deprecated-features
>
> Leaving GUILE_LOAD_PATH alone seems to work okay also with guile-1.4.
> But then I wonder what was the use of that code...
Which code to you refer to? Is it in TeXmacs or in Guile? I don't
understand why you try to find the default load-path of Guile. If you
want to know where to install your Scheme files that Guile should be
able to find by default, just use "$datadir/guile/".
Otherwise, you might be able to use
$ guile -c "(display (cadr %load-path))"
But that is a bit hackish as well.
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405