From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19656 invoked from network); 13 Aug 2004 09:59:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Aug 2004 09:59:48 -0000 Received: (qmail 762 invoked from network); 13 Aug 2004 09:59:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Aug 2004 09:59:42 -0000 Received: (qmail 3065 invoked by alias); 13 Aug 2004 09:59:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7827 Received: (qmail 3053 invoked from network); 13 Aug 2004 09:59:01 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 13 Aug 2004 09:59:01 -0000 Received: (qmail 99371 invoked from network); 13 Aug 2004 09:58:18 -0000 Received: from mail36.messagelabs.com (193.109.254.211) by a.mx.sunsite.dk with SMTP; 13 Aug 2004 09:58:18 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-23.tower-36.messagelabs.com!1092391090!8456103 X-StarScan-Version: 5.2.10; banners=-,-,- X-Originating-IP: [158.234.9.163] Received: (qmail 31881 invoked from network); 13 Aug 2004 09:58:10 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-23.tower-36.messagelabs.com with SMTP; 13 Aug 2004 09:58:10 -0000 Received: from trentino.logica.co.uk ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id i7D9w9f6019310 for ; Fri, 13 Aug 2004 10:58:10 +0100 Received: from trentino.logica.co.uk (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id 70714791B004 for ; Fri, 13 Aug 2004 11:58:09 +0200 (CEST) To: Zsh-users List X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <14903.1092389588@trentino.logica.co.uk> From: Oliver Kiddle References: <20040813074526.GM1191@localhost> <14903.1092389588@trentino.logica.co.uk> Subject: Re: Problem with complete-all Date: Fri, 13 Aug 2004 11:58:09 +0200 Message-ID: <15122.1092391089@trentino.logica.co.uk> X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 I wrote: > It seems we need to fix the example in the manual. > Try changing the last style to add _complete after _all_matches: > zstyle ':completion:all-matches::::' completer _all_matches _complete > It needs _complete there to actually generate some matches. Sorry to reply to my own post but I thought I should point out that the manual isn't actually wrong. With the completer style from the manual, _all_matches does work. It reuses the matches from the previous completion so you have to press tab before ^Xx. The style I suggested allows you to just press ^Xx or whatever key you have bound. It needs that insert style too, though. Oliver