zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: tricky.c and completion functions
Date: 14 Aug 1999 00:14:11 +0900	[thread overview]
Message-ID: <rsqd7wr90ho.fsf@crane.jaist.ac.jp> (raw)
In-Reply-To: Sven Wischnowsky's message of "Fri, 13 Aug 1999 14:16:25 +0200 (MET DST)"

In article <199908131216.OAA11188@beta.informatik.hu-berlin.de>,
  Sven Wischnowsky <wischnow@informatik.hu-berlin.de> 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


  reply	other threads:[~1999-08-13 15:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-13 12:16 Sven Wischnowsky
1999-08-13 15:14 ` Tanaka Akira [this message]
1999-08-13 15:55   ` Bart Schaefer
1999-08-13 16:07     ` Tanaka Akira
1999-08-17  8:10 Sven Wischnowsky
1999-08-17  8:20 Sven Wischnowsky

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=rsqd7wr90ho.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=zsh-workers@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).