m4-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

undivert to a file


From: George W Patrick
Subject: undivert to a file
Date: Thu, 24 Nov 2016 10:49:26 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On the GNU m4 home page it says to send suggestions for
m4 extensions here.

My suggestion is to be able to undivert to a file. So,

divert(1)
here is some text
divert(0)
undivertf(1, `filename.txt')

saves the diversion to the stated file, replacing
it. Additionally,

undivertf(1, `dir1/dir2/filename.txt')

would create dir1 and dir1/dir2 if they do not already exist.

I currently have obtained this function by programming a filter
on the back end of m4, but it would be nice to have it in m4
proper.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]