[PATCH v2] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.

2020-10-25 Thread Maxim Cournoyer
* .dir-locals.el: Set the GUIX-DIRECTORY and GEISER-GUILE-LOAD-PATH Emacs variables based on the location of the .dir-locals file. --- .dir-locals.el | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 19f15b3e1a..68df95a6

Re: [PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.

2020-10-25 Thread Maxim Cournoyer
Hello Miguel! Miguel Ángel Arruga Vivas writes: > Hi! > > I think that geiser should use something (project.el, wink wink) to fill > load-path automatically when that's possible. Nevertheless, I have some > comments for this. > > Maxim Cournoyer writes: >> + >> + ;; Emacs-Guix >> + (ev

Re: [PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.

2020-10-25 Thread Maxim Cournoyer
Hello Pierre, Pierre Neidhardt writes: > Maxim Cournoyer writes: > >> +(clean-geiser-guile-load-path >> + (seq-remove (lambda (x) >> + (string-match "/guix" x)) >> + geiser-guile-load-path)

Re: [PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.

2020-10-25 Thread Miguel Ángel Arruga Vivas
Hi! I think that geiser should use something (project.el, wink wink) to fill load-path automatically when that's possible. Nevertheless, I have some comments for this. Maxim Cournoyer writes: > + > + ;; Emacs-Guix > + (eval . (setq guix-directory > + (locate-dominating

Re: [PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.

2020-10-25 Thread Pierre Neidhardt
Maxim Cournoyer writes: > +(clean-geiser-guile-load-path > + (seq-remove (lambda (x) > + (string-match "/guix" x)) > + geiser-guile-load-path))) I suggest making "/guix" a let-bound variable

[PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.

2020-10-25 Thread Maxim Cournoyer
* .dir-locals.el: Set the GUIX-DIRECTORY and GEISER-GUILE-LOAD-PATH Emacs variables based on the location of the .dir-locals file. --- .dir-locals.el | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 19f15b3e1a..df5

[PATCH] Automatically set `geiser-guile-load-path' from .dir-locals

2020-10-25 Thread Maxim Cournoyer
Hello Guix! I've been experimenting with the following modification to the .dir-locals file shipped with Guix, that allows setting per-buffer variables within Emacs when visiting a file in the same directory (or in one of its sub-directories). This makes life a bit easier, by ensuring that a Geis

New French PO file for 'guix-packages' (version 1.2.0-pre2)

2020-10-25 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix-packages' has been submitted by the French team of translators. The file is available at: https://translationproject.org/latest/guix-packages/fr.po (We can arrange thi

Re: wip-node-14 branch

2020-10-25 Thread Pierre Neidhardt
Wow, fantastic work you've pulled off! Thank you so much and congratulation to you all! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Manual PDF and translation (modular texlive?)

2020-10-25 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> I suspect that the build environment doesn’t have locales set up so the >> format dumping tool assumes that we want to us Latin-1 encoding for >> everything. > > It’s not that, but I have another clue. > > This is the relevant line from fmtut