From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14464 invoked from network); 3 Sep 1999 14:40:28 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Sep 1999 14:40:28 -0000 Received: (qmail 29059 invoked by alias); 3 Sep 1999 14:40:11 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2567 Received: (qmail 29051 invoked from network); 3 Sep 1999 14:40:09 -0000 From: "Bart Schaefer" Message-Id: <990903144003.ZM26279@candle.brasslantern.com> Date: Fri, 3 Sep 1999 14:40:03 +0000 In-Reply-To: <990903093156.ZM25241@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: different kind of glob_complete?" (Sep 3, 9:31am) References: <199909030741.JAA03749@beta.informatik.hu-berlin.de> <990903093156.ZM25241@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.auc.dk Subject: Re: different kind of glob_complete? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 3, 9:31am, Bart Schaefer wrote: } Subject: Re: different kind of glob_complete? } } [...] even in 3.0.5 the behavior } is the same as 3.1.6. So I need to correct the 3.0.6 doc. I found the 3.1.6 doc slightly confusing, so here's a patch for it, which matches what I'm putting into the 3.0.6 doc: Index: Doc/Zsh/options.yo =================================================================== @@ -389,11 +389,11 @@ item(tt(GLOB_COMPLETE))( When the current word has a glob pattern, do not insert all the words resulting from the expansion but generate matches as for completion and -cycle through them like tt(MENU_COMPLETE). The matches are generated -as if a `tt(*)' is added to the end of the word or inserted at the cursor if -tt(COMPLETE_IN_WORD) is set. Since this doesn't use globbing, it -works not only for files but for all completions, such as options, -user names, etc. +cycle through them like tt(MENU_COMPLETE). The matches are generated as if +a `tt(*)' was added to the end of the word, or inserted at the cursor when +tt(COMPLETE_IN_WORD) is set. This actually uses pattern matching, not +globbing, so it works not only for files but for any completion, such as +options, user names, etc. ) pindex(GLOB_DOTS) cindex(globbing, of . files) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com