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,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to;
        bh=zoxNKPkYrOCZoSsAyx1amM/UNlno2+eM5avU1kGM070=;
        b=ywv2GXC2WDZCcYBy2IBxLOfAiUdKyeze3HEb9bSsEcADo1ou332K+yLQZKax22aNno
         CMNcmoKXsEW7+KRCTkYR0oebcQOckp4LxKxoc6UaAOqUi5tc6dRdCUaRaQmoOHq4mYPy
         GcIFQ5LZKrnaRPuHW1n0QZFv0djmXfj0TIxjQrUof+Agjn30qabKG1eWQwEs8E2G9jA+
         PL1zEaR2IYBeF2OYfHGZawZrD44uOUsQKXUtaRILo0Px/MHOldGh8bs0fHhAUbzkN9AL
         z45JoI8PWceLyKoB7K2jAeXvr3nw1xo5+dlCqTN2qhKfmqspBgGpKUHZLoSSDtcfCwdv
         m0Hg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:mime-version:in-reply-to:references:date
         :message-id:subject:from:to;
        bh=zoxNKPkYrOCZoSsAyx1amM/UNlno2+eM5avU1kGM070=;
        b=bvvDOWyh5FJ8vDRYa9LPIMhB9Z00gqZpc8y89oRPB0AB7dCsdeBUmQLxaOHFTehK2f
         nCjshW1sVfOb0s6+TStIENjlD6324cYw3ODm3yvN+xcGCaJZgtvU3k6Sc+6nZOWaZU0E
         9NyWwgo1yN4lQovwDhoUDVypxOJLaBpD6n0a/jVhW33ODeIiprkBKexgWImIQNtOI20M
         Z6rhaXTmM1WaqnoKNs3ikmnS7IfAXMzrtyhhaZvkFAGUZGmNBqdwhVOipZn5SCsKSfM9
         jqoUArif1kvTUcGjNTEimUneMASZyX2uzrlVOdmtAK6bsHe0/et6Dddo3z5JTEptDAA7
         EJpA==
X-Gm-Message-State: AD7BkJIHXbi0OLXojNcV+3I4JFdiqvhHBAZZ6QTSINOg1jxIeyKB5W+q4MWPbZMCNArcJhj0lQh3/h+tB6rOyg==
MIME-Version: 1.0
X-Received: by 10.25.205.7 with SMTP id d7mr6443772lfg.70.1460266013313; Sat,
 09 Apr 2016 22:26:53 -0700 (PDT)
In-Reply-To: <1457905871-2808-1-git-send-email-m0viefreak.cm@googlemail.com>
References: <1457905871-2808-1-git-send-email-m0viefreak.cm@googlemail.com>
Date: Sat, 9 Apr 2016 22:26:53 -0700
Message-ID: <CAH+w=7Z-xQKMoNVK2MeOyj1ND22B8-yceU8FSfCp3xm6kyKEzQ@mail.gmail.com>
Subject: Re: [PATCH] Expose isearch and suffix regions to widgets.
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh hackers list <zsh-workers@zsh.org>
Content-Type: text/plain; charset=UTF-8
X-Seq: zsh-workers 38259

On Sun, Mar 13, 2016 at 2:51 PM, m0viefreak
<m0viefreak.cm@googlemail.com> wrote:
> This does the same as
>   36445: Expose yankb, yanke, ZLE_YANK to widgets.
> did, but for isearch and suffix regions.

Sorry for the belated reply to this, but could you provide an example
in which the ISEARCH_* variables are useful?

User-defined widgets aren't executed from the isearch local keymap and
using any main-keymap widget exits the isearch, so when would
examining these mean anything?

