Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completing UNC paths in Windows/Cygwin
- X-seq: zsh-users 16327
- From: Hannu Koivisto <azure@xxxxxx>
- To: Nikolai Weibull <now@xxxxxxxx>
- Subject: Re: Completing UNC paths in Windows/Cygwin
- Date: Wed, 07 Sep 2011 12:51:52 +0300
- Cc: "Zsh Users' List" <zsh-users@xxxxxxx>
- In-reply-to: <CADdV=MsJBV-kFyML6McfPkH+vzDo0e406Aw-J1R1mhJarTGvbQ@mail.gmail.com> (Nikolai Weibull's message of "Wed, 7 Sep 2011 09:45:01 +0200")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <834o0pd0m9.fsf@kalahari.s2.org> <CADdV=MsJBV-kFyML6McfPkH+vzDo0e406Aw-J1R1mhJarTGvbQ@mail.gmail.com>
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.
I'm using the latest (hopefully) Cygwin zsh package (ZSH_VERSION
4.3.12) and I tested without any of my usual .zshrc etc. stuff
except for
autoload -U compinit
compinit -u -d ~/.zcompdump-$HOST
--
Hannu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author