From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7485 invoked from network); 13 Aug 1999 15:15:18 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Aug 1999 15:15:18 -0000 Received: (qmail 20974 invoked by alias); 13 Aug 1999 15:14:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7431 Received: (qmail 20954 invoked from network); 13 Aug 1999 15:14:28 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: tricky.c and completion functions References: <199908131216.OAA11188@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 14 Aug 1999 00:14:11 +0900 In-Reply-To: Sven Wischnowsky's message of "Fri, 13 Aug 1999 14:16:25 +0200 (MET DST)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <199908131216.OAA11188@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > diff -u -r oc/User/_colors Completion/User/_colors > --- oc/User/_colors Fri Aug 13 09:20:59 1999 > +++ Completion/User/_colors Fri Aug 13 13:53:39 1999 > + file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt ) Hm. Index: Completion/User/_colors =================================================================== RCS file: /projects/zsh/zsh/Completion/User/_colors,v retrieving revision 1.1.1.3 diff -u -F^( -r1.1.1.3 _colors --- _colors 1999/08/13 12:34:21 1.1.1.3 +++ _colors 1999/08/13 15:08:23 @@ -5,7 +5,7 @@ # Cache of color names doesn't exist yet, create it. - file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt ) + file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt(N) ) if (( $#file )); then _color_cache=( "${(@)${(@f)$(< $file[1])}[2,-1]##* }" ) -- Tanaka Akira