From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24889 invoked from network); 20 Sep 2000 15:07:52 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Sep 2000 15:07:52 -0000 Received: (qmail 24884 invoked by alias); 20 Sep 2000 15:07:01 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3443 Received: (qmail 24877 invoked from network); 20 Sep 2000 15:07:00 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: completion with globbing, take 2 Date: Wed, 20 Sep 2000 19:06:54 +0400 Message-ID: <001a01c02314$69b93f40$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <1000919020251.ZM30124@candle.brasslantern.com> > } > The most obvious thing would be to have _match itself recognize the > } > completions style. > } > } Is is not enough. See later. > > Not enough for what? > I must apologize. For some reason I had impression, that _expand offers all possible *completions* in addition to expansions. What led me to it was There is another style, completions, which allows _expand to display or insert all _completions_ generated for the string. The use of this is that the tags expansions and all-expansions are available, unlike with _complete. Actually, you can either insert all completions (without possibility to menu select AND without doing full completion - it is using only _complete so matching won't work) *or* choose from the expansions. Docs could be more clear on this point. -andrej