From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5739 invoked from network); 15 Dec 1998 15:08:19 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 15 Dec 1998 15:08:19 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id JAA09314; Tue, 15 Dec 1998 09:59:22 -0500 (EST) Resent-Date: Tue, 15 Dec 1998 09:59:22 -0500 (EST) Date: Tue, 15 Dec 1998 15:57:48 +0100 (MET) Message-Id: <199812151457.PAA13384@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@math.gatech.edu In-reply-to: Bruce Stephens's message of 15 Dec 1998 14:44:55 +0000 Subject: Re: Latest patched development version Resent-Message-ID: <"oYLI13.0.QH2.AbdTs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4804 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Bruce Stephens wrote: > > Bruce Stephens 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@informatik.hu-berlin.de