Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: REMATCH_PCRE with zsh built without pcre support
- X-seq: zsh-users 22660
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: REMATCH_PCRE with zsh built without pcre support
- Date: Wed, 5 Apr 2017 13:08:38 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=nlo39w8I/PR6O9esTr rf/X4haJgcGgxb6v+/e+NSaYM=; b=Sd30LltkbCS5bjdWNoBsKWJBPIF/aiM4EI W5Bf0LyTaJEV2uDIS33EIOcm/8XnXPJcEYi09/oWzVgzmlBFiws/Mgh7JHd0cjsz laPhaxUSqwj8DLU4ekEop2cKw5uN5t7dwF/EWinLcCT5eBxv4Y36u5yn3JenRv2y lbtW3B+l5awq/ph/d7HEdRIN19Xx00xaKErs9reYJBJ7+wJ2PM4mIRckc7rvt1XY eCiQX4jk0MEXmHevJ9thO9YjvkVGEDDDp35bYLV/bhKMb4aU7WMOeu5rdahOSbTQ YMUZ1s3GRyKlxhMc9pKZU7BvPPToIqP02MJRBSo++ec4LE4SB3Pw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=nlo39w8I/PR6O9esTr rf/X4haJgcGgxb6v+/e+NSaYM=; b=iXFGUb2j4AHjoszxicYMoFJRnuY4/Yanx7 vzyOhhnGUhhqWqFgsKdjKNXC4tqqOE6fjN/1hXAkSrn1qtjo4zobyHOL8uCWutSo 6ZvYaOoQ2A2IbK0spY++cNu/2UINBntCu8Won+1QExU1IIsGmDaRhINhSVMnDph4 aAd9iBvdvwrH6WJIyYo6yoCzCvBP9vI7iFLsKgdYn1VPosCPExtNqHoAAeikFWXE aefOaO2TG0wFefTcn/RItLX0jS6vA6BLIQ2vYAXFW7pr59gKRYO1304l7Xaf/g3W hQJUUGJHezinXZjp7/iqproKIqB57rTjrrPTEBeuKXxKF0B9pzRw==
- In-reply-to: <6258339f-3cf9-30e2-d771-8a74d15c2491@gmx.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <27c2026c-f760-32b0-e0d5-8c6909346979@gmx.com> <170401145348.ZM30308@torch.brasslantern.com> <20170403011159.GA64116@tower.spodhuis.org> <CAH+w=7YWqmJXHbAf0p2KwDxJqOXVzu7HzCugV0NjFfVYsVGMJw@mail.gmail.com> <20170403112611.GA4333@fujitsu.shahaf.local2> <170403110016.ZM12756@torch.brasslantern.com> <20170404003649.GA6581@fujitsu.shahaf.local2> <170403194343.ZM13808@torch.brasslantern.com> <6258339f-3cf9-30e2-d771-8a74d15c2491@gmx.com>
Eric Cook wrote on Tue, Apr 04, 2017 at 08:27:16 -0400:
> On 04/03/2017 10:43 PM, Bart Schaefer wrote:
> > If we go with the module-specific hack in options.c, we should also have
> > an option-specific hack in Modules/pcre.c so "zmodload -u zsh/pcre" is
> > an error when REMATCH_PCRE is set. Enforced dependence cuts both ways.
> >
>
> If it isn't trivial to do, we could just commit the man page patch daniel posted,
> because i was also under the impression that zsh/regex would've been used when
> pcre wasn't available based on the sentence that didn't really explicitly say
> that it would.
I'll go ahead and push it, to better document the incumbent behaviour,
until we decide whether to change it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author