Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Why does {..} expansion using 'bindkey' quoting, but {,} and BRACE_CCL don't quote at all?
- X-seq: zsh-workers 49251
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Cc: Marlon Richert <marlon.richert@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Why does {..} expansion using 'bindkey' quoting, but {,} and BRACE_CCL don't quote at all?
- Date: Thu, 5 Aug 2021 20:08:28 -0700
- Archived-at: <https://zsh.org/workers/49251>
- In-reply-to: <CAHYJk3SyFw0YEuhVNdwz8dnkzGiR27W-7P5Y=Mi3GRwiHZvwMA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDsib=h6_44ZO0CBC-XxbbPi7Wvypi8JKwaRa1uS9uK__w@mail.gmail.com> <CAH+w=7YmBRdW51WA=wY34kz_Si1ScnSOKzvaFPJO-eDGQ4G1kg@mail.gmail.com> <CAHLkEDvmQAN1w5An46hP0_b9dv13om6_Yms3uPmnDOT_CN0uvQ@mail.gmail.com> <CAH+w=7aCFe8ofQTbcz13pK1LGKQ9vDt0bLuavOhtGGBL_2hAFA@mail.gmail.com> <CAHYJk3SyFw0YEuhVNdwz8dnkzGiR27W-7P5Y=Mi3GRwiHZvwMA@mail.gmail.com>
On Thu, Aug 5, 2021 at 5:55 PM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>
> On 8/6/21, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > On Wed, Aug 4, 2021 at 11:18 PM Marlon Richert <marlon.richert@xxxxxxxxx>
> >> How would you feel about adding a shell option to make {a..z}
> >> unquoted?
> >
> > Ambivalent. If you're going to set an option anyway, why can't you
> > use BRACE_CCL and {a-z} ?
>
> braceccl works on the byte level only so it's not usable for multibyte
> codepoints etc.
Hm, it might make more sense to enable multibyte in braceccl than to
disable quoting in {a..z}. (Admittedly, it also might be more
difficult.)
- References:
- Why does {..} expansion using 'bindkey' quoting, but {,} and BRACE_CCL don't quote at all?
- Re: Why does {..} expansion using 'bindkey' quoting, but {,} and BRACE_CCL don't quote at all?
- Re: Why does {..} expansion using 'bindkey' quoting, but {,} and BRACE_CCL don't quote at all?
- Re: Why does {..} expansion using 'bindkey' quoting, but {,} and BRACE_CCL don't quote at all?
- Re: Why does {..} expansion using 'bindkey' quoting, but {,} and BRACE_CCL don't quote at all?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author