From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 725 invoked from network); 30 May 2000 14:22:03 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 May 2000 14:22:03 -0000 Received: (qmail 29760 invoked by alias); 30 May 2000 14:21:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11662 Received: (qmail 29752 invoked from network); 30 May 2000 14:21:45 -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: 30 May 2000 23:22:10 +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) I found that tag-order prevents some of completions. Z(3):akr@serein% Src/zsh -f serein% bindkey -e;autoload -U compinit; compinit -D serein% zstyle ':completion:*' tag-order '*:label' serein% which This completes nothing. Note that serein% lynx serein% gzip serein% compress etc. have same problem. -- Tanaka Akira