From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25051 invoked from network); 6 Jun 2000 04:57:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jun 2000 04:57:46 -0000 Received: (qmail 12684 invoked by alias); 6 Jun 2000 04:57:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11764 Received: (qmail 12677 invoked from network); 6 Jun 2000 04:57:26 -0000 From: "Bart Schaefer" Message-Id: <1000606045656.ZM65@candle.brasslantern.com> Date: Tue, 6 Jun 2000 04:56:56 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: #compdef -k menu-select glitch in 3.1.9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Remember that function I have that starts with `#compdef -k menu-select ...'? The zsh/complist module is getting loaded when compinit reads that file, so that much is working right; but I don't get menu-select behavior when I invoke the widget. If I explicitly invoke `zle -C _widget .menu-select _widget' then I do get menu-select behavior, but for some reason it doesn't work at compinit time. One other oddity ... before installing 3.1.9 I was using #compdef -k menu-complete _widget compadd -Q these are some strings MENUSELECT=0 compstate[insert]=menu With that configuration, every time I exit from menu-selection I get a beep. With `zle -C _widget .menu-select _widget' I can exit from menu-selection without getting a beep. Why the difference? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net