emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66146: closed ([PATCH] fix: emacs-guix autoload missing exported mod


From: GNU bug Tracking System
Subject: bug#66146: closed ([PATCH] fix: emacs-guix autoload missing exported module)
Date: Thu, 05 Oct 2023 14:22:02 +0000

Your message dated Thu, 05 Oct 2023 16:20:21 +0200
with message-id <878r8h5exm.fsf@gnu.org>
and subject line Re: bug#66146: [PATCH] fix: emacs-guix autoload missing 
exported module
has caused the debbugs.gnu.org bug report #66146,
regarding [PATCH] fix: emacs-guix autoload missing exported module
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66146: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66146
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] fix: emacs-guix autoload missing exported module Date: Thu, 21 Sep 2023 23:05:06 +0200
---
Good evening.

I've noticed that when using the 'Build' button from the interface that pops
from running `guix-packages-by-name' an error is issued. The `package-by-id'
procedure is not available to the repl 'emacs-guix' is using. This fixes the
module that the repl uses so it includes the missing function.

Greetings,
Sergio.

 scheme/emacs-guix.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scheme/emacs-guix.scm b/scheme/emacs-guix.scm
index 789043a..d3cad94 100644
--- a/scheme/emacs-guix.scm
+++ b/scheme/emacs-guix.scm
@@ -41,6 +41,7 @@
                                     package/output-sexps
                                     number-of-packages
                                     package-names*
+                                    package-by-id
                                     package-location-string
                                     package-location-files
                                     package-location-sexps)
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#66146: [PATCH] fix: emacs-guix autoload missing exported module Date: Thu, 05 Oct 2023 16:20:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Sergio Pastor Pérez <sergio.pastorperez@outlook.es> skribis:

> ---
> Good evening.
>
> I've noticed that when using the 'Build' button from the interface that pops
> from running `guix-packages-by-name' an error is issued. The `package-by-id'
> procedure is not available to the repl 'emacs-guix' is using. This fixes the
> module that the repl uses so it includes the missing function.

I tweaked the commit log and pushed it.

Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]