Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _rsync - better rsync:// URL support and other fixes
- X-seq: zsh-workers 21070
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: [PATCH] _rsync - better rsync:// URL support and other fixes
- Date: Tue, 29 Mar 2005 16:01:35 +0000
- In-reply-to: <10653.1112094049@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200503270037.01998.arvidjaar@xxxxxxxxxx> <10653.1112094049@xxxxxxxxxxxxxxxxxxxxxxx>
On Mar 29, 1:00pm, Oliver Kiddle wrote:
} Subject: Re: [PATCH] _rsync - better rsync:// URL support and other fixes
}
} On 27 Mar, Andrey wrote:
} > Oh, and I noticed that I never actually get `Host for "$user"' prompt.
}
} _combination doesn't pass on descriptions. It may complete either users
} or hosts and they have different descriptions.
That reminds me ... I'm still using this patch:
diff -r1.1 _combination
91c91,93
< compadd "$@" -a tmp || { (( $+functions[_$key] )) && "_$key" "$@" }
---
> local expl
> _wanted $key expl $key compadd "$@" -a tmp ||
> { (( $+functions[_$key] )) && "_$key" "$@" }
This is a crude workaround for some kind of bug in tag-order issue, see
zsh-workers/16598 and surrounding thread. I have private mail from
Oliver back in August saying he's got a rewritten _combination, but it
doesn't look as if he's ever committed it, and the problem is really
in _arguments anyway?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author