Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: updated emulate completion
- X-seq: zsh-workers 34438
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: updated emulate completion
- Date: Fri, 30 Jan 2015 18:32:38 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1422639159; bh=h4TjHBcetzpoULFR9i+qtfXOIeHqCasVm7Sz/2vqwP8=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=aSig9CgtAPf9Jp0EVg9qjgWNT/pTSgFaAbqQxOyMYRGV+K2eW0uRMBolq0AOCyODVpdM6FpLgJxRQov2oJikSx5v0k0in0SmMgZ41B8H88WYmmAaSI5MDRD6TXJdDunl9E5eosY7B/htxx4PsVxjL5SkxXP5nmmE6AveunFM82WYMIoZN2FH9BdNJuc6Aazp+LAgqGJqZxIONXJwf9CKCCEmn1kKg4luBD2ioH7UXqnCBxXdzhwb8lLGcfud7YnzHB/2ixypl5J+jyqdZKlfvtJwlJLpOfdqa7zV8OVN/bShY/2nCSdc0FZXP2NDuBTDLuUhlUMIE9hj2f4TK0PULw==
- In-reply-to: <150130085604.ZM16410@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: <20150130161909.5d1c5f63@pwslap01u.europe.root.pri> <150130085604.ZM16410@torch.brasslantern.com>
Bart wrote:
> }
> } +# This is for a quoted argument that will be interpreted as a command.
> } +compset -q
> } +_normal
>
>
> Perhaps we could use that in _sh, _sudo, etc.?
sudo doesn't take a single quoted argument so the compset -q isn't
appropriate for it.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author