From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3768 invoked from network); 11 Apr 2000 10:51:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Apr 2000 10:51:51 -0000 Received: (qmail 1934 invoked by alias); 11 Apr 2000 10:51:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10649 Received: (qmail 1922 invoked from network); 11 Apr 2000 10:51:34 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: ** matcher does not work anymore Date: Tue, 11 Apr 2000 14:51:25 +0400 Message-ID: <000c01bfa3a3$e1d4f550$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal This stopped to work: bor@itsrm2% l /tools/share/zsh 3.1.6-dev-22/ site-functions/ bor@itsrm2% l /to/sh/z/-22 B-e-e-p It did work at least yesterday. Yes, I do use ** matcher. bor@itsrm2% zstyle -L zstyle ':completion:*' completer _oldlist _complete _match zstyle :completion::approximate: max-errors 3 zstyle ':completion:*' menu 'select=0' zstyle ':completion:*::::default' list-colors '' zstyle ':completion:*:match:*' original yes zstyle ':completion:*:match:*' insert-unambiguous yes zstyle ':completion:*:paths' ambiguous yes zstyle ':completion:*:oldlist' list _match zstyle ':completion:*' list-rows-first yes zstyle ':completion:*:(directories|(globbed-|all-|)files)' matcher 'r:|[.-]=**' zstyle ':completion:*' group-name '' zstyle ':completion:*:descriptions' format 'Completing %d' -andrej Have a nice DOS! B >>