Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completing UNC paths in Windows/Cygwin
- X-seq: zsh-users 16323
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Hannu Koivisto <azure@xxxxxx>
- Subject: Re: Completing UNC paths in Windows/Cygwin
- Date: Wed, 7 Sep 2011 11:58:37 +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=4KU0oNJYe+oLv/PvnxvUb0cAujB2S5U1t22VZ4+yBtY=; b=TOx7sUi9+3JuAYz935g0M+Q9DWn9ChqTU/1IyeHUMLusHLyAYENkEDB4goEOJU5E0g 2/Nm+Ye0qcg755IuGiHdTEgSvvM444U4iVTpmH7aIqa6YxOrAnGFMiSWZhR1TlmP2qc0 VZ1GAT11f5ZWIwgMULlZVdT/uVbGL8MjJaCSs=
- In-reply-to: <83y5y0bryf.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> <CADdV=MsJBV-kFyML6McfPkH+vzDo0e406Aw-J1R1mhJarTGvbQ@mail.gmail.com> <83y5y0bryf.fsf@kalahari.s2.org>
- Sender: nikolai.weibull@xxxxxxxxx
2011/9/7 Hannu Koivisto <azure@xxxxxx>:
> Nikolai Weibull <now@xxxxxxxx> writes:
>
>> 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.
>
> //machine/share/directory/f<complete> doesn't work either for me.
Try setting the accept-exact-dirs zstyle and see if that helps.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author