emacs-devel
[Top][All Lists]
Advanced

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

Re: Installing cond* in core


From: Eli Zaretskii
Subject: Re: Installing cond* in core
Date: Tue, 30 Jan 2024 15:04:42 +0200

> From: Richard Stallman <rms@gnu.org>
> Cc: emacs-devel@gnu.org
> Date: Mon, 29 Jan 2024 22:58:34 -0500
> 
> There should be no need to preload cond* because it defines no
> run-time support.  All its work is done at macroexpand time.

Which is why we should try to make sure all preloaded files require
cond* only with eval-when-compile.

> Perhaps there will be an issue about using it in *non-compiled* files
> that are loaded early.  Is any such file complex enough to want to use
> constructs such as cond* or pcase?

I don't think we have such files, at least not now.



reply via email to

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