Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: few questions
- X-seq: zsh-users 4493
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zefram <zefram@xxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: few questions
- Date: Wed, 21 Nov 2001 18:50:49 +0000
- In-reply-to: <20011121175105.E25691@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20011121102942.A22997@asyd> <1011121160752.ZM2035@xxxxxxxxxxxxxxxxxxxxxxx> <20011121171559.B25575@xxxxxxxxxxxxxx> <20011121170838.D25691@xxxxxxxx> <1011121172249.ZM2392@xxxxxxxxxxxxxxxxxxxxxxx> <1011121172837.ZM2447@xxxxxxxxxxxxxxxxxxxxxxx> <20011121175105.E25691@xxxxxxxx>
On Nov 21, 5:51pm, Zefram wrote:
}
} The ability to alias a particular pattern of quoting always seems to
} me to lack any basis in theoretical sense or in practical utility
It's not really aliasing a particular pattern of quoting. It's aliasing
an arbitrary string of characters before quoting is stripped. From the
viewpoint of aliases, `\ls' is not really quoting the `l'; it's simply
not the same word as `ls' at the time aliases are resolved, and therefore
doesn't match an alias for `ls'.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author