Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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 <d.s@daniel.shahaf.name>
To: Zsh Hackers' List <zsh-workers@zsh.org>
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)
X-Seq: zsh-workers 38805

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

