Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Latest patched development version
- X-seq: zsh-workers 4804
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Latest patched development version
- Date: Tue, 15 Dec 1998 15:57:48 +0100 (MET)
- In-reply-to: Bruce Stephens's message of 15 Dec 1998 14:44:55 +0000
Bruce Stephens wrote:
>
> 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.
Peter's version contains my patch for completion continuing. With this
we almost ever need a `-tc' in the `-T' completion.
(I said that trouble would come of that...)
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author