Re: master e4df903f6b5 2/2: ; Fix last change

Michael Albinus <[email protected]> Fri, 31 Jul 2026 16:43:40 +0200
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
Stefan Monnier <[email protected]> writes:

Hi Stefan,

>>> I think it could be be cleaner, and help discourage uncontrolled uses
>>> of cl-letf, to define a macro that would be used like this:
>>>
>>> (testing-force-value (yes-or-no-p t)
>>>   ...tests...)
>>>
>>> The name of this macro, and other features useful for tests, could
>>> avoid suggesting using this in other clever ways that are not wise design.
>>
>> I like this idea. We could add the following macro to ERT:
>
> Related package: `el-mock`.

Yes. But likely, we won't recommend to use a MELPA package for testing
Emacs core.

> === Stefan

Best regards, Michael.