guix-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ load-path: 210 ]

Total 210 documents matching your query.

1. [PATCH 2/2] services: cuirass: Add load-path to cuirass configuration (score: 38)
Author: HIDDEN
Date: Mon, 30 Jan 2017 13:59:35 +0100
* gnu/services/cuirass.scm (<cuirass-configuration>): Add load-path field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it. -- doc/guix.texi | 4 ++++ gnu/s
/archive/html/guix-devel/2017-01/msg02253.html (7,134 bytes)

2. Re: [PATCH 0/2] Add load-path support to cuirass. (score: 36)
Author: HIDDEN
Date: Thu, 02 Feb 2017 09:01:39 +0100
Hello, Mathieu Othacehe <address@hidden> skribis: Applied both. Good to see improvements in this area! Thank you! Ludo’.
/archive/html/guix-devel/2017-02/msg00059.html (4,821 bytes)

3. [PATCH 0/2] Add load-path support to cuirass. (score: 36)
Author: HIDDEN
Date: Mon, 30 Jan 2017 13:59:33 +0100
Hello, The point of the serie is to add load-path support to cuirass. The first patch is updating cuirass to a version containing this commit : https://notabug.org/mthl/cuirass/commit/5127c6797ca6eb5
/archive/html/guix-devel/2017-01/msg02251.html (4,939 bytes)

