all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#75328: 31.0.50; use-package cannot override a built in package
@ 2025-01-03 22:29 Mark A. Hershberger via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2025-01-04  7:24 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Mark A. Hershberger via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2025-01-03 22:29 UTC (permalink / raw)
  To: 75328


The following command sequence does not check out transient into
~/.emacs.d/elpa/transient while a similar sequence for magit checks out
magit:

    $ rm -rf ~/.emacs.d/
    $ echo '(use-package transient
           :vc (:url "https://github.com/magit/transient") :ensure t)' > .emacs
    $ emacs

Since the bundled transient cannot be used with forge from git, I ended
up installing transient using package-install.

I looked over help for use-package, but I cannot see a way to force it
to use the version specified in :vc for the package instead of the
bundled version.

Thanks,

Mark.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-01-05 20:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 22:29 bug#75328: 31.0.50; use-package cannot override a built in package Mark A. Hershberger via Bug reports for GNU Emacs, the Swiss army knife of text editors
2025-01-04  7:24 ` Eli Zaretskii
2025-01-04 15:50   ` Mark A. Hershberger via Bug reports for GNU Emacs, the Swiss army knife of text editors
2025-01-04 18:21     ` Eli Zaretskii
2025-01-04 21:57       ` Philip Kaludercic
2025-01-05  6:36         ` Eli Zaretskii
2025-01-05 20:33           ` Philip Kaludercic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.