From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14315 invoked by alias); 7 Sep 2011 07:45:10 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16322 Received: (qmail 11553 invoked from network); 7 Sep 2011 07:45:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.41 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fZtuOp68+sLxB56tiGntr1fICcyx69yVqSumX0USdAU=; b=tB6ulYwaRnrPeJBMatmY3neZhQ3o8KDFs4T3kUfQfHmgPSMhw65Jj0VR42fuPR7n+6 BHVrFg6mlE2F7LQCTYNcSzqUTsQzjoufJcB52uvj2X+ixf7jZ8aTm5OsoCalWx2/8Qcb 7zl3tJ5kZp5FFwVJknOMXL4mQiFDNf25keUWo= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <834o0pd0m9.fsf@kalahari.s2.org> References: <834o0pd0m9.fsf@kalahari.s2.org> Date: Wed, 7 Sep 2011 09:45:01 +0200 X-Google-Sender-Auth: F9cBXMutRb-CZ4k_l3M8PK2YCaU Message-ID: Subject: Re: Completing UNC paths in Windows/Cygwin From: Nikolai Weibull To: Hannu Koivisto Cc: "Zsh Users' List" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Sep 6, 2011 at 19:47, Hannu Koivisto wrote: > Is there a way to make zsh complete UNC paths like > //machine/C\$/directory/f in Windows/Cygwin? //machine/share/directory/f should work (it does on my computer at work). I don=E2=80=99t know about C\$-type shares, though. Perhaps such =E2=80=9Cnames=E2=80=9D confuse the completion code.