26 maj 2022 kl. 13.37 skrev Eli Zaretskii : > Not in principle, but we in this project don't do that. E.g., there > are several debug-related functions and commands in xdisp.c that are > only compiled in under ENABLE_CHECKING. I don't think that not having done it in the past is justification enough for not doing it now, but I agree that it would be preferable to have it covered by a test that doesn't need a special interface. It looks like funcall-with-delayed-message could be used for this purpose. I came up with the attached test, which also has the benefit of extending test coverage to that function which previously had none.