From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21546 invoked from network); 15 Sep 2000 17:31:52 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Sep 2000 17:31:52 -0000 Received: (qmail 19711 invoked by alias); 15 Sep 2000 17:30:46 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3425 Received: (qmail 19704 invoked from network); 15 Sep 2000 17:30:45 -0000 Date: Fri, 15 Sep 2000 13:30:23 -0400 Message-Id: <200009151730.NAA30732@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: zsh-users@sunsite.auc.dk Subject: glob completion without menu style completion Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII (zsh-3.1.9-dev-6) If I type rmdir TAB I get a list of only directories. If I setopt glob_complete and do rmdir *TAB then each subsequent tab cycles through only directories. If I don't have setopt glob_complete and I do rmdir *TAB the * gets replaced with all files in the directory that would be matched by * if I were to just hit return at that moment. Is there a way to get it so that when I type rmdir *TAB the * gets replaced with all the choices that the completion system returns at that time (i.e., whatever glob pattern I've typed should be applied to the completion choices rather than to files)? I don't see an option to do this. This would be so great for commands like cvs add and cvs rm....... -- E. Jay Berkenbilt (ejb@ql.org) | http://www.ql.org/q/