From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7007 invoked by alias); 27 May 2013 20:45:52 -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: 31431 Received: (qmail 3771 invoked from network); 27 May 2013 20:45:44 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.216.177 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=NumQNCbbqWgYMe1w2v4+lHpxDTyqoZsLy0/q9mcx2bM=; b=iAWmFFBoOQgmJmNSp6lxAbJb7cDC1dTCcrlRaVVvMxNdgi6uTKt2LxJH+vMzxTpG9o 9zufV/VmlWc0h2G1KVXLjzRJIgV4LsK2qWd3dbVuqFmZ4oP1IEPlGZojYtgrLLrgbRMr 6ky1100XtZAr25YQ9tECzJMog1wdT8EPrzSu/1pwH7GYISlMxmiWblr2MyekLrusu6fo MYpHhhucrKyBWtx2tpmX7GLbujoDvTRWohKxg3xwXhq9s2Or11Wl0+0g21N/fW4mDkG6 9yLpugVxt5Zwnm08fb0//dalW6eT4AWPUi+qqwy+pCGb72E3Zo5SCyJXzTea1U3FoNQf 5dyg== X-Received: by 10.224.53.195 with SMTP id n3mr29403256qag.4.1369687536325; Mon, 27 May 2013 13:45:36 -0700 (PDT) Date: Mon, 27 May 2013 16:45:29 -0400 From: Evan Teitelman To: zsh-workers@zsh.org Subject: 'zcat -f' completion should not filter based on file extension. Message-ID: <20130527204529.GA1340@tixod.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline zcat's completion script only matches files with '.gz' extensions. The '-f' flag should cause zcat's completion script to stop filtering completion matches based on their extensions. According to the gzip manpage, zcat is able to accept and print non-gzip files when passed '-f'. --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQEcBAEBAgAGBQJRo8XpAAoJEGPsCtvqh+TjC/IH/1KyL5vpDUchdBMNKLqYfGBt 1oEurDm53DqO//ZN3ihdVN9+/uAg0AMm97T+bKAY9TuH6Hw54oTymm8uIp03rmUS oXrjNUX4DvwT06a5LaUB/wp/Sng4AIvPxF/TZ15i+zzHCQU6+jIab9O9txvB9gAt LtbYIlS0etxFKccvPP4FfaDC+3DlueEMf/3aIlWqYPqZYoSxq2GCEyw5c2IBdiVy gHaPU3/06/SjHRgLljFD3dcPp8Nb2i0YG8wEK/Nu4/2/aHCFgLFlU4QpyfQ2DZgz 8yqV1ywWHlG5fPLT622HDDFHNmHLPAUwAG4ifY43ZQoZJUvvqFIOcX+jnyKYk+I= =kgTa -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+--