-
Notifications
You must be signed in to change notification settings - Fork 183
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
Can't install dap-mode package on Emacs 29.4 #815
Comments
Any update on this please @yyoncho ? |
Have you tried a clean installation of Emacs? For example, do you observe any issues when starting Emacs with the -Q parameter? I installed dap-mode without any problems with my Emacs configuration. |
Hi @sergeyklay Thanks for your reply. I have now installed Ubuntu 24.04 on a machine and did I then used the init.el from my repo at https://github.com/yogeshwani/emacs_config/blob/main/init.el
Also, I get the error as shown in the image below. Thanks again for all your time and help! |
Any idea why this is failing @yyoncho ?? |
@yogeshwani As expected, the issue isn't with dap-mode but with your configuration. I'd suggest fixing the following mistakes and giving it another shot: @@ -37,7 +37,6 @@
(require 'package)
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
- ("org" . "https://orgmode.org/elpa/")
("elpa" . "https://elpa.gnu.org/packages/")))
(package-initialize)
@@ -196,7 +195,7 @@
(use-package company
:ensure t
:hook ((emacs-lisp-mode . (lambda ()
- setq company-backends '(company-elisp))))
+ (setq company-backends '(company-elisp)))))
(emacs-lisp-mode . company-mode)
:config
;; this disables the M-<number> key to select from the drop down
@@ -299,12 +298,12 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
-␌
+
;;;### (autoloads nil nil ("elpa/rainbow-mode-1.0.6/rainbow-mode-autoloads.el"
;;;;;; "elpa/rainbow-mode-1.0.6/rainbow-mode-pkg.el") (0 0 0 0))
;;;***
-␌
+
;;;### (autoloads nil "elpa/rainbow-mode-1.0.6/rainbow-mode" "elpa/rainbow-mode-1.0.6/rainbow-mode.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from elpa/rainbow-mode-1.0.6/rainbow-mode.el |
Thanks for taking the time and coming back to me. I will update my config and try this out. Thanks a lot again! |
Hi
Trying to install the dap-mode package using
M-x package-list-packages
and upon saying 'y' on the prompt to install I get an error on Emacs saying.Can some help me here as I don't know what is happening ?
Thanks!
The text was updated successfully, but these errors were encountered: