From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3734 invoked from network); 11 Aug 2002 14:57:52 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 11 Aug 2002 14:57:52 -0000 Received: (qmail 22907 invoked by alias); 11 Aug 2002 14:57:38 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5224 Received: (qmail 22892 invoked from network); 11 Aug 2002 14:57:36 -0000 From: "Bart Schaefer" Message-Id: <1020811145658.ZM27496@candle.brasslantern.com> Date: Sun, 11 Aug 2002 14:56:58 +0000 In-Reply-To: <3D566489.mail9L1BOMBV@viadomus.com> Comments: In reply to DervishD "Re: Completion and menu behavior" (Aug 11, 3:20pm) References: <3D50B9D6.6050603@base2.cc> <15696.52931.954498.323222@wischnow.berkom.de> <3D5194B5.mail17Q912FSP@viadomus.com> <020807151030.ZM24584@candle.brasslantern.com> <3D554DBC.mail1U51N1UBC@viadomus.com> <1020810192733.ZM13159@candle.brasslantern.com> <3D557570.mail2JZ119M6Q@viadomus.com> <1020811011703.ZM20455@candle.brasslantern.com> <3D566489.mail9L1BOMBV@viadomus.com> X-Mailer: Z-Mail (5.0.0 30July97) To: DervishD , zsh-users@sunsite.dk Subject: Re: Completion and menu behavior MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 11, 3:20pm, DervishD wrote: } } Ok, I have it loaded now, exported MENUSELECT and now my TAB key } does nothing ;)) I've checked the menuselect keymap and the TAB key } is correctly mapped to 'menu-complete'. The menuselect keymap is only used to navigate the list of files, after menu selection has started. You need to check what TAB is bound to in your regular keymap (emacs or viins). You also need to be sure the ALWAYS_LAST_PROMPT option is set; if it is not, menu selection is disabled, though that shouldn't prevent normal completion from happening. Other than that, I have no idea. Check whether it works with `zsh -f': zsh -f % zmodload zsh/complist % MENUSELECT=0 % ls If that works, then there's something in your setup that's interfering. -- 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