emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection


From: Max Nikulin
Subject: Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code
Date: Tue, 7 Feb 2023 22:13:19 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 07/02/2023 19:21, Ihor Radchenko wrote:
Max Nikulin writes:

Historically subr-x was avoided in Org. Latest discussion:
https://list.orgmode.org/b1eef17f-b8ef-2e2a-d463-7909b03ce6eb@gmail.com/T/#u

... which concluded that it is safe to use subr-x.
If we need to add a require, so be it. I see no major downsides.

I do not mind.

Since content of subr-x.el consists of `defsubst' definitions, likely it is preferable to use

    (eval-when-compile (require 'subr-x))




reply via email to

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