From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21784 invoked by alias); 7 Dec 2015 18:13:06 -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: 37342 Received: (qmail 16691 invoked from network); 7 Dec 2015 18:13:03 -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=4VyiW1RyASo3nPlpNQLvy83vY5utxm9lFmLXjlkChXc=; b=xgjcWy3x9cPPz5G2a7aUbUR08Z5nFLRmO1ZoxRvyZiL3CsFveEwFWhIEhtuvlj8QQx ZTpGb0TnU7sd1Veam5XZf+mIABzuM18J6qbmcz944+ScooLHbnrsut6sD81ANVk5GvP7 vY/ODlfPLDXYcb2FRzthPdLBvTkUbiGtK/hD5zxOVeQ+t308PvstATvFXwo1Mtvjf7Fw KQrXLnDR0RvOVSeZCwYf43AOIbVMhR6GjBkk74fPhutwmoepbcWCR4FwR1hzE+Sbfnm3 MoO3pnREzVt9fyT6bu54W/YJdSbdEvqFB1aoRF2rA4U62vBxauu4aO7s07Do0g3Dt/UM zd0Q== 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=4VyiW1RyASo3nPlpNQLvy83vY5utxm9lFmLXjlkChXc=; b=kopyNUmI68sKr+A44oTfseO0BhFX0d7Y8ENNLOLHDTSMI2v9FPC/WW+M24lnQCBIMr qQNyb7vSnOZT7wPmELDEcsMUrpj2B3lZQ8m9DPwVg24qjQM+MQlDBqcz6PFvvRZOIW6P 9sVoRbaAYIao7c+LcC581d1SJ/Q5g/3ZjiKAHEIYuHdZxaHUjMlU4iorNYZdeZUOIsGN mrbxtjmRwPMYtMD8xpo49695DKKkntRdcUfUaI4xUrMDJ/25zPYxVUVT2xGwa1xpz8u5 D3Sc9nUGzXGiWUlqr2Xhb138qnNOsm4cbv6nIY5u4C6E/2Jbfc6q6xpRoP9/AiF9LuOo SgGQ== X-Gm-Message-State: ALoCoQm3Ncy9zJcOa3qBiu+HH8ibgtYJfBmZgjfmLp6AAdCjlaLx3/+XQInb3YwHYOhPQKWNbfYR X-Received: by 10.66.150.228 with SMTP id ul4mr45613007pab.15.1449511980782; Mon, 07 Dec 2015 10:13:00 -0800 (PST) From: Bart Schaefer Message-Id: <151207101308.ZM5827@torch.brasslantern.com> Date: Mon, 7 Dec 2015 10:13:08 -0800 In-Reply-To: <20151207102449.5993404a@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: The "set" utility outputs binary data" (Dec 7, 10:24am) References: <20151203140558.GA17469@zira.vinc17.org> <20151203142533.5aae65f6@pwslap01u.europe.root.pri> <20151204142900.0c035c6a@pwslap01u.europe.root.pri> <20151204215611.17d060fb@ntlworld.com> <151206150844.ZM31242@torch.brasslantern.com> <20151207102449.5993404a@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: The "set" utility outputs binary data MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 7, 10:24am, Peter Stephenson wrote: } } (You can't seriously be complaining that "typeset -m IFS" now outputs } } IFS=$' \t\n\C-@' } } instead of raw binary, can you?) Goodness, no. Just the ${(V)...} substitution, mostly (the test cases 37335 updates) and anyplace where it's in human-informational output rather than machine-re-readable output.