Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [patch] Completions for cu, fw_update, and rcctl
- X-seq: zsh-workers 37601
- From: Matthew Martin <phy1729@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [patch] Completions for cu, fw_update, and rcctl
- Date: Tue, 12 Jan 2016 23:04:54 -0600
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=K7FBnq3iVBO3jGRXAyP4c2EVWq8zFYvf323f2UBsQYg=; b=XK7IomRkRfGtYFOhTiyjK8457iq2RKzT5D2xlgZ8z8Z0f0uF5BGgRGRGwz0F/p6ZF2 52gDW2VyjSN7ze/kC+hI/zqLoXde0RTeyyQZ0onj7oNIDuXimUSEm0EeRXzykrDGA3rz 0hoa3brKIAkqGxA+kGKY8fj4qiEpn3dYbKUEiEfqsbSTMKGepm/kLPZJwFtLIdt0oIvN pc0QYbDxLX3s+LJ/oLU8cQjgh2AgO+TIxsR5rODaWAIi4mbJdXVgM1UA2cIG5IOVXt1S FhzeI/O8rKFjJNMc/k2A/pn619YhqEm7bu5JCsT8q1d988oNDY2ObuNAlM2rVbJBWd41 LY7w==
- In-reply-to: <20160113045853.GB9030@CptOrmolo.darkstar>
- 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: <20160110075141.GA15837@CptOrmolo.darkstar> <20160110195322.GD11464@tarsus.local2> <20160113045853.GB9030@CptOrmolo.darkstar>
On Tue, Jan 12, 2016 at 10:58:53PM -0600, Matthew Martin wrote:
> diff --git a/Completion/Unix/Command/_joe b/Completion/Unix/Command/_joe
> index 96ad0a4..7ac85df 100644
> --- a/Completion/Unix/Command/_joe
> +++ b/Completion/Unix/Command/_joe
> @@ -3,7 +3,7 @@
> _arguments \
> '-asis[characters with codes >127 will be displayed non-inverted]' \
> '-backpath[backup file directory]:backup file directory:_files -/' \
> - '-baud[inserts delays for baud rates below 19200]:baud rate:(57600 38400 19200 9600 4800 2400 1200 300)' \
> + '-baud[inserts delays for baud rates below 19200]:baud rate:_tty_speed' \
This should of course be _tty_speeds with the s. Sorry for the noise.
> '-beep[beep on command errors or when cursor goes past extremes]' \
> '-columns[sets the number of screen columns]:num of columns' \
> '-csmode[continued search mode]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author