Can't install using package-vc #764
Answered
by
tarsius
tusharhero
asked this question in
Q&A
-
(use-package forge
:after magit
:vc (:url "https://github.com/magit/forge.git")) It clones the repository but I can't use it. (It doesn't load). |
Beta Was this translation helpful? Give feedback.
Answered by
tarsius
Feb 25, 2025
Replies: 1 comment 2 replies
-
(use-package forge
:demand t
:vc (:url "https://github.com/magit/forge.git" :lisp-dir "lisp" :doc "docs/forge.texi")) Ok, so I read the package-vc manual and tried this. But it doesn't seem to work? I get this error
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's either a bug in
use-package
/package-vc
or a user error when using those packages, so this is not the appropriate place to inquire about this. But you got lucky and I had a look anyway. Turns out this is caused by two bugs in Emacs, which I have reported at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76552, along with an potential bonus bug.