-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"unbound variable" errors #44
Comments
I have the same exact issue, except I am running Emacs 28.05 native-comp (but also on Guix System). I've tried playing with different ideas but still have those two errors. |
Same here on any command. Emacs 28.x native-comp.
|
If it’s occurring for the author on version 27, I think we can rule out native comp as the root of the cause. Could this have to do somehow with Guix 1.3.0? |
building emacs-guix in my own guix channel with emacs-geiser version 0.16 emacs-geiser-guile version 0.17 solved the problem |
Hi. Would appreciate if you could share your setup. I've just picked up Guix couple of days ago and still trying to wrap my head around. Thought guix.el would be very helpful at this stage. |
Use it at your own risk. Add to channels.scm file. (cons*
(channel
(name 'rrr)
(url "https://git.sr.ht/~akagi/rrr")
(introduction
(make-channel-introduction
"794d6e5eb362bfcf81ada12b6a49a0cd55c8e031"
(openpgp-fingerprint
"FF72 877C 4F21 FC4D 467D 20C4 DCCB 5255 2098 B6C1"))))
%default-channels) After successful guix pull try to install guix.el with guix package -i emacs-rrr-guix |
just bumped into this problem. i'm running guix on top of my os. i have geiser, guile, emacs-guix all installed via guix. geiser 0.16 geiser-guile 0.17 guix-0.5.2-4.8ce6d21 any other thoughts? |
FWIW i managed to get it working after making sure i had installed guile and guix in my profile, logged out and logged back in to ensure the GUILE_LOAD_PATH was being set in my environment. i'm still having an issue where |
Paste this into your Emacs init file: (require 'guix-emacs)
(add-to-list 'load-path "~/.guix-profile/share/emacs/site-lisp")
(guix-emacs-autoload-packages) |
i don't have emacs installed via guix. i suppose i can just do that :P |
Ah, I found the missing piece. I was installing from the git repo with Now all you need, is to add ‘elisp’ directory to the Emacs (add-to-list 'load-path "/path/to/emacs-guix/elisp")
(require 'guix-autoloads nil t) |
I have the exactly same issue when using guix.el on Guix System.
I assume |
I had the same issue both on Guix System and foreign Guix, and removing the explicit additions to I then wondered as to why I did this in the first place, and found the answer lying in the Guix documentation about the perfect setup. My assumption is that Geiser uses the The Furthermore, the Guix source repository already have an .dir-locals file that set But as it is already handled in this file, I don't see why we should manually configure We could also update the emacs-guix documentation to explain this, suggesting one of the following if manually setting
What do you think? |
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*
):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-package
declarations to load the packages:The text was updated successfully, but these errors were encountered: