From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7478 invoked by alias); 7 Nov 2015 19:43:20 -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: 37075 Received: (qmail 19867 invoked from network); 7 Nov 2015 19:43:20 -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=9oYSRAZVmZL73CLPPEdcAeaqY2NZ8si5AtNjmXUXjfo=; b=0374dIoUgEI51CpEYhhGbgVTxRySTZzM6sBmx5jVnP6lrkGcP1UTT21JLv7NWuQxxQ iRyLiUgOHzoub8Nv715H3dn17dOM+DHzM0iHh9iZklBI21zl5/maR1NPi0gxAXvobgqD 5kvfu+y6VPkmHjKE8ppDUL0pouKSynsSVz3ml7T2IT+dsjHKAldaEj6hB6TKW0SLatFL ul5pGoLCqHGGUinmJXzzPou/GAzfOge8K6avRMYn7oWh4GMhGsNJDYYIbxcYPa7XYugC JLEsolsJirviGfxCd0xhl6tEE9e5u8gY+8rXj/dpgmEwdP2YNUDy0O+ykopUSr2XMpsc NpAg== 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=9oYSRAZVmZL73CLPPEdcAeaqY2NZ8si5AtNjmXUXjfo=; b=VveFPi1eJaSgV7oxqOkkhrFh7UIjAcmycNWBZ4z7fKW4VmQCWtTKoAXhZ6gtRO883a OlREHwG8B+tlwPBa6RVQlqgD/VVnhCJqSxckxirP98HClGxYvHQ7/UL0Sx+lIq2z/Tvw IQCWhlMG5aB+WPeSVl9zPhWlWvdVvwK0hyLM4sJoOeAFF8IVwPPxpVZxk7XDPuP37aL+ 4i7ogFhFmwJdUBIsPippEF5jKviQ9owc32Ji7ssnIhPeoCBVARi7QzO4l3FETtT1OTDN hWhGchkuqfx6EJkWcKv2IOgV/HUM6Umer3KjT3INgqYnWQLPn80e8Yrr28/crh/TOOa1 bq/g== X-Gm-Message-State: ALoCoQkZdG0BUpz4o8SM4oLtF9Pjn6iv2JLv5L34C6EzosX+SsEEKrv6rvLmQ+S2ryrewMWaDffL X-Received: by 10.60.97.233 with SMTP id ed9mr12911149oeb.32.1446925398073; Sat, 07 Nov 2015 11:43:18 -0800 (PST) From: Bart Schaefer Message-Id: <151107114314.ZM24285@torch.brasslantern.com> Date: Sat, 7 Nov 2015 11:43:14 -0800 In-Reply-To: <20151107174255.74054b28@ntlworld.com> Comments: In reply to Peter Stephenson "Re: Inconsistency with SHWORDSPLIT and leading spaces" (Nov 7, 5:42pm) References: <87a8qr75za.fsf@gmail.com> <20151106170007.5196bd5e@pwslap01u.europe.root.pri> <20151107174255.74054b28@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Inconsistency with SHWORDSPLIT and leading spaces MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Nov 7, 5:42pm, Peter Stephenson wrote: } } +/* } + * Bit flags passed back from multsub() to paramsubst(). } + */ Maybe now that we're doing this, we could have a bit flag passed in the other (and back?) direction for whether the (P) flag is in effect, and thereby fix the ${${(P)hash}[index]} thing?