help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Macro expansion containing ‘interactive’


From: Stefan Monnier
Subject: Re: Macro expansion containing ‘interactive’
Date: Thu, 19 Aug 2021 09:24:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> In an attempt to create a compatibility wrapper for the new optional mode
> list parameter of ‘interactive’ I am facing difficulties. The definition
> looks like this:

`interactive` is not a special form.  Just like docstrings, it's a part
of the syntax of `lambda`, so you need to define a `foo-lambda` if you
want it to work reliably.


        Stefan




reply via email to

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