From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7917 invoked from network); 28 Sep 1999 10:07:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Sep 1999 10:07:50 -0000 Received: (qmail 2362 invoked by alias); 28 Sep 1999 10:07:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8083 Received: (qmail 2355 invoked from network); 28 Sep 1999 10:07:35 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: What happened to _path_files? Date: Tue, 28 Sep 1999 14:07:29 +0400 Message-ID: <000f01bf0999$45de5c30$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.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal bor@itsrm2:~/tmp%> zsh -f itsrm2% autoload compinit ; compinit -D itsrm2% cp _man /t/s/z/C/U beeps I have /tools/src/zsh-* and /tools/share/zsh/* . I never get any menu or list. The same settings as before (here is zsh -f just to demonstrate problem). This is zsh-3.1.6-pws-6 with 8056. Looks, like ambiguous matches do not work any more. I can complete, if match is unambiguous (but not, if it is with metachars): bor@itsrm2:~/tmp%> cp _man /a/p/u/z/p/ bor@itsrm2:~/tmp%> cp _man /archive/pub/unix/zsh/patches/3.1.6-pws-6/ but bor@itsrm2:~/tmp%> cp _man /a/p/u/z*/p/ just beeps. Again, all this worked before pws-6 (I skipped several pws-XX). /andrej