From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28113 invoked by alias); 7 Jul 2016 02:00:26 -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: X-Seq: 38805 Received: (qmail 7490 invoked from network); 7 Jul 2016 02:00:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Date: Thu, 07 Jul 2016 02:00:21 +0000 From: Daniel Shahaf To: Zsh Hackers' List Subject: Re: Next release (5.3) Message-ID: <20160707020021.GB6364@tarsus.local2> References: <20160704114016.190f48be@pwslap01u.europe.root.pri> <160704080424.ZM12848@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <160704080424.ZM12848@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Mon, Jul 04, 2016 at 08:04:24 -0700: > On Jul 4, 11:40am, Peter Stephenson wrote: > } > } It looks like there are a couple of things that need to settle down, > > I know of (in no particular order): > > (1) Daniel's suggested change to :A [care to offer an opinion?] This needn't block the release, I'm perfectly happy to let it slide to 5.4. > (2) add-zle-hook-widget [I'd be fine with omitting that entirely] > Well, I'd like to use it in z-sy-h. (I'd like to use zle-line-pre-redraw in z-sy-h, because that would solve multiple bugs; and I'd like to do so through add-zle-hook-widget for interoperability with other plugins.) How about including add-zle-hook-widget in 5.3, but without any indices or before:/after: support, just the basic 'add-zle-hook-widget $hook_name $widget_name' syntax? (And have it just invoke the widgets in the order they were registered) That would be an improvement over the 5.2 status quo, and we can add indices or --option arguments in 5.4. Cheers, Daniel