From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2610 invoked by alias); 3 Aug 2012 05:32:33 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17190 Received: (qmail 4080 invoked from network); 3 Aug 2012 05:32:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=G4Z8XP2CL88JdngF4UM2SH+DJhMN4VNQqbDTctyTy3w=; b=P1FnAJBg0f1dpY9mNLVEZPrCXy8LKWMI1FVoJMzTa+pA5tDhV6H09Qo8t2lQagBaSv UXukur1Aqdqi3SbKHpt0JLcm0cJOhPWT2NYCvTTXRz5Eirf3C2UjpxSte0qLxKnYfgG0 FcMN9WyhN80yy2gocGKB+G0whhOryFk/y/jelAl+TQ0RE1QMY8Bl/BH5becWtKMEFKks Tbqf+R8greYl9RM0SXe/2Bbtjo6TOb8J/6uDcf0+Tz5TL0Frf/4oKXRCGahloFkJJd3q VcGsgam20i+afkS2f5LzzdDh5LENWuDg7d4bMdaE6H90BxhPn/E6o6IHLy3101Kb93rZ Pbsw== MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 2 Aug 2012 22:26:02 -0700 Message-ID: Subject: Re: Subversion 1.7.5 autocomplete issue From: Bart Schaefer To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl3/vVN6EK7YepJW6drDVzt+BmzkMGbD7lYWZ74vbPVRMXq9zag/DP+oHDGFHU0ySs/xsC5 On Thu, Aug 2, 2012 at 6:28 PM, Kelly Davis wrote: > > I updated to 5.0.0 by installing 5.0.0-devel using macports. I am still > getting the error shown below: > > _arguments:comparguments:303: invalid argument: [--cl]:arg: That's somewhat odd, because there is no call to comparguments on line 303 of the _arguments function in 5.0.0. Can you check you $fpath to see if there might still be an old function definition being found?