[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [NonGNU ELPA] 11 new packages!
From: |
Akib Azmain Turja |
Subject: |
Re: [NonGNU ELPA] 11 new packages! |
Date: |
Sun, 27 Nov 2022 12:40:25 +0600 |
Philip Kaludercic <philipk@posteo.net> writes:
> Akib Azmain Turja <akib@disroot.org> writes:
>
>> Philip Kaludercic <philipk@posteo.net> writes:
>>
>>>>> OK, then adding them to NonGNU ELPA seems like the safer bet.
>>>>>
>>>>> I'd like to add them, but I'll have to take the time to review them
>>>>> first, which might take a bit.
>>>>
>>>> What do you want to review? The patches, or the packages?
>>>
>>> The packages, unless you aren't interested in comments.
>>
>> Review if you wish, I welcome feedback.
>
> One minor one more:
>
> diff --git a/minibar.el b/minibar.el
> index 983b3ff58b..0eb6fd338d 100644
> --- a/minibar.el
> +++ b/minibar.el
> @@ -137,9 +137,7 @@ a string to display, or nil in case there is to show."
> ;;;###autoload
> (define-minor-mode minibar-mode
> "Toggle Minibar display."
> - :init-value nil
> :lighter " Minibar"
> - :keymap nil
> :global t
> (if minibar-mode
> (progn
Done.
> @@ -450,6 +448,9 @@ when it was recorded.")
> (lambda (i)
> (let ((load (minibar--module-cpu-calculate-load
> (format "cpu%i" i))))
> + ;; You should be able to simplify this with an
> + ;; `alist-get' call and something like #'> as the
> + ;; equality test.
> (cond
> ((and (char-displayable-p ?█) ; #x2588
> (>= load 87.5))
Done with seq-some.
>
>
> The rest looks fine, so I'll push the commits to nongnu.git.
>
Thank you very much for your hard work reviewing all the packages.
--
Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5
Fediverse: akib@hostux.social
Codeberg: akib
emailselfdefense.fsf.org | "Nothing can be secure without encryption."
signature.asc
Description: PGP signature
- Re: [NonGNU ELPA] 11 new packages!, (continued)
- Re: [NonGNU ELPA] 11 new packages!, Akib Azmain Turja, 2022/11/26
- Re: [NonGNU ELPA] 11 new packages!, Philip Kaludercic, 2022/11/26
- Re: [NonGNU ELPA] 11 new packages!, Philip Kaludercic, 2022/11/26
- Re: [NonGNU ELPA] 11 new packages!, Akib Azmain Turja, 2022/11/26
- Re: [NonGNU ELPA] 11 new packages!, Philip Kaludercic, 2022/11/27
- Re: [NonGNU ELPA] 11 new packages!, Akib Azmain Turja, 2022/11/27
- Re: [NonGNU ELPA] 11 new packages!, Philip Kaludercic, 2022/11/27
- Re: [NonGNU ELPA] 12 new packages!, Akib Azmain Turja, 2022/11/27
- Re: [NonGNU ELPA] 12 new packages!, Philip Kaludercic, 2022/11/27
- Re: [NonGNU ELPA] 12 new packages!, Akib Azmain Turja, 2022/11/27
- Re: [NonGNU ELPA] 11 new packages!,
Akib Azmain Turja <=
- Re: [NonGNU ELPA] 11 new packages!, Richard Stallman, 2022/11/19
- Re: [NonGNU ELPA] 11 new packages!, Philip Kaludercic, 2022/11/19
Re: [NonGNU ELPA] 11 new packages!, Akib Azmain Turja, 2022/11/16