From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22013 invoked from network); 3 Mar 2006 22:07:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Mar 2006 22:07:54 -0000 Received: (qmail 73666 invoked from network); 3 Mar 2006 22:07:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Mar 2006 22:07:46 -0000 Received: (qmail 15562 invoked by alias); 3 Mar 2006 22:07:39 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9991 Received: (qmail 15552 invoked from network); 3 Mar 2006 22:07:38 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Mar 2006 22:07:38 -0000 Received: (qmail 72586 invoked from network); 3 Mar 2006 22:07:38 -0000 Received: from mta07-winn.ispmail.ntl.com (81.103.221.47) by a.mx.sunsite.dk with SMTP; 3 Mar 2006 22:07:37 -0000 Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20060303220736.LQWA15056.mta07-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com> for ; Fri, 3 Mar 2006 22:07:36 +0000 Received: from pwslaptop.csr.com ([81.105.236.124]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20060303220736.ZIKL27140.aamta12-winn.ispmail.ntl.com@pwslaptop.csr.com> for ; Fri, 3 Mar 2006 22:07:36 +0000 Received: from pwslaptop.csr.com (pwslaptop.csr.com [127.0.0.1]) by pwslaptop.csr.com (8.13.4/8.13.4) with ESMTP id k23M7Pm8004247 for ; Fri, 3 Mar 2006 22:07:25 GMT Received: from pwslaptop.csr.com (pws@localhost) by pwslaptop.csr.com (8.13.4/8.13.4/Submit) with ESMTP id k23M7NVF004243 for ; Fri, 3 Mar 2006 22:07:24 GMT Message-Id: <200603032207.k23M7NVF004243@pwslaptop.csr.com> X-Authentication-Warning: pwslaptop.csr.com: pws owned process doing -bs From: Peter Stephenson To: zsh-users@sunsite.dk Subject: Re: How to get cursor navigation of completion menu working? In-Reply-To: Your message of "Fri, 03 Mar 2006 13:02:58 PST." <6a42eec70603031302j3ed889a1m64ffd4f38b0554cc@mail.gmail.com> Date: Fri, 03 Mar 2006 22:07:22 +0000 "sam reckoner" wrote: > My understanding from reading the user's guide is that there is a way to > cursor-navigate the listed completions. However, I can't figure out how to > get this to work. If you're using the new completion system (with compinit) you can set: zstyle ':completion:*' menu select The instructions are buried in the entry for the menu style in the zshcompsys manual page. -- Peter Stephenson Web page still at http://www.pwstephenson.fsnet.co.uk/