From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8195 invoked from network); 26 Apr 2000 17:35:09 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Apr 2000 17:35:09 -0000 Received: (qmail 7392 invoked by alias); 26 Apr 2000 17:35:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10941 Received: (qmail 7351 invoked from network); 26 Apr 2000 17:35:01 -0000 From: "Bart Schaefer" Message-Id: <1000426173321.ZM20677@candle.brasslantern.com> Date: Wed, 26 Apr 2000 17:33:21 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: _path_files:compadd:328: invalid pattern character `*' MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I just installed a rebuild of 3.1.7-pre-1 with patches up to 10935. I type: zagzig[96] vi Completion/*/_rpm And zsh prints back all of the following lines: _path_files:compadd:328: invalid pattern character `*' zagzig[96] vi Completion/*/_rpm _path_files:compadd:328: invalid pattern character `*' zagzig[96] vi Completion/*/_rpm _path_files:compadd:328: invalid pattern character `*' zagzig[96] vi Completion/*/_rpm _path_files:compadd:480: invalid pattern character `*' zagzig[96] vi Completion/Linux/_rpm On a hunch, I deleted this style: zstyle ':completion:*' matcher-list '' 'r:|[._-,]=* r:|=*' 'm:{a-zA-Z}={A-Za-z} r:|[._-,]=* r:|=*' 'r:|[._-,]=* r:|=* l:|=*' and the errors go away. I suspect something to do with 10925. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com