From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18984 invoked by alias); 26 Jun 2015 21:52:51 -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: 20277 Received: (qmail 11701 invoked from network); 26 Jun 2015 21:52:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=3AS6nHQLB4l3+nzuUEqGgaWbORzwKTLiLYqqWC8NB70=; b=QMpftvCBM0spSxLpDM7V/nG2+bdyeuWBVpFp3xIOOGZO2xlrPVkTPPpwUef/QyzNlW UCp+SiuT2Kw9LIdNliXVkYVDCBf23JTH/SpBk9aaqMNLpnrK1gmP9agdzp9aGNcw2jD+ JgpVobFmPl7OObttLHIO/DZ4TI+FHvMx8tw6DmucMVeZIo6NLZYuuXBkHnrsUQI/S64G wUyryqNsJFAKiE1J8f1ltxDmtJ/TbQZwSI09lCsAcrDSP2QbMv8FuFJ9RYZqJGUEJ7o9 nIy9q8vjvpwBA5JSiSLZmkwX2guETTnuj5xuo8Tcww6OwtqetrOwTUfkvFW7/F/d+A2J H/fg== X-Gm-Message-State: ALoCoQk1pGiXilt/VrYbEa85335D7lx9o+EDUw4LWbAb78y+0SVgmctpHq8FQ4XIKTSnEIgMZUYc X-Received: by 10.60.228.67 with SMTP id sg3mr3533800oec.32.1435355568660; Fri, 26 Jun 2015 14:52:48 -0700 (PDT) From: Bart Schaefer Message-Id: <150626145238.ZM21872@torch.brasslantern.com> Date: Fri, 26 Jun 2015 14:52:38 -0700 In-Reply-To: Comments: In reply to Thorsten Kampe "Re: Tab completion error after upgrade" (Jun 26, 10:35pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Thorsten Kampe , zsh-users@zsh.org Subject: Re: Tab completion error after upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 26, 10:35pm, Thorsten Kampe wrote: } } > Just to be sure, have you re-run compinit ? } } `autoload -U compinit; compinit -C ` is run from my .zshrc. I also } deleted .zcompdump and .zcompdump.zwc. If you have .zwc files, you may need to delete and rebuild those as well. There was some effort made to improve the algorithm that compares the .zwc file version to the zsh version, but it still may sometimes load a compiled function from an older shell. In particular there are no parens on line 143 of _main_complete, which makes the error suspicious.