Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] zformat: replace -qn by spec quoting indicator syntax
- X-seq: zsh-workers 54770
- From: dana <dana@xxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] zformat: replace -qn by spec quoting indicator syntax
- Date: Sun, 14 Jun 2026 05:06:05 +0000
- Archived-at: <https://zsh.org/workers/54770>
- Feedback-id: i9be146f9:Fastmail
- In-reply-to: <CAH+w=7aKmGpP9ixhG48QpBj1n+O6BGVBgNkH6CYGJwYaRqVeVg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <2e789a38-e340-4376-a218-0bd96680a75a@app.fastmail.com> <CAH+w=7aKmGpP9ixhG48QpBj1n+O6BGVBgNkH6CYGJwYaRqVeVg@mail.gmail.com>
On Sun 14 Jun 2026, at 04:39, Bart Schaefer wrote:
> Do we really never need "%%" to mean a literal "%" ?
>
> Maybe something like %.d or %*d ?
if i understand what you're asking, it's not meaningful here
this only affects the syntax used to define specs, basically changing it
from <char>:<string> to [<quote>]<char>:<string>, where the optional
<quote> is either % or %%. <char> can only be a single ascii char and it
was already illegal for it to be %
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author