From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17768 invoked from network); 5 Mar 1999 12:07:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Mar 1999 12:07:56 -0000 Received: (qmail 16546 invoked by alias); 5 Mar 1999 12:07:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5658 Received: (qmail 16533 invoked from network); 5 Mar 1999 12:07:27 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" Cc: "ZSH workers mailing list" Subject: RE: PATCH: Re: Shuld it be so? and Re: _tar Date: Fri, 5 Mar 1999 15:05:01 +0300 Message-ID: <002501be6700$6550af00$21c9ca95@mowp.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.2013.2901 In-reply-to: <199903051102.MAA03885@beta.informatik.hu-berlin.de> > > This should now give the same result in both cases (quoted `*'). > Just tried with builtin zsh completion (zsh -f; bindkey '^X^I' complete-word). If globcomplete is set, it completes pattern; if globcomplete is not set, it leaves it as is. But builtin completion does not have _path_files ... So, I think, _path_files should leave the pattern unquoted (even for compatibility with builtin). The question is, should it complete at all? As my examples shows, it could be usable. /andrej