GNU bug report logs - #65586
[PATCH emacs-guix] elisp/guix-misc: Update Emacs Info-directory-list if needed

Previous Next

Package: guix-patches;

Reported by: Janneke Nieuwenhuizen <janneke <at> gnu.org>

Date: Mon, 28 Aug 2023 17:41:02 UTC

Severity: normal

Tags: patch

Done: Janneke Nieuwenhuizen <janneke <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Janneke Nieuwenhuizen <janneke <at> gnu.org>
To: guix-patches <at> gnu.org
Subject: [PATCH emacs-guix] elisp/guix-misc: Update Emacs Info-directory-list
 if needed
Date: Mon, 28 Aug 2023 19:40:06 +0200
* elisp/guix-misc.el (guix-set-emacs-environment): Set 'Info-directory-list'
when setting "INFOPATH" variable.
---
 elisp/guix-misc.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elisp/guix-misc.el b/elisp/guix-misc.el
index 93340a2..f4a7aaa 100644
--- a/elisp/guix-misc.el
+++ b/elisp/guix-misc.el
@@ -1,7 +1,7 @@
 ;;; guix-misc.el --- Miscellaneous definitions  -*- lexical-binding: t -*-
 
 ;; Copyright © 2014–2018 Alex Kost <alezost <at> gmail.com>
-;; Copyright © 2018, 2020 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
+;; Copyright © 2018, 2020, 2023 Janneke Nieuwenhuizen <janneke <at> gnu.org>
 
 ;; This file is part of Emacs-Guix.
 
@@ -244,7 +244,9 @@ If PROFILE is nil, use `guix-current-profile'."
                        path)))
         (setenv variable value)
         (when (equal variable "PATH")
-          (setq exec-path (split-string value ":")))))))
+          (setq exec-path (split-string value ":")))
+        (when (equal variable "INFOPATH")
+          (setq Info-directory-list (split-string value ":")))))))
 
 
 ;;; Executing guix commands
-- 
2.41.0





This bug report was last modified 1 year and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.