From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7010 invoked by alias); 21 Nov 2014 02:20:32 -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: 33734 Received: (qmail 17200 invoked from network); 21 Nov 2014 02:20:29 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YnG2SQLztDeLOXuTp+lVxeM/ALz0tcJrC1NCLic/o/g=; b=Vi/WlCj/8OsFwXUEDO5g+TPIIDwj4HWh89KB3jTn/blPqifesF4zPQYDA2gzHENdDY 7IjpWR+9UUdrGEGCWXCRbIdjxm7LiqMEbPjAsyK5a/ZciXgbj/Hjpwh1cIdI6bX35A0z VcbG9cuQ7Ad+ehI6wFkA+ZmHWWF8mzGeEyiAxIohY88qHJHNZZWeEcrB1PJ0HCRSweXO /ubqis02UwUcRX/+fNmAnlyos2cMlzzGJnQ+pa/T23ZVA4pZuqmNOk8ml5WrwW2iOUm9 ql35mPTG8IYr5QT9AaKW0SlwTWOxP+3ap64nq7baAJ3SbXb6KfmNDWDvFsy9wkE2UhAU YmiQ== MIME-Version: 1.0 X-Received: by 10.43.158.197 with SMTP id lv5mr295253icc.88.1416536423055; Thu, 20 Nov 2014 18:20:23 -0800 (PST) In-Reply-To: <546E9224.7090709@eastlink.ca> References: <930.1416260160@thecus.kiddle.eu> <42F4E5F2-97E7-4803-87CB-B1C67CD943B2@kba.biglobe.ne.jp> <15511.1416528068@thecus.kiddle.eu> <546E9224.7090709@eastlink.ca> Date: Fri, 21 Nov 2014 03:20:22 +0100 Message-ID: Subject: Re: PATCH: key bindings, fixes, docs, tests for vi stuff From: Mikael Magnusson To: Ray Andrews Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Fri, Nov 21, 2014 at 2:15 AM, Ray Andrews wrote: > pts/11 HP-y5--5-Debian1 root /aMisc/Ray1 $ l Etc/FA1: > > text.c:865: unknown word code in gettext2() > 82: text.c:865: unknown word code in gettext2() > 178: text.c:865: unknown word code in gettext2() > 178: text.c:865: unknown word code in gettext2() > 1: text.c:865: unknown word code in gettext2() > 117: text.c:865: unknown word code in gettext2() > 38: text.c:865: unknown word code in gettext2() > 40: text.c:865: unknown word code in gettext2() > 1: text.c:865: unknown word code in gettext2() > 15: text.c:865: unknown word code in gettext2() > 115: text.c:865: unknown word code in gettext2() > 118: text.c:865: unknown word code in gettext2() > 18: text.c:865: unknown word code in gettext2() > 121: text.c:865: unknown word code in gettext2() > 17: text.c:865: unknown word code in gettext2() > 864: text.c:865: unknown word code in gettext2() > Q.yo > zsh-5.0.7-86-ga3cc409 > > That popped up as I was trying to complete '/Etc/FAQ.yo' If you use dev versions of zsh, you will sometimes need to manually purge your .zwc files as they're not compatible across some code changes. We bump the version on release and avoid loading them in that case, but when running code from git there is no way to detect this currently. (I suppose we could stick the patchlevel in there, but that would invalidate the wordcode needlessly often). -- Mikael Magnusson