[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 4b79c80c999 1/2: New function 'sort-on'
From: |
Daniel Mendler |
Subject: |
Re: master 4b79c80c999 1/2: New function 'sort-on' |
Date: |
Fri, 02 Feb 2024 16:35:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Michael Heerdegen via "Emacs development discussions."
<emacs-devel@gnu.org> writes:
> Eli Zaretskii <eliz@gnu.org> writes:
>
>> This function can only sort lists, so at least from that aspect its
>> place is not in seq.el. In addition, I see no reason to have it
>> preloaded.
>>
>> I've put it in sort.el because the function 'sort' is there.
>
> Both places make no sense to me. sort.el doesn't define `sort' - it's
> completely and only about sorting _text_ entities. Reverse lines or
> columns etc. The new function doesn't fit there. Maybe subr.el or
> subr-x.el?
Why not seq.el? We already seq-sort in seq.el, so the new function could
be added there as well.
Daniel
- Re: master 4b79c80c999 1/2: New function 'sort-on', Daniel Mendler, 2024/02/02
- Re: master 4b79c80c999 1/2: New function 'sort-on', Michael Heerdegen, 2024/02/02
- Re: master 4b79c80c999 1/2: New function 'sort-on', Eli Zaretskii, 2024/02/02
- Re: master 4b79c80c999 1/2: New function 'sort-on', Eshel Yaron, 2024/02/02
- Re: master 4b79c80c999 1/2: New function 'sort-on', Eli Zaretskii, 2024/02/02
- Re: master 4b79c80c999 1/2: New function 'sort-on', Michael Heerdegen, 2024/02/02
- Re: master 4b79c80c999 1/2: New function 'sort-on', Emanuel Berg, 2024/02/02
- Re: master 4b79c80c999 1/2: New function 'sort-on', Dmitry Gutov, 2024/02/04
- Re: master 4b79c80c999 1/2: New function 'sort-on', Yuri Khan, 2024/02/05