Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/3] Extended ksh compatibility: namespace parameter syntax
- X-seq: zsh-workers 51508
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Oliver Kiddle <opk@xxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH 1/3] Extended ksh compatibility: namespace parameter syntax
- Date: Sun, 5 Mar 2023 14:42:56 -0800
- Archived-at: <https://zsh.org/workers/51508>
- In-reply-to: <52850-1678055097.553101@HAUa.4aGe.fmcC>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7aV2s_+79eCPuavRTiR5wRTwDtTjYxP_VN8HNtL2R5iXw@mail.gmail.com> <26170-1678007435.186071@mDq6.Euc0.bAwZ> <CAH+w=7aqU8B8NAJYD3iAiMRDpGMY=G4oAv6+B+rbdVd_yt6Kyg@mail.gmail.com> <52850-1678055097.553101@HAUa.4aGe.fmcC>
On Sun, Mar 5, 2023 at 2:25 PM Oliver Kiddle <opk@xxxxxxx> wrote:
>
> There must be an off-by-one error in a check:
>
> a.b=c
> zsh: command not found: a.b=c
Ah, thanks. It was assuming there would be a leading ".".
> I was thinking of things like zle_bracketed_paste, zle_highlight and
> ZLE_RPROMPT_INDENT which it'd be nice to have more hidden.
Hmm, but ... if we change these to .zle.bracketed_paste etc., at what
point to deprecate the current names?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author