From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32086 invoked from network); 24 Jun 2021 22:30:39 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 24 Jun 2021 22:30:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=puNHiPBgEpcRbwO2zrrKM2AlGFY/cn8gyJHycP3Qmw0=; b=NqXUfecZvN2AvpffRaKfRgcUKC ASXHiQ8GcmmXNrTEq5CCBUJj9oQzGzjAA3SWO+KGJJ+j8DoaN7DVNmEhFJW+/1BgZKG2xjLQlOkQq XjLfFwBelzmIDB7bu9+z0M5YMEV3QpRAJXECvUgA0TgMx/z188NYc2UTVs4RFsFoEchj1ADe0AmMy pvjBN/jbW3ZB97e20UKyTPdHAlacjqxFFnqCJLuTxOAXjt84/2Hr+YnLbQV75lVrE59r0O3SoYNE9 Zo0dOwCAUsItlp581KdzEN6c49CxEz5Spc0pywwrdSz7i7HkB3TzIoI83OvXEErnmL/v8FrwYkh+M sRm46I4w==; Received: from authenticated user by zero.zsh.org with local id 1lwXrq-000DKB-5W; Thu, 24 Jun 2021 22:30:38 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lwXrb-000D32-GL; Thu, 24 Jun 2021 22:30:23 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id B957427C0054; Thu, 24 Jun 2021 18:30:21 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute3.internal (MEProxy); Thu, 24 Jun 2021 18:30:21 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeegiedgudduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreerjeenucfhrhhomhepnfgrfihr vghntggvpgggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenucggtf frrghtthgvrhhnpeehgfelledufeelheethffhieekkedvtdeuhfdtgffhiefhtedvjeet veehieduleenucffohhmrghinhepshhouhhrtggvfhhorhhgvgdrihhonecuvehluhhsth gvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgrrhhrhihvodhmvghs mhhtphgruhhthhhpvghrshhonhgrlhhithihqdduudehudekjeejtdegqdduudelvdejfe ekhedqlhgrrhhrhihvpeepiihshhdrohhrghesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 62AF2A00079; Thu, 24 Jun 2021 18:30:21 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-530-gd0c265785f-fm-20210616.002-gd0c26578 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <9c56f50a-d061-4175-958a-6f89f6bae822@www.fastmail.com> <20210624183006.GA16386@tarpaulin.shahaf.local2> Date: Thu, 24 Jun 2021 18:29:44 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Marlon Richert" Cc: zsh-workers@zsh.org Subject: =?UTF-8?Q?Re:_Does_add-zle-hook-widget_violate_the_contract_of_ZLE_hook_?= =?UTF-8?Q?widgets=3F?= Content-Type: text/plain X-Seq: 49120 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Thu, Jun 24, 2021, at 5:48 PM, Marlon Richert wrote: > On Thu, Jun 24, 2021 at 9:30 PM Daniel Shahaf wrote: > > Marlon Richert wrote on Thu, Jun 24, 2021 at 13:34:00 +0300: > > > Also, regardless of the above, the documentation in > > > https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Special-Widgets > > > could be updated to guide the user towards azhw. > > > > +1. Anyone interested in writing a patch? > > Done. See attachment. This patch appears to contain extraneous changes from workers/48978 that are not relevant to this discussion. It would be best if you submitted a new one based on a clean tree. -- vq