From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14466 invoked by alias); 30 Oct 2015 15:50:43 -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: 37026 Received: (qmail 21993 invoked from network); 30 Oct 2015 15:50:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern_com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=8WKtBVP+6ZlmRNUd8bsqfCmN7CXPCCliD3h85iuIng8=; b=XOfuTatWRQoWl6TIUvNCej1S1k9v9h0bpMxvWQfBzfUktB4KPdcsbe0pHHnuwr0KW3 KObd43qDbiyMGPsOUawoQLFACNsRTWxq4r/OWetVjOdnNoRtUYiUOMqrLtXWEzQO1u+m 3FnWgs8ixsvSiCONt0RsHVXbr03QXO9XhXT21oTAsDuJrZrGHLbgLVstG7hfon9mIVnG smqKLHbg2saY5uFDoEv5IRlD6xJYGN5S5LnuVGhaXv9E8kuVdNZcKU7KG8xsn5gQXNlQ dA9dK0AjFsijKj5FgmKY93r/CpeJX01xt8EvJWtsQ31B5RqZXDWDy1uosjzndxjJNJ5S nEgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=8WKtBVP+6ZlmRNUd8bsqfCmN7CXPCCliD3h85iuIng8=; b=Q4tAPPS+p64dyPf+k6TibvxMd4Qvj8a60s/QGJC4v34GbxbpjKQ/dqLfmxIDzpupw9 P97vZnpkXtMgUWShLSkpSq2eHs5c0bb0esbxI0CdDpT8PYJ2FP8Wg9QeGGFn059UeSmc M2KuMJCbwHCWj3Qnm9YKC0qV4dK/8hO+rtLyoP0CbPja6zzV6ZHdOQlfKIM8l5k8FOjC fkIWtThv6+7X9ud1mHxJY7P60OFo4K3X83u8ufdF9cLKOw1R3eaazEVBukENBZlvVudd NU9urkb8fseYQ/qQeSaYTa9dcqkw7lIhVOdW38ozRnC8ZlhOSRx6YELo0Q1ZV2CkrPiR zE9g== X-Gm-Message-State: ALoCoQm6sdZwH6RzET66R/gYP3dA7osQzqBRh/9FlmD5XZxGklILGA1LHr+6WFwRM3/d3uvOBxMp X-Received: by 10.202.3.6 with SMTP id 6mr5283837oid.4.1446220238903; Fri, 30 Oct 2015 08:50:38 -0700 (PDT) From: Bart Schaefer Message-Id: <151030085035.ZM18998@torch.brasslantern.com> Date: Fri, 30 Oct 2015 08:50:35 -0700 In-Reply-To: <20151030093004.440c0034@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Recursive globbing shorthand (a la **.c)" (Oct 30, 9:30am) References: <20151028065702.GA8236@linux.vnet.ibm.com> <20151029105343.67b579f3@pwslap01u.europe.root.pri> <20151030093004.440c0034@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: Recursive globbing shorthand (a la **.c) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 30, 9:30am, Peter Stephenson wrote: } } Here's a patch with documentation. Just for the record, this is a place where I begin to agree with Kurtis's "all things to all people" criticism. You'd now best be sure that setting this option isn't going to break completion six ways from Sunday.