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

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

Printing code made by a macro


From: Heime
Subject: Printing code made by a macro
Date: Sat, 05 Aug 2023 23:42:50 +0000

Is there a proper way to display the code produced by a macro ?  Perhaps call
a function to print it by passing the macro command ?

(print-code (mymacro (* 2 3) (* 5 8) ))

Which would print (+ 3 8)

How would one write print-code ?






reply via email to

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