unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Damien Mattei <damien.mattei@gmail.com>
To: guile-user <guile-user@gnu.org>
Subject: %load-path
Date: Sat, 12 Jun 2021 10:47:45 +0200	[thread overview]
Message-ID: <CADEOadempGa2cawo68bVgnLAbcgRX7Ri__DNh=GEURSLQVoa9g@mail.gmail.com> (raw)

hi,
i had :
;; set current path in load path
(set! %load-path (reverse (cons "." (reverse %load-path))))
in my .guile
in guile 2.*
and i was able to load module like that:
(not sure it is correct to do that)

(use-modules (guile/growable-vector))
and now it works with:
(use-modules (guile growable-vector))

in guile 2.* the beahvior was exactly opposite: the first example worked
not the second

did someone know if it changed? or a possible problem in my config files?

Damien


             reply	other threads:[~2021-06-12  8:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12  8:47 Damien Mattei [this message]
2021-06-12 11:32 ` %load-path Zelphir Kaltstahl
2021-06-12 12:08   ` %load-path tomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADEOadempGa2cawo68bVgnLAbcgRX7Ri__DNh=GEURSLQVoa9g@mail.gmail.com' \
    --to=damien.mattei@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).