From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12269 invoked from network); 21 Jul 2000 15:18:13 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jul 2000 15:18:13 -0000 Received: (qmail 8301 invoked by alias); 21 Jul 2000 15:17:38 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3321 Received: (qmail 8292 invoked from network); 21 Jul 2000 15:17:31 -0000 Date: Fri, 21 Jul 2000 16:17:29 +0100 From: Adam Spiers To: zsh mailinglist Subject: Re: completion for GNU color ls, anyone? Message-ID: <20000721161729.A24007@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh mailinglist References: <20000721124204.A9596@linux-ws.kg-hittfeld.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000721124204.A9596@linux-ws.kg-hittfeld.local>; from kopfermann@trio-hittfeld.de on Fri, Jul 21, 2000 at 12:42:04PM +0200 X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux Matthias Kopfermann (kopfermann@trio-hittfeld.de) wrote: > I really want the gnu-linux versions of as many commands as i can > get. This ZLS_COLORS trick is known to me :) > as zsh is not for GNU only (which is good), it does not provide > enough completions for GNU commands. > ls , screen , perl (well sort of GNU :)), emacs completions, vim > and many others are missing. Completions for perl are not missing. Have you tried a recent development release? I might get round to doing screen and emacs soon. I'm not a vim user so I won't do that. ls ... well, that's a different issue. The options for ls vary massively over the different systems, so we probably will need to have a restructuring of the Completion subtree before this gets completion code. > (of course, no ZSH distribution can have all these commands, that > would take 1000's of hours to do them all, i guess.) Don't underestimate us :-) We have a completion set which is pretty impressive complete already ...