Fork me on GitHub
#emacs
<
2019-05-21
>
bozhidar08:05:16

> it would be great to have this available in cider or just Emacs anyway

bozhidar08:05:01

@andrea.crotti Yeah. Adding something like this to apropos might be cool.

theeternalpulse17:05:06

If I have a macro that only needs to generate a form to evaluate, and not parse arguments, is it standard to have a macro with no args, or have it be a function and eval the form it generates?

theeternalpulse17:05:33

https://github.com/dantheobserver/dotflies.el/blob/master/dotflies.el#L92 Basically here my macro is just to return a macro form since I need to generate a list of args and splice it into the arguments of the cmd function