From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5753 invoked from network); 19 Apr 2000 14:26:29 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Apr 2000 14:26:29 -0000 Received: (qmail 15867 invoked by alias); 19 Apr 2000 14:25:57 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3026 Received: (qmail 15859 invoked from network); 19 Apr 2000 14:25:57 -0000 Date: Wed, 19 Apr 2000 16:25:54 +0200 (MET DST) Message-Id: <200004191425.QAA24407@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-users@sunsite.auc.dk In-reply-to: Jason Price's message of Tue, 18 Apr 2000 14:24:32 -0400 Subject: Re: 2 questions Jason Price wrote: > ... > > This is not exactly what I want. I'd rather have menu complete when it's > non unique, defaulting to the first option, and allowing tab'ing or > arrowing through the list. New completion setup is as follows: > > ... > > zstyle ':completion:*' menu select=200 Apart from what Oliver already said... If you want tabbing through the matches you can either `setopt menucomplete' or use zstyle ':completion:*' menu yes if you want arrowing, use: zstyle ':completion:*' menu yes select Using `select=200' is a bit weird, giving you selection only for rather longish lists -- and exactly that combination doesn't work in dev-22 (if the list doesn't fit on the screen). The CVS has some new code for that. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de