4. Re: [PATCH 2/5] build: emacs-utils: Add 'emacs-byte-compile-directory' (score: 10)
Author: HIDDEN
Date: Sun, 21 Jun 2015 23:40:23 +0300
[...] Shouldn't there be problems with unquoted 'dependency-dirs' list? IIUC the following: (emacs-byte-compile-directory "/tmp/foo" '("one" "two")) will produce the following elisp expression: (prog
/archive/html/guix-devel/2015-06/msg00438.html (7,105 bytes)

5. Re: Howto run guix.el correctly? (score: 10)
Author: HIDDEN
Date: Wed, 26 Nov 2014 23:14:17 +0300
Did you check the right path? It's "/run/current-system/profile/share/emacs...", not "/run/current-system/share/emacs/..." Thanks Adam and David for reporting. You encouraged me to install the system
/archive/html/guix-devel/2014-11/msg00647.html (9,979 bytes)

6. Re: [PATCH 2/5] build: emacs-utils: Add 'emacs-byte-compile-directory' (score: 8)
Author: HIDDEN
Date: Wed, 24 Jun 2015 18:13:56 +0200
Thanks. Attachment: 0002-build-emacs-utils-Add-emacs-byte-compile-directory.patch Description: Text Data
/archive/html/guix-devel/2015-06/msg00513.html (7,396 bytes)

7. Re: emacs packages (score: 8)
Author: HIDDEN
Date: Wed, 17 Jun 2015 21:21:20 +0300
[...] Ouch, what nasty things people do! I think double entry will do no harm, so I'm not sure if it's worth removing. The code for loading "…-autoloads.el" files is placed in "guix-emacs.el", so p
/archive/html/guix-devel/2015-06/msg00340.html (9,739 bytes)

8. Re: emacs packages (score: 7)
Author: HIDDEN
Date: Wed, 17 Jun 2015 09:42:44 +0200
Thanks for the interest! Unfortunately this doesn't work without modification. The reason is that I follow the emacs package.el strategy to install each ELPA package in it's own sub-directory. Specif
/archive/html/guix-devel/2015-06/msg00332.html (8,374 bytes)

9. Re: Howto run guix.el correctly? (score: 7)
Author: HIDDEN
Date: Sat, 22 Nov 2014 22:04:44 +0100 (CET)
I have folloed the instruction in http://www.gnu.org/software/guix/manual/guix.html#Emacs-Interface to get the emacs interface for guix, but there is something missing probably. Installation of emac
/archive/html/guix-devel/2014-11/msg00532.html (9,204 bytes)

10. Re: A new wip-emacs branch (score: 6)
Author: HIDDEN
Date: Thu, 08 Apr 2021 09:49:43 +0200
Hi Carlo, Am Donnerstag, den 08.04.2021, 13:17 +1000 schrieb Carlo Zancanaro: guix-emacs should still be loaded by site-start.el, which also initially loads your autoloads. What changes for "Guix in
/archive/html/guix-devel/2021-04/msg00136.html (10,993 bytes)

11. Re: Extending Guix without using the Guile load path (score: 6)
Author: HIDDEN
Date: Sat, 31 Oct 2020 23:53:36 +0100
Below is a draft that adds Guile modules from GUIX_EXTENSIONS_PATH to the %load-path and %load-compiled-path. I think this implementation is not good, but I’d like to provoke some comments about th
/archive/html/guix-devel/2020-10/msg00506.html (10,809 bytes)

12. Re: Extending Guix without using the Guile load path (score: 6)
Author: HIDDEN
Date: Sat, 31 Oct 2020 23:53:09 +0100
Below is a draft that adds Guile modules from GUIX_EXTENSIONS_PATH to the %load-path and %load-compiled-path. I think this implementation is not good, but I’d like to provoke some comments about th
/archive/html/guix-devel/2020-10/msg00505.html (11,047 bytes)

13. Re: [PATCH] Emacs startup failure on GuixSD (score: 6)
Author: HIDDEN
Date: Mon, 20 Jul 2015 15:52:20 +0200
Ludovic Courtès <address@hidden> skribis: I managed to capture a backtrace by running ‘emacs -Q’ and then: M-x toggle-debug-on-error M-x load-file /etc/emacs/site-start.el Here it is: --8<--cut
/archive/html/guix-devel/2015-07/msg00531.html (7,505 bytes)

14. How to write Guix extension? (score: 5)
Author: HIDDEN
Date: Wed, 07 Sep 2022 13:20:24 +0200
Hi, Extension is a mechanism which allows to have more CLI subcommands. For example, see guix-modules or gwl; they extend Guix by providing the subcommands “guix module” or “guix workflow”. N
/archive/html/guix-devel/2022-09/msg00057.html (8,464 bytes)

15. Re: Cuirass changes (score: 5)
Author: HIDDEN
Date: Wed, 11 Jul 2018 16:55:13 +0200
Hi Ludovic, Indeed, but that would complicate things. Would it make sense to do it in another commit? I finally opted for a flexible %load-path. I think it also makes the structure of the specificati
/archive/html/guix-devel/2018-07/msg00151.html (6,681 bytes)

16. Re: Fixing non-reproducibility in some guile packages (score: 5)
Author: HIDDEN
Date: Mon, 13 Feb 2017 09:39:11 -0800
Hi Andy, and thank you for your detailed answer! OK, I see how %load-path and %load-compiled-path currently fail to be useful in the case of loading a guile script from its absolute path. Thanks for
/archive/html/guix-devel/2017-02/msg00683.html (10,046 bytes)

17. Re: using Cuirass to track a guix packages' git (score: 5)
Author: HIDDEN
Date: Fri, 23 Sep 2016 15:11:36 +0200
Hi Mathieu! That makes sense; thanks, I understand. Yes, that works. I was wondering if using #:compile? would be better, but I kind of like the sqlite default of `0' being translated to #f and I did
/archive/html/guix-devel/2016-09/msg01775.html (40,493 bytes)

18. Re: Why do we use ".../share/emacs/site-lisp/guix.d/"? (score: 5)
Author: HIDDEN
Date: Sat, 21 May 2016 00:00:20 +0300
It wasn't ignored: I asked you to explain what you meant: <http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00296.html> I think you miss-understood, currently it is: site-lisp/guix.d/<package>
/archive/html/guix-devel/2016-05/msg00619.html (14,030 bytes)

19. [PATCH 1/4] emacs: Factorize searching for Emacs packages. (score: 5)
Author: HIDDEN
Date: Fri, 5 Feb 2016 15:13:44 +0300
* emacs/guix-emacs.el: (guix-emacs-directories): New procedure. (guix-emacs-find-autoloads-in-directory): Rename to ... (guix-emacs-find-autoloads): ... this. (guix-emacs-load-autoloads): Replace wit
/archive/html/guix-devel/2016-02/msg00134.html (13,004 bytes)

20. [PATCH 1/4] build: Add more variables to (guix config). (score: 5)
Author: HIDDEN
Date: Mon, 27 Jul 2015 23:48:37 +0200
* guix/config.scm.in (%prefix, %guile-module-dir): New variables. * emacs/guix-helper.scm.in: Rename to ... * emacs/guix-helper.scm: ... this. New file. Use them. * .gitignore, configure.ac: Adjust a
/archive/html/guix-devel/2015-07/msg00757.html (13,399 bytes)


This search system is powered by Namazu