From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5485 invoked by alias); 19 Dec 2015 09:58:47 -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: 37416 Received: (qmail 24310 invoked from network); 19 Dec 2015 09:58:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=basYdgPLPRfwo9pjLKD2fYkAcS0=; b=JBtdEv IidJFxGZW0dZ87qqDRb3lBTyPSjqjl1HPbSVX0x9XNQWa9nST2vqEeQacZYAnZ7B nBFUsmoW9rG/4Nv6yH3ugth5ySzOCiQ+ygAteEmo0JvqZ7FHtFUpYxTSrhq8g2hY QzGLJfLpg0ehQDmYaoHIwBVCjj/MVLjhHkjCU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=basYdgPLPRfwo9pjLKD2fYkAcS0=; b=Pvars 12TrT3LV2AGTkdxKIraLBB0NDgWdMAQv41snZQ82oQofNTwvV0w8rZ890ek9GlI7 Q0C7EWfry9lLn+xXq2gWH/E9HVjQ/GFJJneeRyXIcHJ3wujZbZUcSMnGUeTMB1EG zlxiaVRCX6Y/t9RKANTv2nZ7cwFldMRB0SqO7k= X-Sasl-enc: DaEqVTI5AZ3EhfNz0rDNA1VLqDFr8THUute/Qm54iyHO 1450518556 Date: Sat, 19 Dec 2015 09:49:13 +0000 From: Daniel Shahaf To: Bart Schaefer Cc: Mikael Magnusson , Zsh hackers list Subject: Re: PATCH: Add zle-line-pre-redraw hook for highlighting Message-ID: <20151219094913.GF2358@tarsus.local2> References: <1450245754-2760-1-git-send-email-mikachu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Bart Schaefer wrote on Wed, Dec 16, 2015 at 00:05:01 -0800: > On Dec 15, 2015 10:27 PM, "Mikael Magnusson" wrote: > > I haven't received any complaints about 36650 from testers, so I'll go ahead > > and push this. Hooray! This should fix between 2 and 5 z-sy-h issues: https://github.com/zsh-users/zsh-syntax-highlighting/issues/245 > > If anyone has a better idea for the name of the hook, there > > should be plenty of time to bikeshed before the next release :). > > How about just "...-pre-draw" instead of "pre-re"? "pre-redraw" seems fine to me: the double "re" is not redundant, and "redraw" is the usual term for "the action performed by ^L". Cheers, Daniel