From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2825 invoked by alias); 15 Jan 2016 06:26:56 -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: 37640 Received: (qmail 10198 invoked from network); 15 Jan 2016 06:26:51 -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 autolearn=ham autolearn_force=no version=3.4.0 Date: Fri, 15 Jan 2016 06:26:49 +0000 From: Daniel Shahaf To: Zsh hackers list Subject: Re: _history-complete-older problems with $( Message-ID: <20160115062649.GB20223@tarsus.local2> References: <160111161501.ZM5305@torch.brasslantern.com> <160112113928.ZM9065@torch.brasslantern.com> <20160113010147.GA4699@tarsus.local2> <160112180141.ZM9984@torch.brasslantern.com> <160113204847.ZM14158@torch.brasslantern.com> <160114191809.ZM18372@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <160114191809.ZM18372@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Thu, Jan 14, 2016 at 19:18:09 -0800: > It's too difficult to tell from the animations what keystrokes you're > executing when, among other things. I agree: zle-line-pre-redraw() { zle -M "${(qq)KEYS} $WIDGET" } zle -N zle-line-pre-redraw