Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: cvs completion does not support partial path completion
- X-seq: zsh-workers 14223
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: Re: cvs completion does not support partial path completion
- Date: Fri, 4 May 2001 16:26:14 +0000
- In-reply-to: <1010504051600.ZM18512@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200104300817.KAA02260@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <1010430165626.ZM4866@xxxxxxxxxxxxxxxxxxxxxxx> <hvoy9shpfwg.fsf@xxxxxxxxxxxxxx> <1010504051600.ZM18512@xxxxxxxxxxxxxxxxxxxxxxx>
On May 4, 5:16am, Bart Schaefer wrote:
} Subject: PATCH: Re: cvs completion does not support partial path completio
}
} The rest of the hunks remove explanation strings from calls to
} _arguments or _alternative in cases where the called action-function
} will eventually supply a more accurate one. This prevents messages
} that say e.g. "No matches for `file' or `removed file'" when in fact
} only `removed file' was really attempted. Are there other side-effects
} of this that I've missed?
Yes, there were. `*::_cvs_files' is interpreted as `*::_cvs_files: '
which of course will never do. Is there _any_ way to specify an empty
message with the `*:...' form of _arguments spec?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author