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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65586 in the body.
You can then email your comments to 65586 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#65586; Package guix-patches. (Mon, 28 Aug 2023 17:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Janneke Nieuwenhuizen <janneke <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 28 Aug 2023 17:41:02 GMT) Full text and rfc822 format available.

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





Information forwarded to guix-patches <at> gnu.org:
bug#65586; Package guix-patches. (Sat, 09 Sep 2023 13:44:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Janneke Nieuwenhuizen <janneke <at> gnu.org>
Cc: 65586 <at> debbugs.gnu.org
Subject: Re: bug#65586: [PATCH emacs-guix] elisp/guix-misc: Update Emacs
 Info-directory-list if needed
Date: Sat, 09 Sep 2023 15:43:29 +0200
Hi,

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

> * elisp/guix-misc.el (guix-set-emacs-environment): Set 'Info-directory-list'
> when setting "INFOPATH" variable.

LGTM, please push!  :-)

Ludo’.




Reply sent to Janneke Nieuwenhuizen <janneke <at> gnu.org>:
You have taken responsibility. (Sat, 09 Sep 2023 13:57:02 GMT) Full text and rfc822 format available.

Notification sent to Janneke Nieuwenhuizen <janneke <at> gnu.org>:
bug acknowledged by developer. (Sat, 09 Sep 2023 13:57:02 GMT) Full text and rfc822 format available.

Message #13 received at 65586-done <at> debbugs.gnu.org (full text, mbox):

From: Janneke Nieuwenhuizen <janneke <at> gnu.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 65586-done <at> debbugs.gnu.org
Subject: Re: bug#65586: [PATCH emacs-guix] elisp/guix-misc: Update Emacs
 Info-directory-list if needed
Date: Sat, 09 Sep 2023 15:56:17 +0200
Ludovic Courtès writes:

> Janneke Nieuwenhuizen <janneke <at> gnu.org> skribis:
>
>> * elisp/guix-misc.el (guix-set-emacs-environment): Set 'Info-directory-list'
>> when setting "INFOPATH" variable.
>
> LGTM, please push!  :-)

Thanks!  Pushed to master as 3fba3f46483aa8ad4482ca2ae02d83a6f0fefd46

Greetings,
Janneke

-- 
Janneke Nieuwenhuizen <janneke <at> gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 08 Oct 2023 11:24:11 GMT) Full text and rfc822 format available.

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

Previous Next


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