guix-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ load-path: 210 ]

Total 210 documents matching your query.

21. Re: Howto run guix.el correctly? (score: 5)
Author: HIDDEN
Date: Sat, 22 Nov 2014 21:49:00 +0300
If you mean you did (add-to-list 'load-path "/gnu/store/..."), then it's definitely not right. I assume you use a Guix (or GNU or whatever it should be called) system. I must admit I have not tried i
/archive/html/guix-devel/2014-11/msg00529.html (7,463 bytes)

22. Re: questionable advice about Geiser load path setting (score: 4)
Author: HIDDEN
Date: Tue, 5 Sep 2023 18:32:34 +0200
Seems to work as one would expect. My Guix checkout is in /home/wolf/src/guix, those in /tmp are worktrees. I pressed C-c C-z in each of these files, a new REPL was spawned for each of them. After th
/archive/html/guix-devel/2023-09/msg00081.html (6,784 bytes)

23. Re: [PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable. (score: 4)
Author: HIDDEN
Date: Mon, 26 Oct 2020 01:47:04 -0400
Hello Miguel! Neat! That's a good suggestion! I toyed with it and it's a bit tricky but I think the v2 patch I'll send as a follow-up does the trick. My concern was also supporting when a user has pr
/archive/html/guix-devel/2020-10/msg00417.html (10,814 bytes)

24. Re: Cuirass changes (score: 4)
Author: HIDDEN
Date: Wed, 11 Jul 2018 12:09:54 +0200
Hi Clément, Clément Lassieur <address@hidden> skribis: Excellent. I think the polling interval should be per input, while we’re at it. That makes sense to me. We can also wait until there’s a r
/archive/html/guix-devel/2018-07/msg00137.html (8,589 bytes)

25. Cuirass changes (score: 4)
Author: HIDDEN
Date: Mon, 02 Jul 2018 20:01:28 +0200
Hi, I'm currently working on Cuirass, so that it looks a bit more like Hydra. The changes include: 1. Adding support for multiple inputs. Currently Cuirass only supports one input per specification,
/archive/html/guix-devel/2018-07/msg00023.html (6,620 bytes)

26. Re: Fixing non-reproducibility in some guile packages (score: 4)
Author: HIDDEN
Date: Mon, 13 Feb 2017 08:13:26 +0100
Hi :) [+guile-devel] The compiled .go files that get installed are only for files found in the Guile load path. So like when you load (foo bar), it will look for foo/bar.go in the %load-compiled-path
/archive/html/guix-devel/2017-02/msg00652.html (8,447 bytes)

27. Re: [PATCH] gnu: Add emacs-mew. (score: 4)
Author: HIDDEN
Date: Fri, 03 Feb 2017 22:54:16 +0300
He-he :-) Applied as 3e9750c, thanks! -- Alex
/archive/html/guix-devel/2017-02/msg00143.html (5,750 bytes)

28. Re: [PATCH] gnu: Add emacs-mew. (score: 4)
Author: HIDDEN
Date: Fri, 03 Feb 2017 13:22:33 +0100 (CET)
Oh, I just realized that's probably why you used 'load-path' instead of 'image-load-path', right? load-path, shmoad-path ;-) I was just confused (even more so because load-path is part of image-load-
/archive/html/guix-devel/2017-02/msg00110.html (10,090 bytes)

29. Re: [PATCH] gnu: Add emacs-mew. (score: 4)
Author: HIDDEN
Date: Fri, 03 Feb 2017 12:39:05 +0300
Great, but you did a different thing :-) (see my comment below) Hm, we can modify 'image-load-path' during initializing 'mew-icon-directory' variable like this: (add-after 'configure 'patch-mew-icon-
/archive/html/guix-devel/2017-02/msg00105.html (15,141 bytes)

30. Re: Why do we use ".../share/emacs/site-lisp/guix.d/"? (score: 4)
Author: HIDDEN
Date: Fri, 20 May 2016 08:53:27 +0200
[...] Given that the first point that I made appears to have been ignored, I would think so. Let me try to explain it once more: There are packages which do have sub-directories containing only non e
/archive/html/guix-devel/2016-05/msg00601.html (10,238 bytes)

31. shepherd, default /etc/shepherd.scm for other distributions (score: 4)
Author: HIDDEN
Date: Tue, 12 Apr 2016 13:52:37 +0200
Hello, According to the page https://www.gnu.org/software/shepherd/ this mailing list should be right for shepherd. Shepherd could be a good replacement on other GNU/Linux distributions for the PID 1
/archive/html/guix-devel/2016-04/msg00475.html (6,098 bytes)

32. Re: Emacs load path (score: 4)
Author: HIDDEN
Date: Tue, 29 Dec 2015 02:30:52 +0200
If it's important to add the new element to the end of the list, then one can also tell that to 'add-to-list' via an optional Boolean argument, like: (add-to-list 'load-path "dir" t) Taylan
/archive/html/guix-devel/2015-12/msg00807.html (5,944 bytes)

