all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: myglc2 <myglc2@gmail.com>
Cc: 22981@debbugs.gnu.org
Subject: bug#22981: guix-edit does not find git checkout directory
Date: Sun, 13 Mar 2016 23:01:59 +0100	[thread overview]
Message-ID: <87lh5muje0.fsf@gnu.org> (raw)
In-Reply-To: <87r3fetmen.fsf@gmail.com> (myglc2@gmail.com's message of "Sun, 13 Mar 2016 11:42:08 -0400")

myglc2 <myglc2@gmail.com> skribis:

> Guix is "stateful" because, to use a git checkout, I have to set "state"
> variables like ...
>
>     (setq guix-directory "/home/glc/src/guix")
>
>     (let ((dir "~/dev/guix/emacs"))
>       (add-to-list 'load-path dir)
>       (setq guix-load-path dir)
>       (require 'guix-init nil t))
>
>     '(safe-local-variable-values
>        (quote
>         ((bug-reference-bug-regexp . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")))))
>     (custom-set-faces
>
>     /home/glc/.config/guix/latest’ -> ‘../../src/guix'
>     /root/.config/guix/latest’ -> ‘/home/glc/src/GUI’
>
>
> Guix would be less stateful (AKA more "stateless") if instead I could
> put something like ...
>
>     (guix
>       (#:use-git #t)
>       (#:git-directory:"~/src/guix"))

It seems to me that it’s not a question of “statefulness”, but rather a
question of how much configuration is needed to have guix.el use the
Guix that you want.

Ludo’.

  reply	other threads:[~2016-03-13 22:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-10 21:56 bug#22981: guix-edit does not find git checkout directory myglc2
2016-03-11 11:03 ` Alex Kost
2016-03-11 14:45   ` myglc2
2016-03-12  9:15     ` Alex Kost
2016-03-13  2:00       ` myglc2
2016-03-13  9:38         ` Alex Kost
2016-03-13 15:42           ` myglc2
2016-03-13 22:01             ` Ludovic Courtès [this message]
2016-03-14  8:02               ` Alex Kost
2016-03-24 20:02                 ` Ludovic Courtès
2016-03-25  1:18                   ` myglc2

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

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

  git send-email \
    --in-reply-to=87lh5muje0.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=22981@debbugs.gnu.org \
    --cc=myglc2@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.