Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _arguments: Escape colons and backslashes in $opt_args unambiguously.
- X-seq: zsh-workers 39242
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] _arguments: Escape colons and backslashes in $opt_args unambiguously.
- Date: Thu, 8 Sep 2016 08:49:06 -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=ibiRSxjYTesHz2tQ21dMPXcCO2UH5DAe4/RCQgWQegI=; b=VwMLFWrHpk0Sl9dfiBa99DdOmS6bl78EVTaFdmxoHqFxsXgWxb/777irt+dnphZw47 xsgFDCqDWCBxd5Z2GCzBNcYpOKuAG029tOHBNSEMEZS6Xi89kXdV699jQ/UHyorlilW/ MDzZpDroq/SqEUnxcj+s+Ngt7Heha0Q0HUERLm0xMTllDJ7LIWEzL/glLWssuSb+lt7P IZ2hI1HdW/HZLUM1jxppZhwPby585E71M7P4PxDhXs8oeABwbqNIBioNkA4vQ77BpMUG Av5GmudM6nBSJLRnKpFueevRUljkKLqSubB+mZIyByMPqCUTKABcOsGRvtk7s0b3eACP YhyA==
- In-reply-to: <20160908110115.GA1707@fujitsu.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1473013592-24926-1-git-send-email-danielsh@fujitsu.shahaf.local2> <160907000320.ZM11510@torch.brasslantern.com> <20160907220701.GA7775@fujitsu.shahaf.local2> <160907171356.ZM14819@torch.brasslantern.com> <20160908110115.GA1707@fujitsu.shahaf.local2>
On Sep 8, 11:01am, Daniel Shahaf wrote:
}
} Applied both of your suggestions, and added a paragraph:
Thanks. Typo:
} +ambiguity: '-x foo\:bar' (one argument with a backslashed colon) and
} +'-x foo\\ bar' (two argumnets, and the first one ends in a backslash) would
"argumnets"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author