From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id QAA28723 for ; Mon, 29 May 1995 16:02:21 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA25683 (5.65c/Gatech-10.0-IDA for ); Mon, 29 May 1995 02:02:48 -0400 Received: by math (5.x/SMI-SVR4) id AA00471; Mon, 29 May 1995 02:01:13 -0400 Resent-Date: Mon, 29 May 1995 01:59:52 -0400 Old-Return-Path: Message-Id: <9505290559.AA03697@redwood.skiles.gatech.edu> X-Mailer: exmh version 1.5.3 12/28/94 To: zsh-workers@math.gatech.edu Subject: Re: strange completion In-Reply-To: Your message of "Mon, 29 May 1995 00:13:17 CDT." <199505290513.AAA15886@woodlawn.uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 29 May 1995 01:59:52 -0400 From: Richard Coleman Resent-Message-Id: <"9WpNi.0.H7.eCMol"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/50 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > >woodlawn% rm -rf .p > > > >This makes no sense to me... > > I am sorry. I just noticed somethign foolish. this works fine > > >compctl -x 'C[-1,-*d*]' -g '*.gz *.Z *.z' -g '*(-/)' -- gzip > > This still does not work... Try these. This is from the compctl examples file. # gzip files, but gzip -d only gzipped or compressed files compctl -f -x 'R[-*d,^*]' -g '*.gz *.z *.Z' + -g '*(-/)' -- gzip compctl -g '*.gz *.z *.Z' + -g '*(-/)' gunzip # zcat if you use GNU compctl -g '*.Z' + -g '*(-/)' uncompress zmore # zcat if you don't use GNU rc