emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60199: closed (29.0.60; Make use-package cooperate with package-vc)


From: GNU bug Tracking System
Subject: bug#60199: closed (29.0.60; Make use-package cooperate with package-vc)
Date: Mon, 04 Sep 2023 20:27:01 +0000

Your message dated Mon, 4 Sep 2023 13:26:03 -0700
with message-id 
<CADwFkmnmNZxy525hbZmsEpgcBznh9iOrQKg9tyHez2eTrzONWw@mail.gmail.com>
and subject line Re: bug#60199: 29.0.60; Make use-package cooperate with 
package-vc
has caused the debbugs.gnu.org bug report #60199,
regarding 29.0.60; Make use-package cooperate with package-vc
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60199: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60199
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.60; Make use-package cooperate with package-vc Date: Mon, 19 Dec 2022 19:06:07 +0800
Severity: wishlist

Given that Emacs 29 has both use-package and package-vc, it seems useful
to combine them together.  IIUC, currently the :ensure keyword only uses
'package-install'.  It would be great if one can write,

    (use-package foo
     :ensure "https://github.com/bar/foo";)

which expands to something using package-vc-install.



--- End Message ---
--- Begin Message --- Subject: Re: bug#60199: 29.0.60; Make use-package cooperate with package-vc Date: Mon, 4 Sep 2023 13:26:03 -0700
Kai Ma <justksqsf@gmail.com> writes:

> Severity: wishlist
>
> Given that Emacs 29 has both use-package and package-vc, it seems useful
> to combine them together.  IIUC, currently the :ensure keyword only uses
> 'package-install'.  It would be great if one can write,
>
>     (use-package foo
>      :ensure "https://github.com/bar/foo";)
>
> which expands to something using package-vc-install.

Your wish has been granted.  Emacs 30.1 will have the :vc keyword:

   The ‘:vc’ keyword can be used to control how packages are downloaded
and/or installed.  More specifically, it allows one to fetch and update
packages directly from a version control system.  This is especially
convenient when wanting to install a package that is not on any package
archive.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]