From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3065 invoked by alias); 20 Mar 2014 21:27:28 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18650 Received: (qmail 4261 invoked from network); 20 Mar 2014 21:27:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=Xr3DZz19 c=1 sm=1 tr=0 a=ho05/JMXnVToLU2jax5/Hg==:117 a=ho05/JMXnVToLU2jax5/Hg==:17 a=HIA4oEAs-AEA:10 a=8nJEP1OIZ-IA:10 a=rD_yavulyFIJaeFprvYA:9 a=wPNLvfGTeEIA:10 Message-id: <532B5D48.30306@eastlink.ca> Date: Thu, 20 Mar 2014 14:27:36 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: set -F kills read -t References: <20131202142614.GA27697@trustfood.org> <131202075840.ZM3182@torch.brasslantern.com> <140316122727.ZM11132@torch.brasslantern.com> <140316131323.ZM11227@torch.brasslantern.com> <5327B941.3060605@eastlink.ca> <140317235020.ZM30413@torch.brasslantern.com> <532872BE.1020408@eastlink.ca> <140318104505.ZM15560@torch.brasslantern.com> <5328C3D8.9020603@eastlink.ca> <140318181703.ZM3474@torch.brasslantern.com> <53292481.5090300@eastlink.ca> <140318233741.ZM3708@torch.brasslantern.com> <5329CF1C.5020109@eastlink.ca> <140319152144.ZM4783@torch.brasslantern.com> <532A487C.4040906@eastlink.ca> <140319212148.ZM5101@torch.brasslantern.com> <532B0E07.7050106@eastlink.ca> <140320090803.ZM6199@torch.brasslantern.com> In-reply-to: <140320090803.ZM6199@torch.brasslantern.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit On 03/20/2014 09:08 AM, Bart Schaefer wrote: > echo "My love is" | set -F; _y "as a fever" > > so the semicolon ends the pipeline. Yup, I should have figgered that myself. Red herrings! a dude can be following the wrong scent completely. > Aliases are textual replacements, > not semantic units. Also with that alias the -F setting will persist > after _y is finished, which I'm sure you didn't intend. No, it gets turned off automatically elsewhere in my Grand Unified Wrapper System. > > Try it this way: > > alias y='noglob _y' Seems fine! Thanks Bart, you're a patient man. No more torments for a while anyway.