You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
First, thank you for the package! When it's all working it's a joy to use. Unfortunately, right now I am encountering an error.
If I execute M-x guix-package-by-name immediately after starting a fresh Emacs instance, I get the following error (as copied from *Messages*):
guix-geiser-eval: Error in evaluating guile expression: While executing meta-command:
error: %max-returned-list-size: unbound variable
Attempting to run the same command again in the same Emacs instance gives me a slightly different error:
guix-geiser-eval: Error in evaluating guile expression: While executing meta-command:
error: package-names*: unbound variable
This is with emacs 27.2 and emacs-guix 0.5.2-4.8ce6d21 installed via Guix on Guix System. Nothing in my Emacs config should be relevant except the use-package declarations to load the packages:
First, thank you for the package! When it's all working it's a joy to use. Unfortunately, right now I am encountering an error.
If I execute
M-x guix-package-by-nameimmediately after starting a fresh Emacs instance, I get the following error (as copied from*Messages*):Attempting to run the same command again in the same Emacs instance gives me a slightly different error:
This is with emacs 27.2 and emacs-guix 0.5.2-4.8ce6d21 installed via Guix on Guix System. Nothing in my Emacs config should be relevant except the
use-packagedeclarations to load the packages: