From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7457 invoked from network); 27 Jun 2000 14:47:01 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Jun 2000 14:47:01 -0000 Received: (qmail 9818 invoked by alias); 27 Jun 2000 14:46:29 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3218 Received: (qmail 9811 invoked from network); 27 Jun 2000 14:46:28 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Bart Schaefer" , Subject: RE: (forw) --help able programs and completion] Date: Tue, 27 Jun 2000 18:46:21 +0400 Message-ID: <001201bfe046$755c50a0$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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <1000627143629.ZM30575@candle.brasslantern.com> > > What I was expecting, for some reason, was that menu > selection would start > immediately if there were more than N matches, not wait for > the second TAB > that triggers automenu. I.e., I want automenu (two TAB) > behavior if there > are fewer than N matches, and menu-select (one TAB) behavior > for N or more. > > I don't know how I got the idea in my head that select=N by > itself works > that way. Is there a configuration that does work that way? > Sounds interesting. Actually, it looks like more general form of menu style ... currently we can set it so, that menu selection starts when matches do not fit on screen; more general style would allow exactly what you want. I am perfectly sure it is a matter of one line in the _main_complete; I just looked where select=long is looked up - should be the right place. -andrej