From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id fc450c78 for ; Wed, 29 Jan 2020 21:36:23 +0000 (UTC) Received: (qmail 18791 invoked by alias); 29 Jan 2020 21:36:17 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45358 Received: (qmail 24058 invoked by uid 1010); 29 Jan 2020 21:36:17 -0000 X-Qmail-Scanner-Diagnostics: from wout1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25703. spamassassin: 3.4.2. Clear:RC:0(64.147.123.24):SA:0(-2.6/5.0):. Processed in 5.401625 secs); 29 Jan 2020 21:36:17 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrfeeigddugeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfgjfhfogggtgfesthhqtddtredtjeenucfhrhhomhepffgrnhhi vghlucfuhhgrhhgrfhcuoegurdhssegurghnihgvlhdrshhhrghhrghfrdhnrghmvgeqne cukfhppeejledrudektddrheejrdduudelnecuvehluhhsthgvrhfuihiivgeptdenucfr rghrrghmpehmrghilhhfrhhomhepugdrshesuggrnhhivghlrdhshhgrhhgrfhdrnhgrmh gv X-ME-Proxy: Date: Wed, 29 Jan 2020 21:35:30 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Cc: Martijn Dekker Subject: Re: [PATCH] sh/ksh init: don't initialise lowercase parameters Message-ID: <20200129213530.428f2c76@tarpaulin.shahaf.local2> In-Reply-To: References: <20200129084948.GA9843@tarpaulin.shahaf.local2> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Bart Schaefer wrote on Wed, 29 Jan 2020 12:36 -0600: > On Wed, Jan 29, 2020 at 2:50 AM Daniel Shahaf wr= ote: > > > > Why de-deprecate the uppercase spelling? Do ksh or POSIX sh define "HI= STCHARS" > > in uppercase? The lowercase spelling does seem to be a csh/tcsh thing. >=20 > 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=E2=80=A6but doesn't t= his imply that we should add a $SIGNALS variable (and possibly deprecate $signals)?