Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: 3.1.5 - (Sven) Case-insensitive globbing
- X-seq: zsh-workers 4490
- From: "Zefram" <zefram@xxxxxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxx (Bart Schaefer)
- Subject: Re: PATCH: 3.1.5 - (Sven) Case-insensitive globbing
- Date: Mon, 2 Nov 1998 09:21:30 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <981031021416.ZM12242@xxxxxxxxxxxxxxxxxxxxxxx> from "Bart Schaefer" at Oct 31, 98 02:14:16 am
Bart Schaefer wrote:
>Sven's patch for case-insensitive globbing, applied to 3.1.5.
Ah yes, I meant to mention this when announcing the new version.
This patch is not going into the baseline as is. Case insensitivity is
a property of pattern matching, not filename generation. Therefore the
syntax to control case sensitivity should be part of the glob pattern
syntax, rather than part of the glob qualifiers. Preferably, it should
be possible to localise case insensitivity to an arbitrary subpattern,
rather than only to the entire pattern.
If someone comes up with a patch for case insensitive pattern matching
of the form I have just described, I'll probably put it into the baseline.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author