Re: guile-hall error on probably every command

2020-06-16 Thread Zelphir Kaltstahl
Thanks, I will look out for it! On 14.06.20 22:16, Ludovic Courtès wrote: > Hi, > > Zelphir Kaltstahl skribis: > >> That would be "MATE Terminal 1.12.1". > Thanks, hopefully it was fixed in the meantime: > > https://issues.guix.gnu.org/41811 > > Ludo’.

Programmatically expand macros

2020-06-16 Thread Linus Björnstam
Hi! Is there any simple way to programmatically expand a macro? I already have a PoC that uses syntax-local-binding, but that is quite complex. Say I have a macro called (hej body ...), can I in any simple way expand (body ...) so that all macros within are expanded? Without relying on syntax