From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22062 invoked from network); 13 Jun 2000 21:36:17 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Jun 2000 21:36:17 -0000 Received: (qmail 15620 invoked by alias); 13 Jun 2000 21:36:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11884 Received: (qmail 15610 invoked from network); 13 Jun 2000 21:36:10 -0000 From: "Bart Schaefer" Message-Id: <000613143335.ZM13365@candle.brasslantern.com> Date: Tue, 13 Jun 2000 14:33:35 -0700 In-Reply-To: <20000613203716.A12061@br-online.de> Comments: In reply to Andy Spiegl "menu-select in 3.1.9" (Jun 13, 8:37pm) References: <20000613203716.A12061@br-online.de> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: menu-select in 3.1.9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 13, 8:37pm, Andy Spiegl wrote: > Subject: menu-select in 3.1.9 > Hi! > I just upgraded from 3.1.7-pre4 to 3.1.9 and menu-selection isn't working > anymore. :-( Hmm, I just noticed that it's not working for me, either. output shows that MENUSELECT=6 is happening at _main_complete line 217, and the number of matches is 71, and the complist module is loaded. There's this odd bit: +_main_complete:152: nm=71 +_main_complete:154:if: [[ == keep || nm -gt 1 ]] +_main_complete:155:then: [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]] +_main_complete:156:then cmdand: _menu_style=( select=6 ) +_main_complete:158:then: tmp=27 +_main_complete:160:then: _menu_style=( select=6 select=6 ) Why is it in there twice? Doesn't seem to be the cause of the problem.