Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion features
- X-seq: zsh-workers 5772
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: completion features
- Date: Fri, 12 Mar 1999 10:38:42 +0100
- In-reply-to: "Sven Wischnowsky"'s message of "Fri, 12 Mar 1999 10:36:18 NFT." <199903120936.KAA02982@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Sven Wischnowsky wrote:
> About the completion after things like `~1/': this works for me, at
> least after the patch to `_pth_files' I sent in reply to Andrej. Also,
> the patch below should make the treatment of quoted/unquoted
> metacharacters more consistent. (I just hate the interaction of
> completion and quoting...).
me too.
Good News! I was using an old _path_files and this now works.
Bad News! Trying to get correction after a ~ now seems to fail. For
example, ~/bin/comp/set<TAB> should offer me _set or _setopt, but doesn't.
Using $HOME instead of ~ doesn't help. An explicit path, or
bin/comp/set<TAB> in my home directory, work as expected.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author