zsh-workers
 help / color / mirror / code / Atom feed
From: "Nikolai Weibull" <now@bitwi.se>
To: "Peter Stephenson" <pws@csr.com>
Cc: "Zsh hackers list" <zsh-workers@sunsite.dk>
Subject: Re: ${${~:-*}//(#m)*/$MATCH=$MATCH} fails
Date: Tue, 12 Sep 2006 16:31:58 +0200	[thread overview]
Message-ID: <dbfc82860609120731m42199f1cnbb3c8de24595ec4f@mail.gmail.com> (raw)
In-Reply-To: <200609120934.k8C9YJfc004342@news01.csr.com>

On 9/12/06, Peter Stephenson <pws@csr.com> wrote:
> "Nikolai Weibull" wrote:
> > Try the above with an echo.  In zsh 4.3.2, this will give you an
> > illegal UTF-8 character, an equal sign, and another illegal UTF-8
> > character.  Is $MATCH accessing uninitialized memory?  Or am I doing
> > something wrong?
>
> Neither: the pattern matcher is being passed a tokenized string as the
> test string for matching.  This doesn't make sense, particularly since
> the pattern matcher assumes the string can be metafied, which is what is
> messing up the characters.  The easy fix is just to untokenize all test
> strings at that point (the pattern string needs tokens, of course).
>
> This stops the "*" being active at that point, although it's eligible
> for the effect of a ~ in the context further out.  What I mean is,
>
> % foo="*
> % print ${${~foo}/\*/*}
> *
> % print ${~foo/\*/*}
> <list of files>

Hm.  My intent doesn't seem to have been clear.  What I want it to do
is print a list of files where each file is followed by an equal sign
and the file again.  This is for passing args to mkisofs with the
-graft-points option.

  nikolai


  reply	other threads:[~2006-09-12 14:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <dbfc82860609111536n545e6378i371458c3895c2997@mail.gmail.com>
2006-09-12  9:34 ` Peter Stephenson
2006-09-12 14:31   ` Nikolai Weibull [this message]
2006-09-12 14:49     ` Peter Stephenson
2006-09-12 17:23       ` Nikolai Weibull

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=dbfc82860609120731m42199f1cnbb3c8de24595ec4f@mail.gmail.com \
    --to=now@bitwi.se \
    --cc=pws@csr.com \
    --cc=zsh-workers@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).