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?



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.)




Messages sorted by: Reverse Date, Date, Thread, Author