From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6620 invoked by alias); 25 Apr 2016 08:19:21 -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: 38332 Received: (qmail 16100 invoked from network); 25 Apr 2016 08:19:19 -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: Mon, 25 Apr 2016 08:19:15 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: [PATCH] Expose isearch and suffix regions to widgets. Message-ID: <20160425081915.GA7011@tarsus.local2> References: <1457905871-2808-1-git-send-email-m0viefreak.cm@googlemail.com> <570A50CF.2000600@googlemail.com> <20160411061647.GA5368@tarsus.local2> <160411072508.ZM24168@torch.brasslantern.com> <571265A4.9040000@googlemail.com> <20160423213607.GB1405@tarsus.local2> <160423153356.ZM6960@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <160423153356.ZM6960@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Sat, Apr 23, 2016 at 15:33:56 -0700: > I will posit that isearch is rather different from YANK/SUFFIX/REGION > in that one might be interested in what the current search pattern is, > as well as what string is matched. > > There are two existing variables LASTABORTEDSEARCH and LASTSEARCH which > refer to that search pattern, neither of which uses the "I", so maybe > these new three (or four or five) shouldn't use it either. I have no strong opinion regarding whether the new parameters should have the "I" in their names.