Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [SOLVED] Libtool/zsh quoting problem: a zsh... bug?
- X-seq: zsh-workers 22236
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [SOLVED] Libtool/zsh quoting problem: a zsh... bug?
- Date: Sat, 11 Feb 2006 20:50:47 -0800
- Cc: Zsh-workers <zsh-workers@xxxxxxxxxx>
- In-reply-to: <1060211194253.ZM6064@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060209233201.GA5875@fargo> <20060211093607.GD10579@DervishD> <200602111321.48602.arvidjaar@xxxxxxxxxx> <20060211181440.GA30984@xxxxxxxxxxxxx> <1060211194253.ZM6064@xxxxxxxxxxxxxxxxxxxxxxx>
On Sat, Feb 11, 2006 at 07:42:53PM +0000, Bart Schaefer wrote:
> I experimented with but rejected a similar patch back around the time
> of the previous discussion because of what happens with ${1+word "$@"}.
One kluge idea for bourne-shell emulation mode: automatically add an
invisible global alias for ${1+"@"} (i.e. don't list it if the user asks
for a list of aliases). We'd also want to make sure that we allow the
user to turn it into a visible global alias if they manually add one.
This would just serve to improve our bourne-shell emulation without
trying to fix the underlying problem.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author