From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14156 invoked from network); 15 Dec 1999 11:16:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Dec 1999 11:16:40 -0000 Received: (qmail 7797 invoked by alias); 15 Dec 1999 11:16:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9057 Received: (qmail 7790 invoked from network); 15 Dec 1999 11:16:29 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: _approximate and _path_files Date: Wed, 15 Dec 1999 14:16:21 +0300 Message-ID: <000001bf46ed$d0ff77e0$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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Do they work together? Assuming that I have directory /archive/sni/mr, cd /archive; l sin gives me `sni' but simple l /ar/sin after *very* long time beeps. If not - it's really a pity. Actually, enabling _approximate (I have max-erros 3) and trying to complete any non-existing partial path takes really long time. Hmm ... looks, like zsh simply hangs (or better said, loops) currently. I have to press ^C to be able to enter something. ^C then returns to my input I tried to complete. /andrej