Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [Feature Request] Re: Can one detect that Zsh/Zle is in recursive-edit?
- X-seq: zsh-workers 43296
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: [Feature Request] Re: Can one detect that Zsh/Zle is in recursive-edit?
- Date: Tue, 14 Aug 2018 19:44:15 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WIMtlcqV7dACH3ZOAjYEW5YsrZR6it/zjqEUiIEFE2I=; b=Ybdk4tEhys+FVuxuYFzP2EmdMgNqwSSOiNAEUUMQSQxU/Wz7dJ3vHypXUgUaurb8ji Fz8hy1pCkfQz/+eWC/r1zmtZOlT+Ixlu4UXrBz3PW2dXIxl/smZzkOf97O02OSENFzVf wl7TpzKt1HeH/Q20QVoBLEZu76C/HrwMh5rmOR1jQihhLgnBocx+iavoRx/kbpJ/HJI4 vJrQcLDDucTzy036cleLG3SokZ7yt8fltdzfbAzOjLBBAQH6rxPZM2zGrlqD0+U8+XZ5 NG8A028dfFGAnZ78WoadFo5HhKBYUY03F3+XXQAwYU1rHxLqvdGsjKDUFUASBCi9JVXf eMqg==
- In-reply-to: <20180814170657eucas1p1b9864da7e9086c27fa499e99152e14cb~Kzy2ccSm-2262422624eucas1p1t@eucas1p1.samsung.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVC_i6fvhLSoWqFdNa0egtXj+Sfoou0FUQmjU+TXexyOFA@mail.gmail.com> <CGME20180814161906epcas3p37378a9a3eb58ea9a526c3b9fadd91531@epcas3p3.samsung.com> <CAKc7PVBsSGqW1m5hKTPYDFTmi+=EqvWAJExCWzBkHW8OjHO_zQ@mail.gmail.com> <20180814170657eucas1p1b9864da7e9086c27fa499e99152e14cb~Kzy2ccSm-2262422624eucas1p1t@eucas1p1.samsung.com>
On Tue, 14 Aug 2018 at 19:14, Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
>
> On Tue, 14 Aug 2018 18:17:36 +0200
> Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
> > If there currently is no method of detecting .recursive-edit
> > "session", then could a feature request be responded positively:
> > please add an indicator that Zsh is in .recursive-edit state
> > ("session").
>
> It's certainly easy to do (although probably not hard to add at
> the user level as calls to recursive-edit ought to be explicit).
Cool, thanks. In effect, when new release will be made, I'll send
patches to zsh-autosuggestions and zsh-syntax-highlighting that will
suppress those plugins on ZLE_RECURSIVE > 0 (which often means some
"application" has started a "session" and doesn't want to be
interfered).
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author