zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Stemen <zsh@hightek.org>
To: zsh-users@sunsite.dk
Subject: Re: pcre module help
Date: Sun, 20 Jun 2004 12:36:08 -0500	[thread overview]
Message-ID: <20040620173608.GA38615@quark.hightek.org> (raw)
In-Reply-To: <20040620144844.GA24131@scowler.net>

On Sun, Jun 20, 2004 at 10:48:44AM -0400, Clint Adams wrote:
> > if [[ $variable == pcre ]] ; then
> > blah
> > fi
> 
> At this point, you have two options:
> 
> 1)
> pcre_compile pcre
> if pcre_match $variable; then
>   blah
> fi
> 
> 2)
> if [[ $variable -pcre-match pcre ]]; then
>   blah
> fi
> 
> If these don't fit your needs, let us know.

Hi.

I tried this under zsh-4.2.0 on FreeBSD with the zsh module statically
linked in.

Method 1)

   # pcre_compile "^/.*local"

   pcre_compile: not available on this system

   # if pcre_match $PATH; then echo "matched"; fi

   pcre_match: not available on this system


Method 2)

   # if [[ $PATH -pcre-match '^/.*local' ]]; then echo "matched"; fi

   zsh: unrecognized condition: `$PATH'

   # pcre_compile "^/.*local"

   pcre_compile: not available on this system

   # if [[ $PATH -pcre-match '^/.*local' ]]; then echo "matched"; fi

   -- shell crashes leaving a core file --

The shell crashing is consistent when I try to use -pcre-match after
attempting to run pcre_compile.  Also, the -pcre-match method is not
mentioned in the zshmodules manual.

Regards,
Vincent

-- 
Vincent Stemen
Avoid the VeriSign/Network Solutions domain registration trap!
Read how Network Solutions (NSI) was involved in stealing our domain name.
http://www.InetAddresses.net


  reply	other threads:[~2004-06-20 17:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-20 11:49 lists
2004-06-20 14:48 ` Clint Adams
2004-06-20 17:36   ` Vincent Stemen [this message]
2004-06-20 17:39     ` Vincent Stemen
2004-06-20 19:37     ` Clint Adams
2004-06-20 21:20       ` Vincent Stemen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040620173608.GA38615@quark.hightek.org \
    --to=zsh@hightek.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).