From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7227 invoked by alias); 19 Jan 2016 18:59:30 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37696 Received: (qmail 16596 invoked from network); 19 Jan 2016 18:59:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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:content-type; bh=3++Qps2i1igcrqlVjX6RkPoO4UwOSeLbQvVEyOC9AY8=; b=TjaF501kxCzrtsXaCOeRiAwbPy0wKTkCE8/pwMXBPMfPgwh+289+uIeDpXMVshp0Dz U/WzeokNzyD7qWDpJm6Ra0HTdUIU8hZ0pEy3Mo22eoWf4SmB4HqfHfk9f7RPHADSUTXX aiZU7OylB28gaQ30lC4WW8fL2S53478ohLmQZXGibOKjS7fNqGRfj8gSox7cfnhS5g4a +zdZZ5QGt/4r3lGWpuebfwxd2AZl7YkVeIEehV5oydUZSkcYeIWLRiKgg4DP5KfpTnjT unpa8nuPKMYIBLQompK2aeF1IYvxN6Bcwzgf+IsD4r3uO/Z+Lp7KZk6Gkyuf/fvyNh19 q6fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=3++Qps2i1igcrqlVjX6RkPoO4UwOSeLbQvVEyOC9AY8=; b=Eo24kI8H+gn1PiE4wzKDNmZltF1MZapP5pvbiCtpkbPLovC1jY7cbvdGQ0FJr5ghc2 WmvYW6ToncmfALKg86c7UrsgLEhIye5DX1Xd2o1mHOU/UEsMkRhFixD/XPzp5ttGHz2T IQhw3i2yesPdNLa4XhZg3iPU00kF9HuugZOKwWvENrcrZRniHAtT5QQJLoWgI+LIiR7J uUC9D+YXNDYMHjfW3wA8FuAWSmm0f8dl38jq0SJJPA6qclfLRC9U08AidTP3V8GmQZRC vAQovg4Nt+iOSEcMljvlu1wbsWm72wiFcaBWU/rCof8BfXc3ic6e3J0+bjcAdZVVq08/ df/A== X-Gm-Message-State: ALoCoQle/aa3gzWfqqmyFBaotgHEXSzeRP3RscRlG3xzW/t5tnXJ1QKHvCFE2UvYy0dXqheZeUCDs69i9KY45jIuKaRCltcjRA== X-Received: by 10.66.232.170 with SMTP id tp10mr46725227pac.38.1453229968493; Tue, 19 Jan 2016 10:59:28 -0800 (PST) From: Bart Schaefer Message-Id: <160119105957.ZM30781@torch.brasslantern.com> Date: Tue, 19 Jan 2016 10:59:57 -0800 In-Reply-To: <20160119093649.53d5c7b9@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: bufferwords() lexes a subshell in a shortloop repeat as a string" (Jan 19, 9:36am) References: <20160115062648.GA14019@tarsus.local2> <20160115094117.5fcde75c@pwslap01u.europe.root.pri> <160115112516.ZM21347@torch.brasslantern.com> <20160117181647.49899357@ntlworld.com> <160117144635.ZM3583@torch.brasslantern.com> <20160118094129.260a60ae@pwslap01u.europe.root.pri> <160118083658.ZM6465@torch.brasslantern.com> <20160118165237.11b1349a@pwslap01u.europe.root.pri> <160118163255.ZM3369@torch.brasslantern.com> <20160119093649.53d5c7b9@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: bufferwords() lexes a subshell in a shortloop repeat as a string MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 19, 9:36am, Peter Stephenson wrote: } } Do you really mean "glob"/"noglob"? I did not, see subsequent email. } I thought that meant what it says, controlling all globbing. It turns off globbing, but it doesn't change the parsing of patterns. Which temporarily surprised me, until I was reminded that it always has worked that way.