From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29412 invoked from network); 24 Jun 2006 03:20:20 -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; 24 Jun 2006 03:20:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 29002 invoked from network); 24 Jun 2006 03:20:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Jun 2006 03:20:13 -0000 Received: (qmail 27407 invoked by alias); 24 Jun 2006 03:20:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10427 Received: (qmail 27395 invoked from network); 24 Jun 2006 03:20:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Jun 2006 03:20:00 -0000 Received: (qmail 27029 invoked from network); 24 Jun 2006 03:20:00 -0000 Received: from vms040pub.verizon.net (206.46.252.40) by a.mx.sunsite.dk with SMTP; 24 Jun 2006 03:19:59 -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 <0J1C0006JH99ENXE@vms040.mailsrvcs.net> for zsh-users@sunsite.dk; Fri, 23 Jun 2006 22:19:58 -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 k5O3JuF4006285 for ; Fri, 23 Jun 2006 20:19:57 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k5O3Ju49006284 for zsh-users@sunsite.dk; Fri, 23 Jun 2006 20:19:56 -0700 Date: Fri, 23 Jun 2006 20:19:56 -0700 From: Bart Schaefer Subject: Re: howto expand all possible completions? In-reply-to: <20060623232938.GB30718@spiegl.de> To: zsh-users@sunsite.dk Message-id: <060623201956.ZM6283@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> Comments: In reply to Andy Spiegl "howto expand all possible completions?" (Jun 24, 1:29am) On Jun 24, 1:29am, Andy Spiegl wrote: } } Is there something like expand-completions or similar? Do you already have _expand in your completers style? If so, my only other suggestion would be to try setopt nocaseglob. I suspect that you have a lower-case to upper-case matcher-list style that is producing the mixed-case completions in the second example.