From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8978 invoked by alias); 7 Apr 2010 14:50:50 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27862 Received: (qmail 6255 invoked from network); 7 Apr 2010 14:50:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <100407075036.ZM13558@torch.brasslantern.com> Date: Wed, 07 Apr 2010 07:50:34 -0700 In-reply-to: <20100407134009.GB29592@altlinux.org> Comments: In reply to "Alexey I. Froloff" "_redirect and _x_arguments completion issue" (Apr 7, 5:40pm) References: <20100407134009.GB29592@altlinux.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: _redirect and _x_arguments completion issue MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Apr 7, 5:40pm, Alexey I. Froloff wrote: } } $ } } Nothing! I'm not understanding why this matters to the next question. } Isn't _x_arguments dead since XOrg? Could you explain that a little more? I *think* what you mean is "since XOrg released X11R7.x". I don't have access to a system with that installed; on my CentOS4 system, with XOrg 6.8, it's still working fine. Is there anything OTHER THAN the following that should be changed? Index: _x_arguments =================================================================== RCS file: /extra/cvsroot/zsh/zsh-4.0/Completion/X/Utility/_x_arguments,v retrieving revision 1.2 diff -c -r1.2 _x_arguments --- _x_arguments 27 Apr 2001 05:21:55 -0000 1.2 +++ _x_arguments 7 Apr 2010 14:48:51 -0000 @@ -1,4 +1,4 @@ -#compdef -P */X11(|R[456])/* +#compdef -P */X11(|R<4->)/* local ret long xargs opts rawret nm="$compstate[nmatches]" --