zsh-users
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier+lists/zsh/users/news/@tequila.cs.yale.edu>
To: zsh-users@math.gatech.edu
Subject: Re: strange behavior with 3.0.5
Date: 12 Nov 1998 16:54:12 -0500	[thread overview]
Message-ID: <5lr9v860hn.fsf@tequila.cs.yale.edu> (raw)
In-Reply-To: <5lsofo67cz.fsf@tequila.cs.yale.edu>

>>>>> "Stefan" == Stefan Monnier <monnier+lists/zsh/users/news/@tequila.cs.yale.edu> writes:
> How do you explain the following behavior ?

Well, it seems it's related to my use of rcexpandparam:

    % setopt rcexpandparam; foo=(); bar=hello; foo=($foo $bar); echo $#foo $foo 
    1 $bar
    % setopt norcexpandparam; foo=(); bar=hello; foo=($foo $bar); echo $#foo $foo 
    1 hello
    % 

It also explains my other problem with `echo \( "$@"'.
Hmmm...


	Stefan


  reply	other threads:[~1998-11-12 22:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-12 19:25 Stefan Monnier
1998-11-12 21:54 ` Stefan Monnier [this message]
1998-11-12 22:27   ` Bart Schaefer

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=5lr9v860hn.fsf@tequila.cs.yale.edu \
    --to=monnier+lists/zsh/users/news/@tequila.cs.yale.edu \
    --cc=zsh-users@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).