Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completing UNC paths in Windows/Cygwin
- X-seq: zsh-users 16322
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Hannu Koivisto <azure@xxxxxx>
- Subject: Re: Completing UNC paths in Windows/Cygwin
- Date: Wed, 7 Sep 2011 09:45:01 +0200
- Cc: "Zsh Users' List" <zsh-users@xxxxxxx>
- 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=
- In-reply-to: <834o0pd0m9.fsf@kalahari.s2.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <834o0pd0m9.fsf@kalahari.s2.org>
- Sender: nikolai.weibull@xxxxxxxxx
On Tue, Sep 6, 2011 at 19:47, Hannu Koivisto <azure@xxxxxx> wrote:
> Is there a way to make zsh complete UNC paths like
> //machine/C\$/directory/f<complete> in Windows/Cygwin?
//machine/share/directory/f<complete> should work (it does on my
computer at work). I don’t know about C\$-type shares, though.
Perhaps such “names” confuse the completion code.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author