1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02:00
Files
guix/guix
Thiago Jung Bauermann f9b1e548c9 profiles: emacs-subdirs: Avoid building circular lists.
This is a follow-up to e9b1329470.  If
the EMACSNATIVELOADPATH environment variable (by mistake) has duplicated
paths, Emacs fails to start up with a message along the lines of

  List contains a loop:
  ("$HOME/.guix-profile/lib/emacs/native-site-lisp" […] . #2)

To prevent this issue in the face of possibly duplicated search path elements,
use non-destructive methods where possible.

* guix/profiles.scm (emacs-subdirs): Use 'append' rather than 'nconc'.

Change-Id: If646b806f24666b5247850d30d2819c7482c130b
Fixes: Emacs "List contains a loop" <https://issues.guix.gnu.org/75709>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-01-28 20:25:30 +01:00
..
2025-01-25 01:05:22 +08:00
2024-09-30 13:38:33 +03:00
2024-04-15 22:36:42 +02:00
2024-11-20 18:01:35 +08:00
2024-04-15 22:36:42 +02:00
2024-04-15 22:36:42 +02:00
2024-07-02 10:19:52 +02:00
2025-01-06 15:02:10 +01:00