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 61562923 for ; Wed, 29 Jan 2020 08:35:45 +0000 (UTC) Received: (qmail 8397 invoked by alias); 29 Jan 2020 08:35:36 -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: 45353 Received: (qmail 7198 invoked by uid 1010); 29 Jan 2020 08:35:36 -0000 X-Qmail-Scanner-Diagnostics: from wout5-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.21):SA:0(-2.6/5.0):. Processed in 4.489278 secs); 29 Jan 2020 08:35:36 -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: gggruggvucftvghtrhhoucdtuddrgedugedrfeehgdduudduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkjghfofggtgfgsehtqh dttdertdejnecuhfhrohhmpeffrghnihgvlhcuufhhrghhrghfuceougdrshesuggrnhhi vghlrdhshhgrhhgrfhdrnhgrmhgvqeenucfkphepjeelrddukedtrdehjedrudduleenuc evlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegurdhssegu rghnihgvlhdrshhhrghhrghfrdhnrghmvg X-ME-Proxy: Date: Wed, 29 Jan 2020 08:34:48 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: Unset =?UTF-8?B?4oCcemxlX2JyYWNrZXRlZF9wYXN0ZeKAnQ==?= .zshrc Message-ID: <20200129083448.1b1222fb@tarpaulin.shahaf.local2> In-Reply-To: <1580133672.4960.15.camel@samsung.com> References: <0723EF0A-BD62-4C2C-AAA1-735AD3D64768@icloud.com> <20200123031249.034c7e1a@tarpaulin.shahaf.local2> <1579773213.5343.1.camel@samsung.com> <20200126004519.6e44ae68@tarpaulin.shahaf.local2> <1580133672.4960.15.camel@samsung.com> 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 Peter Stephenson wrote on Mon, 27 Jan 2020 14:01 +0000: > On Sun, 2020-01-26 at 00:45 +0000, Daniel Shahaf wrote: > > > [...] The autoload flag effective means the parameter behaviour defer= s to > > > the module. =20 > > In other words, the rule is a parameter should only be unset by > > explicitly calling the =C2=ABunset=C2=BB builtin; loading and unloading= the module > > doesn't affect the parameter's existence.=C2=A0=C2=A0Thanks, this makes= sense. > >=C2=A0 > > How about the following spec? =E2=80=94 =20 >=20 > Those look sensible --- which I think is all we can ask for, I don't see > any hard and fast rules coming down from on high.=C2=A0=C2=A0 Thanks, committed. I'll think about the rest =E2=80=94 hopefully come back= with a patch, once I've had time to write it.