From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9276 invoked from network); 10 May 2000 16:55:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 May 2000 16:55:38 -0000 Received: (qmail 29456 invoked by alias); 10 May 2000 16:55:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11306 Received: (qmail 29379 invoked from network); 10 May 2000 16:55:19 -0000 To: zsh-workers@sunsite.auc.dk Subject: tag-order problem MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 11 May 2000 01:56:32 +0900 Message-ID: User-Agent: T-gnus/6.14.1 (based on Gnus v5.8.3) (revision 16) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (i686-pc-linux-gnu) MULE/4.0 (HANANOEN) Z(4):akr@serein% Src/zsh -f serein% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst serein% zstyle ':completion:*' group-name '' serein% zstyle ':completion:*:messages' format %d serein% zstyle ':completion:*:descriptions' format %d serein% zstyle ':completion:*:*:foo:*' tag-order '*' '*:-case' serein% zstyle ':completion:*-case' matcher 'm:{a-z}={A-Z}' serein% foo c file config.cache config.h config.log config.sub* configure.in config.guess* config.h.in config.status* configure* file CVS/ Completion/ config.guess* config.log configure* ChangeLog Config/ config.h config.status* configure.in ChangeLog.3.0 config.cache config.h.in config.sub* I think it shouldn't completes two file sets at once. -- Tanaka Akira