[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rx expressions
From: |
Philip K. |
Subject: |
Re: rx expressions |
Date: |
Mon, 01 Feb 2021 12:27:21 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
moasenwood--- via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> Philip K. wrote:
>
>> I usually add
>>
>> (eval-when-compile (require 'rx))
>
> (eval-when-compile (require 'rx))
> (rx--empty)
>
> geh.el:
> In end of data:
> geh.el:294:1: Warning: the function ‘rx--empty’ might not be defined at
> runtime.
rx--empty is a function, so it doesn't make sense. I do
eval-when-compile when all I use is the rx macro itself.
--
Philip K.