Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: tricky.c and completion functions
- X-seq: zsh-workers 7433
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Tanaka Akira <akr@xxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: tricky.c and completion functions
- Date: Fri, 13 Aug 1999 15:55:15 +0000
- In-reply-to: <rsqd7wr90ho.fsf@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199908131216.OAA11188@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <rsqd7wr90ho.fsf@xxxxxxxxxxxxxxxxx>
On Aug 14, 12:14am, Tanaka Akira wrote:
} Subject: Re: PATCH: tricky.c and completion functions
}
} Hm.
}
} - 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) )
That (N) shouldn't be necessary -- brace expansion does not test for the
exsistence of any files, it just pastes together the strings in all the
possible combinations. Did it actually fail for you somehow?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author