Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion escaping
- X-seq: zsh-workers 8846
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: completion escaping
- Date: Thu, 2 Dec 1999 09:28:09 +0100 (MET)
- In-reply-to: Clint Adams's message of Wed, 1 Dec 1999 16:07:25 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Clint Adams wrote:
> Old-style (compctl) completion does not escape mid-word tildes,
> but new-style does. Was this intentional?
Hm. No. The new code uses what is now probably the standard way to do
quoting. I.e. you get the same as with the (q) parameter flag. The
different style in compctl wasn't intentional (I mean: it wasn't
intentional *there*).
And personally I like the quoted form better even if it is sometimes
unnecessary. Especially if I compare the strings inserted for matches
like `a*~b'.
Other opinions?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author