Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _make complete filenames as a last resort.
- X-seq: zsh-workers 6511
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: _make complete filenames as a last resort.
- Date: 08 Jun 1999 03:23:12 +0900
- In-reply-to: "Bart Schaefer"'s message of "Mon, 7 Jun 1999 06:43:50 +0000"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <rsqzp2crf6a.fsf@xxxxxxxxxxxxxxxxx> <990607064350.ZM18009@xxxxxxxxxxxxxxxxxxxxxxx>
In article <990607064350.ZM18009@xxxxxxxxxxxxxxxxxxxxxxx>,
"Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Hmm; if targets for makefiles contain anything other than alphanumerics,
> _make doesn't generate proper completion candidates.
No. /^[a-zA-Z0-9][^\/ ]+:/ matches any filename beginning with
alphanumerics.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author