From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7225 invoked from network); 16 Jun 2000 15:41:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Jun 2000 15:41:43 -0000 Received: (qmail 18797 invoked by alias); 16 Jun 2000 15:41:07 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3171 Received: (qmail 18789 invoked from network); 16 Jun 2000 15:41:07 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14666.19076.319407.545919@hatchet.fc.hp.com> Date: Fri, 16 Jun 2000 09:40:52 -0600 (MDT) From: Matthew Lovell To: Zsh Users List Subject: ever-expanding ZLS_COLORS X-Mailer: VM 6.75 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Sender: lovell@hatchet.fc.hp.com Hi, I got the following style command from this list a little while ago. It was given as an example of colored completion. zstyle ':completion:*:zsh-options' \ list-colors '=csh*=31:=*hist*=32:=list*=34:=*glob*=35' Now, everytime I attempt a completion which uses zsh-options, it seems ZLS_COLORS just continues to grow: No completion: di=33 After first completion: (zsh-options)=csh*=31:=*hist*=32:=list*=34:=*glob*=35:(zsh-options)\ =csh*=31:=*hist*=32:=list*=34:=*glob*=35:di=33 After second completion: (zsh-options)=csh*=31:=*hist*=32:=list*=34:=*glob*=35:(zsh-options)\ =csh*=31:=*hist*=32:=list*=34:=*glob*=35:(zsh-options)=csh*=31:=*hist*=32:\ =list*=34:=*glob*=35:di=33 Eventually, ZLS_COLORS grows too long for whatever processing is done (I think awk ends up complaining). Is there something I can do to prevent this behavior? Thanks, Matt -- Matthew Lovell HP Technical Solutions Lab mailto:lovell@fc.hp.com