zsh-users
 help / color / mirror / code / Atom feed
From: Matthew Lovell <lovell@fc.hp.com>
To: Zsh Users List <zsh-users@sunsite.auc.dk>
Subject: ever-expanding ZLS_COLORS
Date: Fri, 16 Jun 2000 09:40:52 -0600 (MDT)	[thread overview]
Message-ID: <14666.19076.319407.545919@hatchet.fc.hp.com> (raw)

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


             reply	other threads:[~2000-06-16 15:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-16 15:40 Matthew Lovell [this message]
2000-06-16 16:39 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14666.19076.319407.545919@hatchet.fc.hp.com \
    --to=lovell@fc.hp.com \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).