From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9954 invoked from network); 24 Mar 2006 16:21:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Mar 2006 16:21:43 -0000 Received: (qmail 39178 invoked from network); 24 Mar 2006 16:21:37 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Mar 2006 16:21:37 -0000 Received: (qmail 14385 invoked by alias); 24 Mar 2006 16:21:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10072 Received: (qmail 14375 invoked from network); 24 Mar 2006 16:21:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Mar 2006 16:21:27 -0000 Received: (qmail 37999 invoked from network); 24 Mar 2006 16:21:27 -0000 Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by a.mx.sunsite.dk with SMTP; 24 Mar 2006 16:21:25 -0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FMp2C-0003B1-3V for zsh-users@sunsite.dk; Fri, 24 Mar 2006 17:21:08 +0100 Received: from p5085a71d.dip0.t-ipconnect.de ([80.133.167.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Mar 2006 17:21:08 +0100 Received: from f.braennstroem by p5085a71d.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Mar 2006 17:21:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Fabian Braennstroem Subject: Re: acroread problem? [was: completion for pdf and python] Date: Fri, 24 Mar 2006 17:21:29 +0100 Organization: www.braennstroem.de Message-ID: References: <20060324121724.GB5211@let.rug.nl> <20060324133300.GA28309@fsst.voodoo.lan> Reply-To: f.braennstroem@gmx.de X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p5085a71d.dip0.t-ipconnect.de User-Agent: slrn/0.9.8.1pl1 (Debian) Sender: news Hi, * Frank Terbeck wrote: > Fabian Braennstroem : > [...] >> > All the programs you mentioned already have completion functions for a >> > while (I just tested zsh 4.1.1) and already what you want by default. > [...] >> >> Sorry, it obviously works with version 4.3.2 (ubuntu) >> without my completions! My problem was that I missed the >> completion due to too many directories aside the pdf and >> python files! Would that be possible define different colors >> for directories and files in completions? > > zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} > > That should use the same colors that 'ls' uses. Thanks, but it does not have any affect!? Greetings! Fabian