From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5032 invoked from network); 28 Jan 2000 06:14:37 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Jan 2000 06:14:37 -0000 Received: (qmail 26965 invoked by alias); 28 Jan 2000 06:14:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9446 Received: (qmail 26956 invoked from network); 28 Jan 2000 06:14:28 -0000 From: "Bart Schaefer" Message-Id: <1000128061418.ZM28317@candle.brasslantern.com> Date: Fri, 28 Jan 2000 06:14:18 +0000 In-Reply-To: <200001240954.KAA09754@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: playing with backreferences in list-colors" (Jan 24, 10:54am) References: <200001240954.KAA09754@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.auc.dk Subject: Re: playing with backreferences in list-colors MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 24, 10:54am, Sven Wischnowsky wrote: } Subject: Re: playing with backreferences in list-colors } } Yes, it was indeed using the path, which was wrong in this case. I know I'm running a few days behind here, but ... This patch: } - subcols = putfilecol(&mcolors, g->name, path, buf->st_mode); } + subcols = putfilecol(&mcolors, g->name, m->str, buf->st_mode); makes "path" be an unused parameter of clprintm. Should it be removed entirely, or is there a case in which it ought to be getting used? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com