From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16216 invoked from network); 9 Oct 2000 16:18:25 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Oct 2000 16:18:25 -0000 Received: (qmail 15702 invoked by alias); 9 Oct 2000 16:18:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12934 Received: (qmail 15695 invoked from network); 9 Oct 2000 16:18:06 -0000 Date: Mon, 9 Oct 2000 09:17:51 -0700 (PDT) From: Wayne Davison X-Sender: wayne@phong.blorf.net To: Zsh Workers Subject: Global-alias problem with _expand Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Global aliases can cause a problem in the _expand completer: % zsh -f % autoload -U compinit % compinit % zstyle ':completion:*' completer _expand % alias -g T='|tail' % l T _expand:-1: parse error near `|' ..wayne..