]> git.eshelyaron.com Git - emacs.git/commit
Add :vc keyword to use-package for VC package support
authorTony Zorman <soliditsallgood@mailbox.org>
Thu, 29 Dec 2022 10:05:04 +0000 (11:05 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Tue, 16 May 2023 19:22:05 +0000 (21:22 +0200)
commit2ce279680bf9c1964e98e2aa48a03d6675c386fe
tree34b07f74bc31c11b63a51b14ce3936d07db20e15
parent5ac08768aa04b0a707eb421db78b7c18ec27b55a
Add :vc keyword to use-package for VC package support

* lisp/use-package/use-package-core.el (use-package-keywords): Add :vc.
(use-package-handler/:load-path): Insert 'load-path' into 'state'.
(use-package-vc-install): Install the package with package-vc.el.
(use-package-handler/:vc): Handler for the :vc keyword.
(use-package-normalize--vc-arg): Normalization for more complex
arguments to 'use-package-normalize/:vc', in order to make them
compatible with the specification of 'package-vc-selected-packages'.
(use-package-normalize/:vc): Normalizer for the :vc keyword.
(use-package): Document :vc.
* lisp/use-package/use-package-ensure.el (use-package-handler/:ensure):
Do not ensure a package when :vc is used in the declaration.
* test/lisp/use-package/use-package-tests.el (use-package-test/:vc-1):
(use-package-test/:vc-2):
(use-package-test/:vc-3):
(use-package-test/:vc-4):
(use-package-test/:vc-5):
(use-package-test-normalize/:vc):
Add tests for :vc.
* etc/NEWS: Mention change.  (Bug#60418)
doc/misc/use-package.texi
etc/NEWS
lisp/use-package/use-package-core.el
lisp/use-package/use-package-ensure.el
test/lisp/use-package/use-package-tests.el