zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: zsh-workers@math.gatech.edu, mito@aparima.com
Subject: Re: buglet?
Date: Wed, 17 Dec 1997 08:40:24 -0800	[thread overview]
Message-ID: <971217084024.ZM2418@candle.brasslantern.com> (raw)
In-Reply-To: <19971216194655.45891@retriever>

On Dec 17,  6:45am, Louis-David Mitterrand wrote:
} Subject: buglet?
}
} (using 3.0.5)
} 
} % t=( vic/ab/test.java(:s/.java/.class) )

I have -no- idea why that worked at all.  vic/ab/test.java is not a glob
pattern, so (:s/.java/.class) should not have been taken as a qualifier.
(Either that, or the documentation is woefully inaccurate.)

% t=( vic/ab/test.java(.) )
% echo $t
vic/ab/test.java(.)

Given that it was taken as a qualifier and therefore interpreted as a
modifier, you're right, the first close-paren should have ended it.

So there appear to be two bugs here.  Look at this:

%  t=( vic/ab/test.java(.:s/.java/.class) )
zsh: no match

That `:' is causing magic that it shouldn't cause.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


       reply	other threads:[~1997-12-17 16:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <19971216194655.45891@retriever>
1997-12-17 16:40 ` Bart Schaefer [this message]
1997-12-17 16:48   ` buglet? Louis-David Mitterrand

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=971217084024.ZM2418@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=mito@aparima.com \
    --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).