Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Add new option -s to compdef
- X-seq: zsh-workers 28951
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: Add new option -s to compdef
- Date: Tue, 29 Mar 2011 06:26:24 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=MUBQ7YC0tZQu641VygeDP2Ql9aJAqBM351dNwpLK0vI=; b=W1yLnP4hZw8hHjYgu9C4ktQaPlnbgWTdoCtSUnIJ42FgxD6Dxj1lP8GDg8nMV6aHxr OlU2viIiRS1dp38ikruOzCD/1NPm8hbLhzgfahm7m5ECu5h3QGNL0Du9+WGnu21uK5e4 JU0Kpamk1nlKs8HaaaYcwPRCYiw7d46EewXoQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=edpGBbkrfOcrabTLj83iTKhqD3LZ7WQ4fStIhsObT7Wr2j2vGZjiB7LBaf31o7Tu6E 11c8GBvnB0NhWv/DsK6yteHthw8lSkmzOo9KVOuevSoLnxiPdLX1Qz/K3mqUZfFhEqdS GsKwFQy1MNd05jBqLXB8mP/iKZrvqEORlOMTc=
- In-reply-to: <110328110243.ZM27197@torch.brasslantern.com>
- 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: <AANLkTikANC5oxq-+ZG5dQYqU-wTmRt=HwKxvnqt2aXsO@mail.gmail.com> <20110328175347.5af5be55@pwslap01u.europe.root.pri> <110328110243.ZM27197@torch.brasslantern.com>
On 28 March 2011 20:02, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Mar 28, 5:53pm, Peter Stephenson wrote:
> }
> } Is there any chance of getting just a patch I can apply?
Oops, I forgot to click "patch" before copying the link, here's the
correct link to a version that uses -e instead.
http://cgit.mika.l3ib.org/cgit/zsh-cvs/patch/?id=4ab6dd5314
Or I can commit it myself.
> Also I was going to mention that in other places we typically have
> used "-e" (mnemonic "eval") for things that allow quoted shell code
> that will be executed later. E.g. "zstyle -e", (e:...:), etc.
>
> So I'd suggest "compdef -e" rather than -s.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author