Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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=hZTDLfu2mvVLNrjCxVMrE7uF+bLIB3CwesGlV68J9R0=;
        b=yWfNmPP/VoOVIc7zYwgFTFVh3S6IkQBtii13Xh902xvFN/DjH7rtCRM5UTvlEhwhTz
         ybjksi5Ta54paI49Vh2cVeNvoZGcIbJ1+lCnb/z9P5We2jxu7sqWXMRCucGHWu3lBIhG
         CIAZRVwm56vHrRzcUQOl/a3JXRen09aRyVpl/zWLOFMtL5E6CxAqbcG9eVhkCx4WLjzO
         HoaZPXziFTc0QcXXi3W5uM1F8KZ/m1/SN9DbgiOZnhDFf0+pc6BcX773seyhmqew+Cb2
         nj7CXFMahU8Df7WvN+OIctKkFosZg6A8jvgJCbsyC3XHjXeK9iSi7TRo3Q2C6OcZhgpo
         5ehg==
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=hZTDLfu2mvVLNrjCxVMrE7uF+bLIB3CwesGlV68J9R0=;
        b=LCVi0TFe5cqzjZcj56+c3DrtSU3ZscrAUPZj6XO7p3kp4j49HT4E+nwmC+jewDFa2K
         S9Nvn83I0zfi1h5qEhCOKUMEWCJlx3BiYXomneGv4eHWdSGaIprRJ9j7LwGoVgnJhce5
         Lfd2Q5jqJemyivm0Hp5b6knvJp7TU7n6h3t0mOl5vr0/N/qypK5DmiXueiOHJ+r4AV9k
         sWZVSs4jGH/iMMwlkSFOwPbdpH8JAcQ5wBej2XP23aOXRY+zgyikFsmclAyedaAyWd8D
         jH0ihTwrHI3bmcwaN5yjxnRpDiQdGwhXFoaIgPcEJJ2AYQKoxQPTigs1QOuSLbPfOEF5
         8lvg==
X-Gm-Message-State: ALoCoQnLPoEjs90JKcAAE3rZPaRJhPG8ywcJWguqiCTxxUhkf3a2NT1BR3sVKCIO0eH7A1OqXJ92LZVt4x/IzLCU0YxHJoYPUw==
X-Received: by 10.98.12.131 with SMTP id 3mr59543469pfm.155.1453358992070;
        Wed, 20 Jan 2016 22:49:52 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160120225023.ZM23510@torch.brasslantern.com>
Date: Wed, 20 Jan 2016 22:50:23 -0800
In-Reply-To: <160120075917.ZM20024@torch.brasslantern.com>
Comments: In reply to Bart Schaefer <schaefer@brasslantern.com>
        "Re: bufferwords() lexes a subshell in a shortloop repeat as a string" (Jan 20,  7:59am)
References: <20160115062648.GA14019@tarsus.local2> 
	<20160115094117.5fcde75c@pwslap01u.europe.root.pri> 
	<20160118022558.GC3979@tarsus.local2> 
	<20160118104548.7db26f60@pwslap01u.europe.root.pri> 
	<20160120074753.GA13624@tarsus.local2> 
	<160120075917.ZM20024@torch.brasslantern.com>
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
X-Seq: zsh-workers 37714

On Jan 20,  7:59am, Bart Schaefer wrote:
}
} Also what's the reason for the trailing underscore on "inrepeat_"?

Well, that's what I get for not reading all the way to the end of the
patch, I guess.

