From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16784 invoked from network); 5 Aug 2003 10:04:20 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Aug 2003 10:04:20 -0000 Received: (qmail 19685 invoked by alias); 5 Aug 2003 10:04:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18927 Received: (qmail 19674 invoked from network); 5 Aug 2003 10:04:14 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 5 Aug 2003 10:04:14 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 5 Aug 2003 10:4:14 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-2.tower-36.messagelabs.com!1060078067!137118 X-StarScan-Version: 5.0.7; banners=.,-,- Received: (qmail 5544 invoked from network); 5 Aug 2003 10:07:47 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-2.tower-36.messagelabs.com with SMTP; 5 Aug 2003 10:07:47 -0000 Received: from gmcs3.local ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id h75A4C3l018180 for ; Tue, 5 Aug 2003 11:04:12 +0100 Received: from gmcs3.local (localhost [127.0.0.1]) by gmcs3.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h75A5k630859 for ; Tue, 5 Aug 2003 12:05:47 +0200 To: zsh-workers@sunsite.dk (Zsh hackers list) In-reply-to: <17592.1059995428@csr.com> From: Oliver Kiddle References: <17592.1059995428@csr.com> Subject: Re: Recent arguments problem Date: Tue, 05 Aug 2003 12:05:46 +0200 Message-ID: <30857.1060077946@gmcs3.local> Peter wrote: > Some very recent change has resulted in: > % cvs diff Src/Zle/complist > _arguments:comparguments:208: invalid option definition: (-y --side-by-side Oops, sorry about that. Index: Completion/Unix/Command/_cvs =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cvs,v retrieving revision 1.22 diff -u -r1.22 _cvs --- Completion/Unix/Command/_cvs 31 Jul 2003 15:26:14 -0000 1.22 +++ Completion/Unix/Command/_cvs 5 Aug 2003 10:01:14 -0000 @@ -238,8 +238,8 @@ "($ofwuc $oss -F --show-function-line=)"{-F+,--show-function-line=}'[show the most recent line matching regex]:regex' \ "($of $ouc $oss)--brief[output only whether files differ]" \ "($of $ouc $oss)"{-e,--ed}'[output an ed script]' \ - "($of $ouc $oss)"{-f,--forward-ed}'[output a reversed ed script]" \ - "($of $ouc $oss)"{-n,--rcs}'[RCS format diff]" \ + "($of $ouc $oss)"{-f,--forward-ed}'[output a reversed ed script]' \ + "($of $ouc $oss)"{-n,--rcs}'[RCS format diff]' \ "($of $ouc)--side-by-side[output in two columns]" \ "($of $ouc)-y[output in two columns]" \ "($ofwy $ouc -W --width)"{-W+,--width=}'[set size of line]:number of characters per line' \ ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________