From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23019 invoked by alias); 4 Jun 2013 15:10:07 -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: 31455 Received: (qmail 15869 invoked from network); 4 Jun 2013 15:10:01 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at samsung.com does not designate permitted sender hosts) X-AuditID: cbfec7f5-b7f376d000001ec6-82-51ae0342941e Date: Tue, 04 Jun 2013 16:09:52 +0100 From: Peter Stephenson To: Zsh hackers list Subject: Re: PATCH: configurability of pattern characters, part 2 Message-id: <20130604160952.3469c7a5@pwslap01u.europe.root.pri> In-reply-to: References: <20130601002954.0e30d7b9@pws-pc.ntlworld.com> <130531232223.ZM13592@torch.brasslantern.com> <20130602000911.532328c4@pws-pc.ntlworld.com> <20130604094447.1260b2d5@pwslap01u.europe.root.pri> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFuphluLIzCtJLcpLzFFi42I5/e/4NV0n5nWBBo+O81ocbH7I5MDoserg B6YAxigum5TUnMyy1CJ9uwSujL7fz5kLdrNWdB3ezNLAuJKli5GTQ0LAROJy01IoW0ziwr31 bCC2kMBSRokX97Mh7OVMEj3bTUFsFgFVida/c1hBbDYBQ4mpm2YzgtgiAloSO06eZAKxhQUc JfpnLwCr4RWwl9jw4TSYzSkQLDFr11Igmwto5l0miWfLjoM18wvoS1z9+4kJ4gh7iZlXzjBC NAtK/Jh8D+w4ZqAFm7c1sULY8hKb17xlnsAoMAtJ2SwkZbOQlC1gZF7FKJpamlxQnJSea6RX nJhbXJqXrpecn7uJERKCX3cwLj1mdYhRgINRiYf3wae1gUKsiWXFlbmHGCU4mJVEeJWvAYV4 UxIrq1KL8uOLSnNSiw8xMnFwSjUwZvbWzVIX8UqO/qm8Muwt/3WgWPmTA88vTNPo01pWoGTe fO/3x+RJ3vrKG76wSi7S/VF8gTP8esG+0skbFzrExBy/WrNRm8Fr4o3f7ftZWbzftSXsSky6 tvx4rv6FJdIhHJsOvp01e2tbH7+aS9AdW71TzlPPuy4V2B5afeGP70wv1ttLH2UqsRRnJBpq MRcVJwIAjhQu2B8CAAA= On Tue, 04 Jun 2013 07:50:23 -0700 Bart Schaefer wrote: > On Tue, Jun 4, 2013 at 1:44 AM, Peter Stephenson > wrote: > > > haswilds() is going to have to expand somewhat. > > > > Hrm, this idea has fingers in a lot of pies. Obviously the glob code depends on patterns... is there something else I've missed? > Maybe I should be asking what motivated you to do this in the first > place? The feeling that people aren't using extended globbing because it's got bits they don't want that confuse matters: ^ (with e.g. stty) and ~ (with backup files, particularly those with a ~ in the middle) are particular gotchas. pws