Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Quoting the arguments to a function
- X-seq: zsh-users 21936
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Quoting the arguments to a function
- Date: Sat, 17 Sep 2016 07:35:09 -0700
- 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==
- In-reply-to: <20160917062456.GA26155@fujitsu.shahaf.local2>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <nrf4he$u13$1@blaine.gmane.org> <20160916105230.GB3491@cventin.lip.ens-lyon.fr> <160916100934.ZM11263__9881.101063411$1474045859$gmane$org@torch.brasslantern.com> <20160917062456.GA26155@fujitsu.shahaf.local2>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author