Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: AIX .export files
- X-seq: zsh-workers 8564
- From: Zefram <zefram@xxxxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxxxxxxxxx (Bart Schaefer)
- Subject: Re: PATCH: AIX .export files
- Date: Fri, 5 Nov 1999 11:56:50 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <991105091919.ZM29481@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Nov 5, 1999 9:19:19 am"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
>(4) Rewrite makepro.awk to avoid accumulating all the function def'n's
> before printing any of them, thus producing uglier .pro files.
This one gets my vote. The .pro files aren't primarily meant to be nice;
I made it collect all the locals together to make it as close as possible
to how a human would lay it out, but if that's causing problems it can
be sacrificed.
Or there's another possibility: run makepro.awk over the file twice,
once generating local definitions and once externals, and glue the two
together. You'd get the current form of .pro files, without requiring
awk to handle lengthy strings, at the cost of doubling generation time.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author