Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Latest patched development version
- X-seq: zsh-workers 4803
- From: Bruce Stephens <b.stephens@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Latest patched development version
- Date: 15 Dec 1998 14:44:55 +0000
- In-reply-to: Bruce Stephens's message of "15 Dec 1998 14:03:40 +0000"
- References: <199812151159.MAA10986@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <vb7lvtwlhf.fsf@xxxxxxxxxxxxxxx>
- Sender: B.Stephens@xxxxxxxxx
Bruce Stephens <b.stephens@xxxxxxxxx> writes:
> Completion seems to have vanished, but I just tried with zsh -f, and
> it works again, so that's presumably just something that's changed
> in the compctl syntax that's not being reported as an error.
I've found it. It was this example completion:
# This is to complete all directories under /home, even those that are not
# yet mounted (if you use the automounter).
# This is for NIS+ (e.g. Solaris 2.x)
compctl -Tx 's[/home/] C[0,^/home/*/*]' -S '/' -s '$(niscat auto_home.org_dir | \
awk '\''/export\/[a-zA-Z]*$/ {print $NF}'\'' FS=/)'
Which doesn't work for me anyway (since directories are mounted
differently), so I've just commented it out. Things were working with
previous versions of zsh, however, so this suggests that something has
changed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author