all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
To: 66146@debbugs.gnu.org
Cc: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
Subject: [bug#66146] [PATCH] fix: emacs-guix autoload missing exported module
Date: Thu, 21 Sep 2023 23:05:06 +0200	[thread overview]
Message-ID: <DU2P193MB2132D86D4B7B14A6DD0363EEF3F8A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM> (raw)

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





             reply	other threads:[~2023-09-21 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-21 21:05 Sergio Pastor Pérez [this message]
2023-10-05 14:20 ` bug#66146: [PATCH] fix: emacs-guix autoload missing exported module Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DU2P193MB2132D86D4B7B14A6DD0363EEF3F8A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM \
    --to=sergio.pastorperez@outlook.es \
    --cc=66146@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.