Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] allopt() and question
- X-seq: zsh-workers 38408
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Thilo Six <zsh@xxxxxxx>
- Subject: Re: [PATCH] allopt() and question
- Date: Fri, 6 May 2016 08:03:38 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=VVZw6VUDJ5iXcQfp1JSlCxlU7zUR7LCLA4mdZAQVMmI=; b=0QHfFFHeUEsfZsnJbhaIGu6vm/BKyn4kP7b7K/NunU6mtvIoWgaGDuM5moo8gKHlOE rMw5RvhxJ6/yAMlhyAfiPV7WCd/+e+rfbLcqH8Kyb7AzWvkWthoqrVYs3Sh67pL9v1fA /UwSwqr3R9XNEZOmroAnqtj3Sp591qq+bojOojFRDDqUfCEWGWPENL8u2QPhBauUvyQb LrUuYNvgXQe7I7JWrjHt9hC/aNcDLaIVN/lnVGRNpqNtxdN/E1CTNs8nHX3dOcmdYiHN oecMfLv7E8Dmgdq14ixAPTVBEiMlYBLsrfWgpszMQPDzB5Neg4AAtjNP7Fu4fS/RRUqK HC8Q==
- In-reply-to: <nggnqs$q8i$1@ger.gmane.org>
- 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: <nggnqs$q8i$1@ger.gmane.org>
On 6 May 2016 at 02:17, Thilo Six <zsh@xxxxxxx> wrote:
> but then:
> % builtin set -o | command grep -E '(\<monitor\>|\<zle\>)'
> monitor off
> zle off
This will start separate process for the first thing in pipeline. The
last thing is run in current shell. Which is cool for me, as I was
able to write _function_ n-panelize that works in current shell even
when is used as ls | n-panelize (the function list entries and allows
user to search in them).
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author