zsh-workers
 help / color / mirror / code / Atom feed
From: Thorsten Meinecke <kaefer@aglaia.snafu.de>
To: hzoli@cs.elte.hu (Zoltan Hidvegi)
Cc: zsh-workers@math.gatech.edu
Subject: Re: hzoli change:  $foo:s//r/
Date: Wed, 16 Aug 1995 03:48:54 +0200 (MET DST)	[thread overview]
Message-ID: <m0siXbD-00007BC@aglaia.snafu.DE> (raw)
In-Reply-To: <9508151702.AA18359@turan.elte.hu> from "Zoltan Hidvegi" at Aug 15, 95 07:02:04 pm

In article "archive/latest/313", Zoltan Hidvegi wrote:
> Anthony Heading wrote:

> > hzoli changelog of Jul 10 says:
> > - $foo:s//r/ gives ... error message ... (194)
> > 
> > Now the following used to work
> > 
> > % array=(a b c d e)
> > % echo $array:s//\&-\&/
> > a-a b-b c-c d-d e-e

> Maybe we can find an other syntax for that.


In plain unmodified hzoli10.3 the unadorned backslash does exactly that.

$ ./zsh -fc 'echo $ZSH_VERSION
             array=(a b c d e)
             echo $array:s/\/\&-\&/
            '
2.6-beta10-hzoli10.3
a-a b-b c-c d-d e-e
$

Is this just another undocumented feature? Since there's no real need
to escape the delimiter--just choose a different one--the backslash 
seems one of the best choices to denote "substitute whole string/ele-
ments of array" to me. 


Sincere apologies for my GNUisms breaking hzoli10.2.
Please forgive me.
  Thorsten


BTW it is "substitution", isn't it?

--- zsh-2.6-beta10-hzoli10.3/Src/subst.c.orig	Wed Aug 16 00:46:45 1995
+++ zsh-2.6-beta10-hzoli10.3/Src/subst.c	Wed Aug 16 01:23:57 1995
@@ -905,7 +905,7 @@
 		*str = aptr + 1;
 		return n;
 	    } else {
-		zerr("bad subtitution", NULL, 0);
+		zerr("bad substitution", NULL, 0);
 		return NULL;
 	    }
 	else
@@ -1465,7 +1467,7 @@
 		del = *ptr1++;
 		for (ptr2 = ptr1; *ptr2 != del && *ptr2; ptr2++);
 		if (!*ptr2) {
-		    zerr("bad subtitution", NULL, 0);
+		    zerr("bad substitution", NULL, 0);
 		    return;
 		}
 		*ptr2++ = '\0';

-- 
Thorsten Meinecke
<kaefer@aglaia.snafu.de>


  reply	other threads:[~1995-08-16  2:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-08-15 12:49 Heading, Anthony
1995-08-15 17:02 ` Zoltan Hidvegi
1995-08-16  1:48   ` Thorsten Meinecke [this message]
1995-08-16 11:59     ` Zoltan Hidvegi
1995-08-16 14:49       ` Thorsten Meinecke
1995-08-16 15:20         ` Zoltan Hidvegi
1995-08-16 16:01           ` Barton E. Schaefer
1995-08-16 18:18           ` Wayne Davison
1995-08-16 18:24             ` Zoltan Hidvegi
1995-08-16 22:22               ` Zefram
1995-08-15 18:36 Heading, Anthony
1995-08-15 17:52 ` Zoltan Hidvegi

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=m0siXbD-00007BC@aglaia.snafu.DE \
    --to=kaefer@aglaia.snafu.de \
    --cc=hzoli@cs.elte.hu \
    --cc=zsh-workers@math.gatech.edu \
    /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).