From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10059 invoked by alias); 28 May 2010 00:49:27 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15082 Received: (qmail 10110 invoked from network); 28 May 2010 00:49:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at smileystation.com does not designate permitted sender hosts) Date: Thu, 27 May 2010 14:39:50 -0400 From: Omari Norman To: zsh-users@zsh.org Subject: Menu selection and multi-page matches Message-ID: <20100527183759.GA3633@barry> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hanley.site5.com X-AntiAbuse: Original Domain - zsh.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - smileystation.com X-Source: X-Source-Args: X-Source-Dir: When I use menu selection, after I make my selection zsh then lists all the completions again. This happens only with completions that take up multiple pages. To demonstrate: 1. setopt noautolist menucomplete 2. zstyle ':completion:*' menu select=1 3. Do menu completion for something that has more than one screen of matches, like "ls -". 4. So I select the option I want using arrow keys and , like --all. After I hit , though, zsh then relists the completions again. I just want it to take me back to the command line, where --all has correctly been entered. Is there some keystroke I should use for this, or some widget I should write? Any ideas welcome. Thanks. --Omari