Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion features



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