zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: [PATCH] _rsync - better rsync:// URL support and other fixes
Date: Tue, 29 Mar 2005 16:01:35 +0000	[thread overview]
Message-ID: <1050329160135.ZM24625@candle.brasslantern.com> (raw)
In-Reply-To: <10653.1112094049@trentino.groupinfra.com>

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?


  reply	other threads:[~2005-03-29 19:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-26 21:36 Andrey Borzenkov
2005-03-29 11:00 ` Oliver Kiddle
2005-03-29 16:01   ` Bart Schaefer [this message]
2005-04-03 11:34   ` Andrey Borzenkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1050329160135.ZM24625@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).