emacs-devel
[Top][All Lists]
Advanced

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

Re: master a30781399b3: * subr-x (eval-command-interactive-spec): New fu


From: Stefan Monnier
Subject: Re: master a30781399b3: * subr-x (eval-command-interactive-spec): New function.
Date: Fri, 09 Jun 2023 10:39:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

>> And why is that preferable over `(advice-)eval-interactive-spec`?
>
> You mean, why is it worth factoring out
>
>     (advice-eval-interactive-spec (cadr (interactive-form command)))
>
> ?

Yes.

> Well, it's indeed less worth factoring out now that you've pointed out
> my mistake about interactive-form, but it seems seems worth it to me on
> balance.

AFAICT the functionality of `advice-eval-interactive-spec` is not used
often at all, so having a specialized version for the specific case when
it's applied to (cadr (interactive-form command)) seems hard to justify.

Can you point to (potential) users?


        Stefan




reply via email to

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