From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25561 invoked from network); 20 Sep 2000 16:23:13 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Sep 2000 16:23:13 -0000 Received: (qmail 1278 invoked by alias); 20 Sep 2000 16:22:25 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3444 Received: (qmail 1270 invoked from network); 20 Sep 2000 16:22:23 -0000 From: "Bart Schaefer" Message-Id: <1000920161245.ZM31632@candle.brasslantern.com> Date: Wed, 20 Sep 2000 16:12:45 +0000 In-Reply-To: <001a01c02314$69b93f40$21c9ca95@mow.siemens.ru> Comments: In reply to "Andrej Borsenkow" "RE: completion with globbing, take 2" (Sep 20, 7:06pm) References: <001a01c02314$69b93f40$21c9ca95@mow.siemens.ru> X-Mailer: Z-Mail (5.0.0 30July97) To: "Andrej Borsenkow" , Subject: Re: completion with globbing, take 2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 20, 7:06pm, Andrej Borsenkow wrote: } Subject: RE: completion with globbing, take 2 } } I must apologize. For some reason I had impression, that _expand offers all } possible *completions* in addition to expansions. There's a possibly-unwarranted assumption that the completions will include the interesting subset of all expansions, so you wouldn't want the rest of the expansions as well. } it is using only _complete so matching won't work Once again, that's true only if you're using the _expand_word binding. Matching works fine if you're using complete-word and you have _match somewhere after _expand in the completer style. } Actually, you can either insert all completions (without possibility } to menu select [...]) *or* choose from the expansions. Docs could be } more clear on this point. Yes, I'll send a patch separately to zsh-workers. However, it does say: completions This style is used by the _expand completer function. If it is set to `true', the completer will not generate expansions, but instead ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the completions will be generated as normal and all of them will be inserted into the command line. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net