Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de)
Date: Sun, 8 Jul 2001 21:07:33 +0400 (MSD)
From: Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
X-X-Sender:  <bor@itsrm2.mow.siemens.ru>
To: Michael Schaap <cygwin@mscha.com>
cc: <cygwin@cygwin.com>, ZSH Workers Mailing List <zsh-workers@sunsite.dk>
Subject: RE: Zsh observations
In-Reply-To: <5.1.0.14.2.20010708145207.0271f560@imap.local.mscha.com>
Message-ID: <Pine.SV4.4.33.0107082101110.3442-100000@itsrm2.mow.siemens.ru>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Sun, 8 Jul 2001, Michael Schaap wrote:

> If I'm trying to complete an executable in the current directory, e.g.
>          % setu<TAB>
> it will give me neither "setup", nor "setup.exe".  This is logical, because
> the special .exe handling is only for the PATH hash.
>
> Would you know a workaround for that?
>

Ehh ... path=($path .)

It completes only commands in path; that is correct and expected.

Do you mean, that under Cygwin local directory is always implicitly in
path (it is in DOS)?


>
> (Wouldn't it be nice if Cygwin did this foo.exe -> foo handling
> automagically for us?)
>

What do you mean exactly? Zsh hashes path by calling readdir(). I do *not*
want readdir return foo if real file name is foo.exe. There is nothing
Cygwin can do (at least, I cannot think of anything).

May be in case of foo.exe we should not hash foo.exe but just foo. That
seems logical.

-andrej


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

