From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19561 invoked from network); 25 Jun 2006 03:04:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Jun 2006 03:04:47 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 11419 invoked from network); 25 Jun 2006 03:04:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Jun 2006 03:04:38 -0000 Received: (qmail 9534 invoked by alias); 25 Jun 2006 03:04:30 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10430 Received: (qmail 9521 invoked from network); 25 Jun 2006 03:04:29 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Jun 2006 03:04:29 -0000 Received: (qmail 10248 invoked from network); 25 Jun 2006 03:04:29 -0000 Received: from vms040pub.verizon.net (206.46.252.40) by a.mx.sunsite.dk with SMTP; 25 Jun 2006 03:04:27 -0000 Received: from torch.brasslantern.com ([71.116.74.94]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J1E007HJB7CH2D2@vms040.mailsrvcs.net> for zsh-users@sunsite.dk; Sat, 24 Jun 2006 22:04:25 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k5P34OqV007477 for ; Sat, 24 Jun 2006 20:04:24 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k5P34NJU007476 for zsh-users@sunsite.dk; Sat, 24 Jun 2006 20:04:23 -0700 Date: Sat, 24 Jun 2006 20:04:23 -0700 From: Bart Schaefer Subject: Re: howto expand all possible completions? In-reply-to: <20060624205711.GA29371@spiegl.de> To: zsh-users@sunsite.dk Message-id: <060624200423.ZM7475@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20060623232938.GB30718@spiegl.de> <060623201956.ZM6283@torch.brasslantern.com> <20060624205711.GA29371@spiegl.de> Comments: In reply to Andy Spiegl "Re: howto expand all possible completions?" (Jun 24, 10:57pm) On Jun 24, 10:57pm, Andy Spiegl wrote: } Subject: Re: howto expand all possible completions? } } > } Is there something like expand-completions or similar? } > } > Do you already have _expand in your completers style? } No, thanks for the hint! Actually I misspoke. I was conflating the all-expansions tag of the _expand completer with the _all_matches completer. The latter is what you actually want to use. } I tried calling the _expand function manually (via Alt-x) but that just } hogged the CPU so that I had to kill zsh. :-( That's odd.