I tried the same with another macro instead of the one with empty name and,
as you said, traceon does not trace the macros expanded through indir so
yeah, I agree with you. I just tried with the empty macro and didn't think
too much about it.
Regarding the development of a patch, I think I pass. H
On Tue, Oct 26, 2021 at 03:02:31AM +0200, 4dr14n31t0r Th3 G4m3r wrote:
> This m4 script does not show the trace for the macro whose name is the
> empty string:
>
> changequote([,])
> define([],[Hello world])
> traceon([])
> indir([])
There's nothing special about the macro with the empty name. t