From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21023 invoked from network); 29 Mar 2005 11:01:28 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Mar 2005 11:01:28 -0000 Received: (qmail 44837 invoked from network); 29 Mar 2005 11:01:22 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Mar 2005 11:01:22 -0000 Received: (qmail 22517 invoked by alias); 29 Mar 2005 11:01:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21069 Received: (qmail 22501 invoked from network); 29 Mar 2005 11:01:18 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Mar 2005 11:01:17 -0000 Received: (qmail 44554 invoked from network); 29 Mar 2005 11:01:17 -0000 Received: from mail36.messagelabs.com (193.109.254.211) by a.mx.sunsite.dk with SMTP; 29 Mar 2005 11:01:11 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-5.tower-36.messagelabs.com!1112094069!15612687!1 X-StarScan-Version: 5.4.11; banners=-,-,- X-Originating-IP: [158.234.9.163] Received: (qmail 8319 invoked from network); 29 Mar 2005 11:01:09 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-5.tower-36.messagelabs.com with SMTP; 29 Mar 2005 11:01:09 -0000 Received: from trentino.logica.co.uk ([158.234.142.59]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id j2TB19Q0030363 for ; Tue, 29 Mar 2005 12:01:09 +0100 Received: from trentino.groupinfra.com (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id 4B6B83AFD9 for ; Tue, 29 Mar 2005 13:00:49 +0200 (CEST) X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <200503270037.01998.arvidjaar@newmail.ru> From: Oliver Kiddle References: <200503270037.01998.arvidjaar@newmail.ru> To: zsh-workers@sunsite.dk Subject: Re: [PATCH] _rsync - better rsync:// URL support and other fixes Date: Tue, 29 Mar 2005 13:00:49 +0200 Message-ID: <10653.1112094049@trentino.groupinfra.com> X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On 27 Mar, Andrey wrote: > Absolutely ugly "compadd -S/ rsync:/" is the only way I know to add word with > two slashes without adding blank. Oliver, do you have any idea (the same > problem I had in _urpmi too). It is possible to do: compadd -S '' rsync:// Or is there some problem with that? > 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. Oliver