Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: SH_GLOB influence on a script and on an autoload function
- X-seq: zsh-workers 39219
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: SH_GLOB influence on a script and on an autoload function
- Date: Wed, 7 Sep 2016 12:39:05 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=xPpUnQFuOINtTuGU7vFi8THVYBU4C+wNDLn51cQuMvE=; b=WC9tUm2CwoWvtfUAqCiSS+kvSg2DtklTaaciGLepXWwejhOjf0MNuzMW5r8Kky4apK ROIHlmxS/E6nhnjD25ELl1GGGwYUBViASTMdmKi+s+geVbZlU3wQQkdqPZy8KT+rvSXn l4EkBH7SdXuW3+cQXzxgmyzJMaqQMcgwrwcXvSF+em+bHfnTSfUDAR+kMqAdrsuRC9Fv aWxJNxqeI5f+1/bP6nZC2HeQy6x1S/19cAzzHDcdRG0x94dWtJzBYE8/lAB4x1OuZSbT xVwqveoAVzpUDnnXJD68RY8yfD//pxa51NVI4CvmPMioqPysMH5sXX8G5urwksKIywZ3 MjQg==
- In-reply-to: <160611101412.ZM12850@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBSCgG4Y87L_PzCEWDk=-cQLFmLxwps_rfvUUuhA-Np+w@mail.gmail.com> <160611101412.ZM12850@torch.brasslantern.com>
On 11 June 2016 at 19:14, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> This is one of the drawbacks to attempting to accurately emulate parsing
> rules that are inherently contradictory.
It seems that pat="<full-featured zsh pattern here>" and then using
GLOB_SUBST via $~pat with SH_GLOB temporarily turned off should solve this?
But what about (N[1]) etc. modifiers... I'm thinking about a far away
possibility that one could fully work with emulate sh, having completions
not reporting errors.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author