Thorsten Glaser <[email protected]> wrote: |Can anyone think of a reason to not print the entire tree, |except maybe length? (We could reasonably kill after 2K or |something like that.)
And, of course, the only solution to avoid that the intermediate buffer(s is/are spaced sufficiently large to store the entire command line (of TCOMs) would be to modify the tree walk, as in "don't write intermediate levels at all, only the first and the last" ... or something like that. This could still be used in conjunction with the patch i've sent, then. Anyway... --steffen
