unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Csepp <raingloom@riseup.net>
To: Olivier Dion <olivier.dion@polymtl.ca>
Cc: help-guix@gnu.org
Subject: Re: Configuring geiser for load paths of Guix environment
Date: Tue, 02 Aug 2022 01:25:49 +0200	[thread overview]
Message-ID: <87bkt3wnls.fsf@riseup.net> (raw)
In-Reply-To: <87mtco0w5j.fsf@laura>


Olivier Dion via <help-guix@gnu.org> writes:

> Hi,
>
> Say I have a .guix.scm in my project with something like
> (specifications->manifest (list "guile" "guile-fibers" "guile-gcrypt"))
>
> If I want to develop with Geiser, it needs to find these modules in its
> load paths.  My solution to this problem is the following .geiser at the
> project root:
>
> ;; -*-Scheme-*-
> (let* ((port ((@@ (ice-9 popen) open-input-pipe)
>               "guix shell -m .guix.scm -- /bin/sh -c 'echo $GUIX_ENVIRONMENT'"))
>        (profile ((@@ (ice-9 rdelim) read-line) port)))
>   (add-to-load-path (string-append profile "/share/guile/site/3.0"))
>   (set! %load-compiled-path
>         (cons (string-append profile "/lib/guile/3.0/site-ccache")
>               %load-compiled-path)))
>
> I'm wondering if someone has a better solution to this?

I'm not an Emacs guru, so this might suck, but what I did is simply set
the related variable.  Forgot what it was, but its contents were "guile"
and I changed it to '("guix" "repl") and it worked.  You could probably
do something like '("guix" "shell" "-m" "guix.scm" "--" "guile") .


  reply	other threads:[~2022-08-01 23:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 16:24 Configuring geiser for load paths of Guix environment Olivier Dion via
2022-08-01 23:25 ` Csepp [this message]
2022-08-02 16:46   ` Olivier Dion via

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://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87bkt3wnls.fsf@riseup.net \
    --to=raingloom@riseup.net \
    --cc=help-guix@gnu.org \
    --cc=olivier.dion@polymtl.ca \
    /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).