From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22760 invoked from network); 15 Sep 2000 19:54:12 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Sep 2000 19:54:12 -0000 Received: (qmail 9104 invoked by alias); 15 Sep 2000 19:53:02 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3429 Received: (qmail 9094 invoked from network); 15 Sep 2000 19:52:56 -0000 Date: Fri, 15 Sep 2000 15:52:10 -0400 Message-Id: <200009151952.PAA16597@soup.ads.apexinc.com> X-Authentication-Warning: soup.ads.apexinc.com: ejb set sender to ejb@apexinc.com using -f From: "E. Jay Berkenbilt" To: schaefer@candle.brasslantern.com CC: zsh-users@sunsite.auc.dk In-reply-to: <000915115539.ZM17342@candle.brasslantern.com> (schaefer@candle.brasslantern.com) Subject: Re: glob completion without menu style completion References: <000101c01f3e$cf699350$21c9ca95@mow.siemens.ru> <000915115539.ZM17342@candle.brasslantern.com> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII > > You are better off if you redefine TAB to simple expand-word like > > > > bindkey '^I' expand-word > > You mean "complete-word", not "expand-word". And if you run "compinit" > *after* setting your styles with zstyle, *and* you have used the _expand > completer, then compinit rebinds TAB to complete-word for you, for just > this reason. Ah. This all makes sense now. My previous reply can be disregarded. Now I just have to decide whether to use _match as a secondary completer and whether to use _expand is a primary completer. Jay