From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17383 invoked from network); 19 Aug 1999 07:16:36 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Aug 1999 07:16:36 -0000 Received: (qmail 17566 invoked by alias); 19 Aug 1999 07:16:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7445 Received: (qmail 17559 invoked from network); 19 Aug 1999 07:16:21 -0000 Date: Thu, 19 Aug 1999 09:16:05 +0200 (MET DST) Message-Id: <199908190716.JAA17458@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk CC: Brian Harvell In-reply-to: Brian Harvell's message of Wed, 18 Aug 1999 22:51:33 -0400 (EDT) Subject: Re: BUG Brian Harvell wrote: > When I hit tab I see the following in 3.1.6. This does not happen with 3.1.5 > > TT_DB/ $<2> $<2>dev/ $<2> $<2>floppy/ $<2> $<2>lost+found/$<2> $<2>opt/ $<2> $<2>tmp/ $<2> $<2> $<2> > WS.tar $<2> $<2>devices/ $<2> $<2>foo/ $<2> $<2>mail/ $<2> $<2>platform/ $<2> $<2>usr/ $<2> $<2> $<2> > bin@ $<2> $<2>e/ $<2> $<2>home/ $<2> $<2>mnt/ $<2> $<2>prefs $<2> $<2>var/ $<2> $<2> $<2> > cdrom/ $<2> $<2>etc/ $<2> $<2>kernel/ $<2> $<2>net/ $<2> $<2>proc/ $<2> $<2>vol/ $<2> $<2> $<2> > data/ $<2> $<2>export/ $<2> $<2>lib@ $<2> $<2>ogp@ $<2> $<2>sbin/ $<2> $<2>xfn/ $<2> $<2> $<2> Some more information would have been nice... I guess you are using the complist module (probably statically linked in?). Then the `$<2>' strings would either come from the value of ZLS_COLORS or ZLS_COLOURS if one of them is set, or -- more probably, as I think you don't have them set -- it would come zsh's attempt to find out the terminal code for end-of-standout-mode. Of course, I don't get it, so all this is guessing. Could you tell us what `print -P "%s"' gives you? If it gives you `$<2>' then it is indeed that zsh thinks that this is the terminal code mentioned above. If you get something different and you don't have any of those parameters set, it must be something else -- and I don't know what. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de