On 10/4/2006, at 16:28, Dr. Drang wrote:
As you anticipated, the elementary changes simply get rid of Fletcher Penney's favorite packages and include mine. [...]
I did read you did other changes, but wanted to share a tip related to this.
I had a script myself where some of the lines were “wrong” in one context. I was really not much for adding an option to control this, but I ran the script too often for me to manually fix the output each time.
So what I did was generate the output, make a copy, fix it, diff it, and then I had a patch file.
This allowed me to wrap the original command in a script that runs that first and then applies the patch to the output.