zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Peter Stephenson <pws@ibmth.df.unipi.it>
Subject: Re: Parameter substitution bug
Date: Thu, 29 Apr 1999 10:38:15 -0700	[thread overview]
Message-ID: <990429103816.ZM8859@candle.brasslantern.com> (raw)
In-Reply-To: <9904291607.AA25422@ibmth.df.unipi.it>

On Apr 29,  6:07pm, Peter Stephenson wrote:
> Subject: Parameter substitution bug
> Can anybody explain this?
> 
> % cat tst
> print $HOME/bin
> print ~/bin
> fdir='~/bin'
> print ${~fdir}
> setopt globsubst
> print $fdir
> % zsh -f ./tst
> /home/user2/pws/bin
> /home/user2/pws/bin
> ~/bin
> ~/bin
> 
> Why don't the last two give the same as the first two?

Because globsubst and ${~...} only do filename *generation* not filename
*expansion*.  It's always been like this ... you never noticed?

Tilde is not a glob character.

I always thought that using tilde as the turn-on-globsubst character was
a bad idea because it tends to make one think that tilde-expansion will
happen ... but there's really no other character available.


  reply	other threads:[~1999-04-29 17:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-29 16:07 Peter Stephenson
1999-04-29 17:38 ` Bart Schaefer [this message]
1999-04-30  8:14   ` PATCH: 3.1.5++/3.0.6 " Peter Stephenson
1999-04-30  9:53     ` Bart Schaefer
1999-04-30  9:58     ` Bart Schaefer
1999-04-30  9:38       ` Peter Stephenson

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=990429103816.ZM8859@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=pws@ibmth.df.unipi.it \
    /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).