emacs-devel
[Top][All Lists]
Advanced

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

Re: [nongnu] main 823df3487e: * elpa-packages (pacmacs): New package


From: Philip Kaludercic
Subject: Re: [nongnu] main 823df3487e: * elpa-packages (pacmacs): New package
Date: Sat, 08 Jan 2022 16:44:15 +0000

Stefan Kangas <stefankangas@gmail.com> writes:

> branch: main
> commit 823df3487e89663484191ff5b23b327468efb683
> Author: Stefan Kangas <stefan@marxist.se>
> Commit: Stefan Kangas <stefan@marxist.se>
>
>     * elpa-packages (pacmacs): New package

This package appears to depend on f.el.  The dependency or the package
should be removed so that the package isn't marked as incompatible.

It shouldn't be hard, if this quick grep is right:

--8<---------------cut here---------------start------------->8---
viero$ grep -r -F '(f-'
tools/pacmacs-rr.el:  (-> (f-read-text filename)
tools/compile.el:                                             (and (f-file? 
path)
tools/compile.el:                                                  (f-ext? path 
"el"))))
tools/att.el:  (f-write (format "Average Tick Time: %fms" 
(pacmacs--average-tick-time))
pacmacs-score.el:         (f-read-text)
Binary file 
.git/objects/pack/pack-f85e046b5df6f330c64cf410e834049e8504c417.pack matches
pacmacs.el:  (let* ((lines (split-string (f-read-text map-file-name)
--8<---------------cut here---------------end--------------->8---

Ie. two invocations of f-read-text.

> ---
>  elpa-packages | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/elpa-packages b/elpa-packages
> index e956eab7d8..1bcd7bdde1 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -297,6 +297,10 @@
>    :readme "README.org"
>    :ignored-files ("LICENSE" ".github" "demos" "tests" "DEMO.org" 
> "sample_image.png"))
>  
> + ("pacmacs"             :url "https://github.com/codingteam/pacmacs.el.git";
> +  :ignored-files ("it-cases" "sprites/src" "test-data" "test" "tools"
> +                  ".travis.yml" "Cask"))
> +
>   ("paredit"          :url "https://mumble.net/~campbell/git/paredit.git";
>    :ignored-files ("COPYING" "check.sh" "genhtml.sh" "test.el"))
>  
>
>

-- 
        Philip Kaludercic



reply via email to

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