From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7428 invoked from network); 27 Jan 2002 08:31:36 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 27 Jan 2002 08:31:36 -0000 Received: (qmail 27086 invoked by alias); 27 Jan 2002 08:31:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16495 Received: (qmail 27065 invoked from network); 27 Jan 2002 08:31:23 -0000 From: Borsenkow Andrej To: Cooker list Cc: Zsh hackers list Subject: Re: [Cooker] Bash completion patches In-Reply-To: <20020126171821.C50507@dirk.holoweb.net> References: <20020125131619.36F912C8@silbermann.snv.jussieu.fr> <20020125173144.0FE5644D4@silbermann.snv.jussieu.fr> <1012042246.8122.3.camel@localhost.localdomain> <20020126120739.67168533E@silbermann.snv.jussieu.fr> <20020126171821.C50507@dirk.holoweb.net> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution/1.0.11mdk Date: 27 Jan 2002 11:31:14 +0300 Message-Id: <1012120276.2456.4.camel@localhost.localdomain> Mime-Version: 1.0 On =F7=D3=CB, 2002-01-27 at 01:18, Liam Quin wrote: > Does anyone have completion that uses colour (like ls) and/or > bold, to indicate the prefix you have already typed, in matches? >=20 > I had a go at doing that with zsh a while ago, interactions between = the > output fo the scripts and the fomatting into columns made it hard. >=20 Zsh does use (can be configured to) colors in completion listing. I am not sure about specific color for prefix, because as it looks like most people switched to menu completion (even hardcore commandliners) that allows selection of (several) matches with normal cursor keys in full screen menu. Because you get list of matches anyway it is much faster. In any case I Cc to Zsh list in case I miss something. -andrej