From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14173 invoked from network); 30 Jun 2000 11:37:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Jun 2000 11:37:57 -0000 Received: (qmail 14870 invoked by alias); 30 Jun 2000 11:37:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12127 Received: (qmail 14845 invoked from network); 30 Jun 2000 11:37:03 -0000 Date: Fri, 30 Jun 2000 13:36:41 +0200 (MET DST) Message-Id: <200006301136.NAA00838@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Fri, 30 Jun 2000 15:06:57 +0400 Subject: Re: Completion for gzcat does not descend directories Andrej Borsenkow wrote: > As in subject. ^Xh lists all three standard tags, but if any *.gz file > is foundm directories are not listed. > > I'd expect it to suggest both files and directories. You should tell it, then. From the docs: zstyle ':completion:*:gzcat:*' file-patterns \ '%p:globbed-files *(-/):directories' '*:all-files' Or use _next_tags. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de