33. Re: How to use Guix.el from Git? (score: 4)
Author: HIDDEN
Date: Sun, 22 Nov 2015 20:09:10 +0300
Hm, all I can say: this configuration works for me. So Guix REPL is dead after this, right? It looks like your "~/src/gnu/guix/emacs" is not appended to guile %load-path (it is done in `guix-start-re
/archive/html/guix-devel/2015-11/msg00584.html (7,254 bytes)

34. Re: Guix CLI, thoughts and suggestions (score: 3)
Author: HIDDEN
Date: Wed, 17 Jan 2024 09:21:18 +0200
I found this part surprising. I know you can chain together -i and -r, but I had never tried adding -I to the list also, and it makes sense to me that it should be able to be chained in also. This is
/archive/html/guix-devel/2024-01/msg00158.html (12,507 bytes)

35. Guix CLI, thoughts and suggestions (score: 3)
Author: HIDDEN
Date: Mon, 15 Jan 2024 11:24:29 -0800
Greetings, As I’ve been learning Guix, one of the things I’ve found somewhat unpleasant is the lack of consistency within the guix CLI tool. It feels a bit Git-like, with not much consistency, co
/archive/html/guix-devel/2024-01/msg00140.html (10,614 bytes)

36. [PATCH] Discover extensions via GUIX_EXTENSIONS_PATH. (score: 3)
Author: HIDDEN
Date: Tue, 5 Jan 2021 11:18:17 +0100
* guix/scripts.scm (%command-categories): Add extension category. * guix/ui.scm (command-files): Accept an optional directory argument. (extension-directories): New procedure. (commands): Use it. (sh
/archive/html/guix-devel/2021-01/msg00058.html (9,060 bytes)

37. Re: Extending Guix without using the Guile load path (score: 3)
Author: HIDDEN
Date: Sun, 01 Nov 2020 23:23:16 +0100
Hi! [...] Hmm that doesn’t sound great. On one hand, if it’s a different search path, you’d rather use a different directory like lib/guix/extensions. OTOH, all this is regular Guile code and i
/archive/html/guix-devel/2020-11/msg00015.html (7,229 bytes)

38. Re: Cross-compilation broken on canonical packages. (score: 3)
Author: HIDDEN
Date: Wed, 12 Feb 2020 11:20:44 +0100
Hello, I think you're right! Pushed it as f30d84d32db0f4f6cb84e139868e1727a7dc0a51 on core-updates. Now the good news is that we are one patch away from having core-updates to cross-compile bare-bone
/archive/html/guix-devel/2020-02/msg00181.html (12,735 bytes)

39. Re: Cuirass and (guix config) (score: 3)
Author: HIDDEN
Date: Wed, 07 Nov 2018 23:11:44 +0100
Hello, Mathieu Othacehe <address@hidden> skribis: Yes. So far, I don’t see a problem though. To be clear, it depends on the value of the variables in the host (guix config) module, right? Which der
/archive/html/guix-devel/2018-11/msg00153.html (5,830 bytes)

40. Cuirass and (guix config) (score: 3)
Author: HIDDEN
Date: Wed, 07 Nov 2018 19:31:47 +0900
Hi Guix, I use Cuirass to build Guix disk-images on a powerful machine serving them with guix publish. I was surprised that a lot of local build where triggered instead of using substitutes. I think
/archive/html/guix-devel/2018-11/msg00134.html (5,558 bytes)


This search system is powered by Namazu