Hello, Kyle Meyer <k...@kyleam.com> writes:
> I'm confused why called-interactively-p's docstring suggests that > form. I'm also confused. The more I read the docstring, the less I understand it. Ah well. > At any rate, it won't do here: > > (funcall (lambda () > (interactive) > (not (or executing-kbd-macro noninteractive)))) > ⇒ t > > (call-interactively (lambda () > (interactive) > (not (or executing-kbd-macro noninteractive)))) > ⇒ t Ok. Let me drop the ball here, we both lost too much time on this already. If your patch with the signature change is functional, just go ahead. Thank you. Regards, -- Nicolas Goaziou