From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28232 invoked by alias); 17 Sep 2016 14:34:56 -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: 21936 Received: (qmail 10269 invoked from network); 17 Sep 2016 14:34:56 -0000 X-Qmail-Scanner-Diagnostics: from mail-pf0-f172.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.192.172):SA:0(0.0/5.0):. Processed in 0.117475 secs); 17 Sep 2016 14:34:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) 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; bh=cIpu/9RTZsaQ1T71tHBDcCPn6sVYNWZOnm4NWe3Rtug=; b=TAOeIUvMAoJwQjoeFSkEL/nZ6vS0ywsklG8A2ZYfw925LhTBo3wseuGzztBh3xfHV5 Mjn4p0qWaTDGqm2L/OlzIpP8JcjSNzAcHurnghHnW1XhgbDEPPbm+VfURiHgLOxYwA1K 8mPbwikFiywwZv1MtE1IPeLT8UlTtISkVrxzELS6DD53diCPrs0NKMZdzbF6nX0nc8Ua EkoWabTpEpQf/W9aZyPf4FlovUdiGaAIujgOpcqo0Smxzq+w7q4xeJHuCvWkoGstcx/J mCgeKn0rAUQbPeVIQHe3uIgUxATcz/HiZ2CE5jp4ubHt/ws06qWG2QfeDH6wdZ5cvsaC MPWg== 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; bh=cIpu/9RTZsaQ1T71tHBDcCPn6sVYNWZOnm4NWe3Rtug=; b=DBC2TITNwLsjQK/Gd1qQT2Jmu0PR6Hp1g7D6eL/5MWHGbDt/Er2zHlIi5v7+0jxxeW S+NLyBvxeN3IsU4AUAlYHcMs3J4Ms6Kj05SK1/QfMz5+vDk4tZPAyvD5YcfzpzFVh7+3 JdMPeLzUS6vHr8h4FC+ECELoLLHKVl/WQvdB6KhLLPzAbi9ZMxEesjItM1QIEVx5hmxe /5XIN2kTe9dCLF0SiHWh3fSUd6/eDkTDNN+8j3YbeuzX8SHuGRPgS6Kb2cNJLmM+DnX2 oA1DSLp65LQeuZn1JAGQo4G44xDWwpjUqjaPZcBrusP57pi0brJv8sQJIiCguIGvJLqL R/lg== X-Gm-Message-State: AE9vXwMhl+ooCvQpD/HknTy3xrI16L4KoOgmO9QwX0oYOaLh+FF2EjG1V+2iOl//oBGoTA== X-Received: by 10.98.73.202 with SMTP id r71mr31804858pfi.36.1474122891996; Sat, 17 Sep 2016 07:34:51 -0700 (PDT) From: Bart Schaefer Message-Id: <160917073509.ZM29276@torch.brasslantern.com> Date: Sat, 17 Sep 2016 07:35:09 -0700 In-Reply-To: <20160917062456.GA26155@fujitsu.shahaf.local2> Comments: In reply to Daniel Shahaf "Re: Quoting the arguments to a function" (Sep 17, 6:24am) References: <20160916105230.GB3491@cventin.lip.ens-lyon.fr> <160916100934.ZM11263__9881.101063411$1474045859$gmane$org@torch.brasslantern.com> <20160917062456.GA26155@fujitsu.shahaf.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Quoting the arguments to a function MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 17, 6:24am, Daniel Shahaf wrote: } } Even without RC_QUOTES, the binding "''" collides with the "'\''" } sequence for embedding a literal single quote in a single-quoted string. Yeah, but how often does one type that at a command line, instead of say "'" (including the doubles)? I wasn't going for zero possible clashes, I was going for memorable and quick to type in the necessary circumstance.