Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: need help debugging cvs completion problem
- X-seq: zsh-workers 27064
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: need help debugging cvs completion problem
- Date: Sat, 27 Jun 2009 21:11:29 -0400
- In-reply-to: <m3ljndmbe8.fsf@xxxxxxxxxxxxxx> (Greg Klanderman's message of "Sat, 27 Jun 2009 20:48:15 -0400")
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <19013.18790.978774.551126@xxxxxxxxxxxxxxxxxx> <20090627212418.36848701@pws-pc> <m3ljndmbe8.fsf@xxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> writes:
>> It looks to me like that should probably be "compadd" rather than
>> "_path_files".
Of course that seems to work.. that line in _cvs_existing_entries was
changed here:
| revision 1.20
| date: 2003/07/03 11:34:57; author: pws; state: Exp; lines: +2 -2
| 19696: quoting of existing CVS-managed files was wrong
from something that looked very much like _cvs_modified_entries still
does, and I had already predicted that this function would have
quoting problems with the pattern constructed. I will make the
analogous change, with the correction to compadd, to
_cvs_modified_entries, rename the 'pat' variable which is no longer a
pattern in both functions, and submit the patch.
'19696' is a reference to a mailing list message right? How do I look
that up? I tried the 'Look up message by official number' at
http://www.zsh.org/mla/
but it doesn't get me to a message that seems relevant..
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author