Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[Feature Request] Re: Can one detect that Zsh/Zle is in recursive-edit?
- X-seq: zsh-users 23580
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: [Feature Request] Re: Can one detect that Zsh/Zle is in recursive-edit?
- Date: Tue, 14 Aug 2018 18:17:36 +0200
- 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; bh=/7qWjzfCG3XRLJI9xolXGWHDXaOVShjgd6ZP+piKpsQ=; b=d9f6xT0vFur/FWbPHuJ+FvhpXgSgsHDSeB6Wfwu4jcepfo+zhgPJfjSTFzjEWcdkTK SfOnB/2bnLmwd9eoly1szui8NOXvmcPVVPH9LrRNloooY2+ipCeXhfyQRkbl7tAQBo8L 4na2SSW97uBCtIxHxASq6uOgL+pUCU6oUn/dLVLTqB4Ydcus0XnQSM6O3bvf1X8kk+yI Y8wv6VUKgJhDqlSOK59igJs6wAvSFkGBvam/6wT2rkNbVE3+6w1DOWqnXCZ1rYxYBKD6 SEB+ZqZY+OpRN7L8snIbT1Jm4IaNU04TL90Z+S4cwZ8Xlh8Bu63Ice+68bNjYoqXEVC7 wbQA==
- In-reply-to: <CAKc7PVC_i6fvhLSoWqFdNa0egtXj+Sfoou0FUQmjU+TXexyOFA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVC_i6fvhLSoWqFdNa0egtXj+Sfoou0FUQmjU+TXexyOFA@mail.gmail.com>
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").
I'm pretty sure this will be useful, it might be perceived as
"missing" from current .recursive-edit support. Pretty any thing has
always 2 accompanying traits: ability to activate, and ability to
examine, like sched call and $zsh_scheduled_events array.
On Sat, 4 Aug 2018 at 16:16, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
>
> Hello,
> I would stop my plugin from running when user started recursive-edit
> "session". But there seems to be no change in parameters that would
> allow to detect this "session". Is there any other method?
>
> --
> Sebastian Gniazdowski
> News: https://twitter.com/ZdharmaI
> IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
--
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