Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] sh/ksh init: don't initialise lowercase parameters
- X-seq: zsh-workers 45358
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] sh/ksh init: don't initialise lowercase parameters
- Date: Wed, 29 Jan 2020 21:35:30 +0000
- Cc: Martijn Dekker <martijn@xxxxxxxx>
- In-reply-to: <CAH+w=7aBvmWXAVfshuowcm-+cSGQjQi7ZJSovHWW3Dj+Bm3iQg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <b7e2e8a2-87a9-49c9-77ff-e612285b7a30@inlv.org> <20200129084948.GA9843@tarpaulin.shahaf.local2> <CAH+w=7aBvmWXAVfshuowcm-+cSGQjQi7ZJSovHWW3Dj+Bm3iQg@mail.gmail.com>
Bart Schaefer wrote on Wed, 29 Jan 2020 12:36 -0600:
> On Wed, Jan 29, 2020 at 2:50 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> >
> > Why de-deprecate the uppercase spelling? Do ksh or POSIX sh define "HISTCHARS"
> > in uppercase? The lowercase spelling does seem to be a csh/tcsh thing.
>
> I would agree with removing "Deprecated" from the doc for HISTCHARS.
> It's pretty clear at this point that we're not actually going to
> remove it, and there needs to be one form of the variable even in
> non-zsh modes for the feature to work, and we're not allowed to claim
> the lower-case one.
I see. Yes, we can bless $HISTCHARS as the preferred spelling for
native mode and keep $histchars for csh compatibility…but doesn't this
imply that we should add a $SIGNALS variable (and possibly deprecate
$signals)?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author