From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17405 invoked by alias); 29 May 2013 22:29:09 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31434 Received: (qmail 11399 invoked from network); 29 May 2013 22:29:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=s5Il2BI3yhIh/tqxjR1tHD7DAVx3epIB0PRuVsXzK+E=; b=R3eiJY8eHX3C1refjmEy5OpVPup8wMoIslSzIGYuX10DSiGnQ65MFPe9kminHEGIpW UNF33JB6Jixs1tnHPEGqoSWW2lDQrFlB/O+f9hHFS03sDTvFSsr7RRss1Vsc8d40rjSp gB4wTOjDYtR7g4VZp6VBrV/qnqltPiWEXoR5NbSMtD6DuiLPcAao/CYv5OYEuoyFJaIM 8W3LQDvR6Kh9OiI7UTNst7TWxNGs55GscI4OcY6vIqTyeH0H/mZIHCTCSpJJl1dZ8bpl vl4XL6Lbuc2yM7GvMzm1Tc6wZeBBE1T69/ZAf8FkJaccbRWevikPT6Jfgnk/2fa6lD6l JGJw== MIME-Version: 1.0 X-Received: by 10.152.18.234 with SMTP id z10mr2049295lad.29.1369866535146; Wed, 29 May 2013 15:28:55 -0700 (PDT) In-Reply-To: <20130529191727.0dd177d4@pws-pc.ntlworld.com> References: <20130527204529.GA1340@tixod.com> <20130529191727.0dd177d4@pws-pc.ntlworld.com> Date: Wed, 29 May 2013 15:28:55 -0700 Message-ID: Subject: Re: 'zcat -f' completion should not filter based on file extension. From: Bart Schaefer To: Zsh hackers list Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmkFYjL6JVI/1GN8i/qhfmuAruqx3S7ZMgZcyz3D4vsdzXVbZx55EvbgWmwiN2wYA0GuMyK + _files "$expl[@]" -g '*.(([tT]|)[gG]|)[zZ](-.)' && return That pattern could be '*.(#i)((t|)g|)z(-.)' could it not?