zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Small changes to _cvs & _perl
@ 2002-02-04  6:20 Felix Rosencrantz
  2002-02-04  8:45 ` Sven Wischnowsky
  0 siblings, 1 reply; 3+ messages in thread
From: Felix Rosencrantz @ 2002-02-04  6:20 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

This patch fixes the "_cvs/arguments/-A" problem on the _cvs side reported in
zsh-workers:16376.  There is a minor fix for "cvs log -R" which is not
"recursive".

Also, I've made a change to _perl to complete the arguments for a perl script
with _normal.

-FR


__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

[-- Attachment #2: Patch_CVS_PERL.txt --]
[-- Type: text/plain, Size: 939 bytes --]

Index: zsh/Completion/Unix/Command/_cvs
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cvs,v
retrieving revision 1.9
diff -r1.9 _cvs
152d151
<     '-A[reset sticky tags, dates and -k]' \
153a153
>     '-A[reset sticky tags, dates and -k]' \
401,402c401,402
<     '(-R)-l[don'\''t recursive]' \
<     '(-l)-R[recursive]' \
---
>     '-l[don'\''t recurse]' \
>     '-R[Print the name of RCS file in the repository]' \
544d543
<     '-A[reset sticky tags, dates and -k]' \
545a545
>     '-A[reset sticky tags, dates and -k]' \
Index: zsh/Completion/Unix/Command/_perl
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_perl,v
retrieving revision 1.3
diff -r1.3 _perl
34c34,35
<     '*:Perl script:_files -/ -g \*.p\[ml\]'
---
>     '1:Perl script:_files -/ -g \*.p\[ml\]' \
>     '*::args: _normal' 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: Small changes to _cvs & _perl
  2002-02-04  6:20 PATCH: Small changes to _cvs & _perl Felix Rosencrantz
@ 2002-02-04  8:45 ` Sven Wischnowsky
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Wischnowsky @ 2002-02-04  8:45 UTC (permalink / raw)
  To: zsh-workers


Felix Rosencrantz wrote:

> This patch fixes the "_cvs/arguments/-A" problem on the _cvs side reported in
> zsh-workers:16376.  There is a minor fix for "cvs log -R" which is not
> "recursive".
> 
> Also, I've made a change to _perl to complete the arguments for a perl script
> with _normal.

Did you have any ideas about a marker argument that could separate
options from specs?  I could only think about about an empty string,
but that's not nice, so I didn't change it.

Bye
  Sven

-- 
Sven Wischnowsky                           wischnow@berkom.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: Small changes to _cvs & _perl
@ 2002-02-04 15:35 Felix Rosencrantz
  0 siblings, 0 replies; 3+ messages in thread
From: Felix Rosencrantz @ 2002-02-04 15:35 UTC (permalink / raw)
  To: zsh-workers

Sven Wischnowsky wrote:
>Did you have any ideas about a marker argument that could separate
>options from specs?  I could only think about about an empty string,
>but that's not nice, so I didn't change it.

I sort of like triple-dash "---", since it's similar to "--".

If there is a clean up release, we could use "--".

-FR.

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-02-04 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-04  6:20 PATCH: Small changes to _cvs & _perl Felix Rosencrantz
2002-02-04  8:45 ` Sven Wischnowsky
2002-02-04 15:35 Felix Rosencrantz

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).