
pocmatos
2020-10-9 11:36:43
Regarding @mflatt solution there’s one thing I haven’t really found a solution I am happy with. If you define generate-test-deps
as a macro, and use it as @(generate-test-deps ...)

pocmatos
2020-10-9 11:37:40
The syntax-column is 7 although there are only 6 spaces before the @
. I understand why this happens but it’s annoying and I don’t have a solution for it, besides doing (- (syntax-column stx) 1)
in the macro definition.

pocmatos
2020-10-9 11:37:49
Although that feels like a hack.

mflatt
2020-10-9 11:39:04
I agree, and I don’t have a better answer.