zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh users list <zsh-users@sunsite.dk>
Subject: Re: Zsh 4.2.1
Date: Fri, 13 Aug 2004 10:01:03 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.61.0408130953080.15905@toltec.zanshin.com> (raw)
In-Reply-To: <200408131111.i7DBBBX5012667@news01.csr.com>

On Fri, 13 Aug 2004, Peter Stephenson wrote:

> [Hmm, are you allowed to say `more seamlessly'?  Shouldn't it be
> something like `more closely resembling an object conceived of
> metaphorically as lacking in seams'?]

You really mean "more nearly seamlessly", because if it were already 
seamless it couldn't get any more so.

> Changes since zsh version 4.2.0
> -------------------------------
> 
> - Assignments to associative arrays can use the i and r index flags.

It just occurred to me to hope that somewhere it's pointed out that if
more than one element matches the pattern, the one that gets replaced is
chosen effectively at random.  That's one of the reasons I didn't include
this capability when I originally wrote the associative array code.

Which means that after
    assoc[(i)alpha*]=bravo
it may be the case that
    print $assoc[(i)alpha*]
does not output "bravo", but
    print $assoc[(I)alpha*]
may print several things including "bravo".


  parent reply	other threads:[~2004-08-13 17:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-13 11:11 Peter Stephenson
2004-08-13 12:13 ` Lloyd Zusman
2004-08-13 16:28   ` Dan Nelson
2004-08-13 16:52 ` Mads Martin Joergensen
2004-08-13 17:24   ` Peter Stephenson
2004-08-13 17:01 ` Bart Schaefer [this message]
2004-08-13 17:01 ` [7830] " Danek Duvall

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=Pine.LNX.4.61.0408130953080.15905@toltec.zanshin.com \
    --to=schaefer@brasslantern.com \
    --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).