Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: auto-quoting inside braces in arguments
- X-seq: zsh-users 26541
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: auto-quoting inside braces in arguments
- Date: Fri, 19 Feb 2021 13:24:12 +0100
- Archived-at: <https://zsh.org/users/26541>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2021-02/20210219122412.GA1706295%40zira.vinc17.org>
- In-reply-to: <CAH+w=7a+NHdCsTQVw=L+GO=OOQ2_CsWvFpZ_LWDnMZKCczbjwg@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- References: <20210218134039.GA1492462@zira.vinc17.org> <8b3a9f93-5eb4-4d4d-8312-58c371e12239@www.fastmail.com> <CAH+w=7ZD5oFJitNmVSQbRuiY+OoY4_KaEYGXZ3JwA4dD=bAGdw@mail.gmail.com> <CAH+w=7a+NHdCsTQVw=L+GO=OOQ2_CsWvFpZ_LWDnMZKCczbjwg@mail.gmail.com>
On 2021-02-18 10:52:01 -0800, Bart Schaefer wrote:
> On Thu, Feb 18, 2021 at 10:30 AM Bart Schaefer
> <schaefer@xxxxxxxxxxxxxxxx> wrote:
> >
> > It needs to be a bit more complicated than that
>
> There's one additional problem:
>
> { echo what does {this mean}
>
> ?? Currently the final brace matches the initial brace, not the brace
> before "this".
This happens to be just because of the space before "mean", so that
the two braces are not in the same word. With
{ echo what does {this\ mean}
it doesn't.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author