From: Ihor Radchenko <yantar92@gmail.com>
To: Kyle Meyer <kyle@kyleam.com>
Cc: Max Nikulin <manikulin@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: [BUG] Re: 98e168b48 Add compatibility wrapper for string-clean-whitespace (Emacs 26 compatibility) [9.6-pre (release_9.5.5-920-g057193 @ /home/yantar92/.emacs.d/straight/build/org/)]
Date: Sat, 08 Oct 2022 13:04:22 +0800 [thread overview]
Message-ID: <87o7umlxd5.fsf@localhost> (raw)
In-Reply-To: <87wn9baby0.fsf@kyleam.com>
Kyle Meyer <kyle@kyleam.com> writes:
>> It is available in Emacs-26, however (require 'subr-x) should be added.
>>
>> There is `org-trim' and despite it is less generic, likely it can be
>> used if subr-x is avoided for some reason.
>
> Ihor, sorry for overlooking that. As Max mentions, indeed string-trim
> used to be in subr-x. It's been available since Emacs 24 and was
> relocated with Emacs 28's a4ececf004e (Move string-trim functions to
> subr.el, 2021-03-24).
>
> I won't be at my computer much today or tomorrow, but, when I get a
> chance, I'll plan to add something like
>
> (eval-when-compile (require 'subr-x)) ; Emacs < 28
I am a bit confused about usage of subr-x in Org.
I do recall Nicolas repeatedly voicing against usage of subr-x staff:
https://orgmode.org/list/87wo4en8qk.fsf@nicolasgoaziou.fr
>>> 2. we don't use "subr-x.el" in the code base. In particular, it would be
>>> nice to replace `when-let' with `when' + `let'. This change costs
>>> only one loc.
However, he did not mention the reasoning behind this, except a single
massage I was able to find:
https://orgmode.org/list/8737t0b2c9.fsf@nicolasgoaziou.fr
>>> ... you are not using `if-let' anywhere if this patch. Besides, we still
>>> cannot use subr-x, since it is a 24.4 library, and, AFAIR, we didn't
>>> drop support for 24.3 yet.
If supporting Emacs 24 is the only blocker for subr-x, it should be safe
to use it.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2022-10-08 5:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-07 5:14 [BUG] Re: 98e168b48 Add compatibility wrapper for string-clean-whitespace (Emacs 26 compatibility) [9.6-pre (release_9.5.5-920-g057193 @ /home/yantar92/.emacs.d/straight/build/org/)] Ihor Radchenko
2022-10-07 7:33 ` Max Nikulin
2022-10-07 15:30 ` Kyle Meyer
2022-10-08 5:04 ` Ihor Radchenko [this message]
2022-10-08 5:41 ` Kyle Meyer
2022-10-09 3:30 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o7umlxd5.fsf@localhost \
--to=yantar92@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=kyle@kyleam.com \
--cc=manikulin@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).