-
Notifications
You must be signed in to change notification settings - Fork 456
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
Problem when installing el-get on emacs 29.1 #2912
Comments
Have the same issue |
Any updates on this issue? I have tried a fresh install again and it seems to be happening the same error... I tried to fix as suggested in https://github.com/dimitri/el-get/pull/2890/files but it didn't solve either. I would be glad to help fixing this, appreciate it if someone can guide me how :-) Thanks! |
+++ b/site-lisp/getelget.el
@@ -72,8 +74,14 @@ PKG - accepted package name in hook."
;; bootstrap
(url-retrieve-synchronously
"https://raw.github.com/dimitri/el-get/master/el-get-install.el")
- (let (el-get-master-branch
- el-get-install-skip-emacswiki-recipes)
+ (let ((el-get-install-skip-emacswiki-recipes t)
+ (el-get-install-branch "emacs-29-patch")
+ ;; (el-get-master-branch t)
+ )
+ ;; workaround https://github.com/dimitri/el-get/issues/2912
+ (while (search-forward "https://github.com/dimitri/el-get.git" nil t)
+ (replace-match "https://github.com/nevsan/el-get.git" nil nil))
+ As a workaround for me helped. UPD: FIY, this workaround lead to stucking with old recipes this way |
This is affecting me as well. I rely on |
Have the same issue. I don't have I created
And execute
|
Last year I also faced problems with el-get on Emacs 29 (I think it was 29.1), today I found that a fresh check-out of el-get worked well with Emacs 29.3, no fix or workaround needed. So you people may want to give it a try. |
Thank you very much for letting us know, it works again on my side as well. One wonders, how was it fixed? I can't see any commit relating to this issue? PS: I like |
The only fix I could find in el-get logs is #2890, I am not sure it explains everything. Maybe there were also changes in Emacs between 29.1 and 29.3, or in the distribution patches and scripts. |
Since it was confirmed to work with emacs 29.3, I'll close this issue. I have been using el-get for over 10 years and I am very grateful to the contributors. However, since I ran into this issue, I switched to straight (https://github.com/radian-software/straight.el) and it has proven to be a great alternative. Thank you! |
@saffroy Thank you for pointing to that MR. |
Hi everyone,
I'm following the procedure for "The lazy installer" and I'm getting a Debugger error: https://gist.github.com/renatocan/0d8cf809520ab00976b6bb06e865705b
I'm testing on a fresh installed emacs on Archlinux: GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38,
Thanks you for your assistance,
Renato.
The text was updated successfully, but these errors were encountered: