all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66146] [PATCH] fix: emacs-guix autoload missing exported module
@ 2023-09-21 21:05 Sergio Pastor Pérez
  2023-10-05 14:20 ` bug#66146: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Pastor Pérez @ 2023-09-21 21:05 UTC (permalink / raw)
  To: 66146; +Cc: Sergio Pastor Pérez

---
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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66146: [PATCH] fix: emacs-guix autoload missing exported module
  2023-09-21 21:05 [bug#66146] [PATCH] fix: emacs-guix autoload missing exported module Sergio Pastor Pérez
@ 2023-10-05 14:20 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-05 14:20 UTC (permalink / raw)
  To: Sergio Pastor Pérez; +Cc: 66146-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-05 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 21:05 [bug#66146] [PATCH] fix: emacs-guix autoload missing exported module Sergio Pastor Pérez
2023-10-05 14:20 ` bug#66146: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.