Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Expose isearch and suffix regions to widgets.
- X-seq: zsh-workers 38279
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Expose isearch and suffix regions to widgets.
- Date: Mon, 11 Apr 2016 07:25:08 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=P1fSmHPggsU/AaA7lXZAsX/iNFuIcGPyOTzNzytSB9Y=; b=l7VXvLhW9ubPwOuJJqzmGrVbYEh+1qXrtsXfT6TRv63mJtxSINHOGC2pu5tjasjE4y Y+36xhTGYxqfvHI/sw/7ccOzzNRGswtasgJy9XvMjV9E0gzt1J2v7CCTzFJPH/cNcf23 HMY2UMjNdbJVaekoP1YXWtygaXmzUWA3SCN9wtcAwgs+TyjTfrqDUnznUbp/f7DN+Kgt d1dVhfj3hM/Um68eyzDnlelTKop1evllOb/E/4uV2guaYlLbebyutpkGL8pNxJKiZlD/ OnXSYxQ8r2/CNwc3bHigSksmlH5zLYEqOEZZvkr1aNY99BYsam4iGO/ya/jQOkY6GQ8g uBwA==
- In-reply-to: <20160411061647.GA5368@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1457905871-2808-1-git-send-email-m0viefreak.cm@googlemail.com> <CAH+w=7Z-xQKMoNVK2MeOyj1ND22B8-yceU8FSfCp3xm6kyKEzQ@mail.gmail.com> <CAH+w=7a=z+BnQmv027+4+3=KCEGXgtVf7hs+aSp+aVqKLJnebQ@mail.gmail.com> <570A50CF.2000600@googlemail.com> <20160411061647.GA5368@tarsus.local2>
On Apr 11, 6:16am, Daniel Shahaf wrote:
} Subject: Re: [PATCH] Expose isearch and suffix regions to widgets.
}
} m0viefreak wrote on Sun, Apr 10, 2016 at 15:10:39 +0200:
} > ISEARCH_ACTIVE does not describe the fact that the minibuffer is active,
} > but the fact that a pattern that was typed in there does actually
} > matches the BUFFER.
}
} Rename the shell parameter, then?
ISEARCH_MATCH ? (I wonder if, like $MATCH, it could contain the actual
matched string, instead of merely being a boolean.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author