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

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

RE: [External] : Re: Passing result of macroexpand-all as argument to a


From: Drew Adams
Subject: RE: [External] : Re: Passing result of macroexpand-all as argument to a function
Date: Wed, 9 Aug 2023 04:28:36 +0000

> > (myfunc `,(macroexpand-all something arg))
> This is equivalent to
> (myfunc (macroexpand-all something arg))

You're right, of course. ;-)

Guess I was thinking about putting the
result of evaluation in some structure.
E.g., if you wanted to insert the result
of evaluating (foo) in a list, you'd use
`(,(foo)...), or (list (foo)...).  



reply via email to

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