emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: use-package


From: Payas Relekar
Subject: Re: [ELPA] New package: use-package
Date: Tue, 25 Oct 2022 21:15:37 +0530
User-agent: mu4e 1.8.10; emacs 29.0.50

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> diff --git a/elpa-packages b/elpa-packages
>> index afd9b1a528..4f1a86d6a8 100644
>> --- a/elpa-packages
>> +++ b/elpa-packages
>> @@ -86,9 +86,6 @@
>>    :auto-sync nil)
>>   ("beacon"          :url "https://github.com/Malabarba/beacon";
>>    :auto-sync t)
>> - ;;("bind-key"         :url "https://github.com/jwiegley/use-package";
>> - ;; :ignored-files ("LICENSE" "doc" "Makefile*" "bind-chords.el" 
>> "use-package*")
>> - ;; :auto-sync t)
>>   ("blist"           :url "https://gitlab.com/mmemmew/blist";
>>    :doc "blist.texinfo"
>>    :readme "README.org"
>
> AFAICT `use-package.el` requires the `bind-key` package, so if we don't
> add a `bind-key` package, `use-package` will not be installable.

Right, once upstream is fixed, I'll prepare a patch with binc-key
package for ELPA as well. That was definitely an oversight on my part
because my local build following the instructions failed.

>> @@ -739,11 +736,12 @@
>>    :readme "README.md")
>>   ("uniquify-files"  :url nil)
>>   ("url-http-ntlm"   :url nil)
>> - ;;("use-package"           :url "https://github.com/jwiegley/use-package";
>> - ;; :ignored-files ("LICENSE" "bind-*" "use-package-chords.el")
>> - ;; :doc "use-package.texi"
>> - ;; :news "NEWS.md"
>> - ;; :auto-sync t)
>> + ("use-package"     :url "https://github.com/jwiegley/use-package";
>> +  :auto-sync t
>> +  :ignored-files ("LICENSE" "bind-*" "use-package-chords.el" 
>> "use-package-ensure-system-package.el" ".travis.yml")
>
> Is there any harm in including "use-package-ensure-system-package.el" and
> ".travis.yml"?

No harm really. "use-package-ensure-system-package.el" was ignored
because MELPA recipe ignores it, and ".travis.yml" was ignored by my own
common sense :)

Happy to be corrected by John (or anyone with inside knowledge).
--



reply via email to

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