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)
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Michael Schaap" <cygwin@mscha.com>, <sandman@interwoven.com>
Cc: <cygwin@cygwin.com>
Subject: RE: Zsh observations
Date: Thu, 5 Jul 2001 10:04:49 +0400
Message-ID: <000201c10518$65f36b10$21c9ca95@mow.siemens.ru>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <5.1.0.14.2.20010705002759.042e36b0@imap.mscha.org>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006
Importance: Normal

>
> >3. You get command-line completion OOTB.  What does the compinit
> function give
> >you (I've never used that one before)?
>
> "Smart" directory name completion.  For instance. "cd <TAB>" will only
> complete directory names, and much fancier things.  (Check out
> /usr/local/share/zsh/4.02/functions/_*)
>


It gives you much much more. Of course, path names are the most "user
visible" (and most often used) but zsh can complete  command arguments of
*any* type (given suitable completion function) and present them with
description as a list where you can select needed match. It can colorize
these lists. It can do partial word matching like f.c -> foo.c, and even
/u/i/s.h -> /usr/include/signal.h. Check <http://sunsite.dk/zsh/Guide/> that
gives nice tutorial what zsh can do. And it includes ready-to-use completion
for quite a number of commands.

-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/

