From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21942 invoked by alias); 21 Nov 2014 02:38:12 -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: 33735 Received: (qmail 24226 invoked from network); 21 Nov 2014 02:38:10 -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 X-Authority-Analysis: v=2.1 cv=HYUtEE08 c=1 sm=1 tr=0 a=YhZw36oYmrLTwwlLtG7JMA==:117 a=YhZw36oYmrLTwwlLtG7JMA==:17 a=G8GL833Es-AA:10 a=IkcTkHD0fZMA:10 a=IrPQZ5Dc6PqCGIZJ75gA:9 a=QEXdDO2ut3YA:10 Message-id: <546EA58F.7010101@eastlink.ca> Date: Thu, 20 Nov 2014 18:38:07 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-version: 1.0 To: zsh-workers@zsh.org Subject: Re: PATCH: key bindings, fixes, docs, tests for vi stuff References: <930.1416260160@thecus.kiddle.eu> <42F4E5F2-97E7-4803-87CB-B1C67CD943B2@kba.biglobe.ne.jp> <15511.1416528068@thecus.kiddle.eu> <546E9224.7090709@eastlink.ca> In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit On 11/20/2014 06:20 PM, Mikael Magnusson wrote: > 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). Thanks for the tip. I trust these files are rebuilt at some point? Anyway, I deleted all of them and: pts/13 HP-y5--5-Debian1 root /aMisc/Ray1 $ git pull zsh-5.0.7-86-ga3cc409 Already up-to-date. pts/13 HP-y5--5-Debian1 root /aMisc/Ray1 $ make -s zsh-5.0.7-86-ga3cc409 `stamp-modobjs' is up to date. pts/13 HP-y5--5-Debian1 root /aMisc/Ray1 $ Src/zsh zsh-5.0.7-86-ga3cc409 6: text.c:865: unknown word code in gettext2() 1: text.c:865: unknown word code in gettext2() 7: text.c:865: unknown word code in gettext2() 8: text.c:865: unknown word code in gettext2() ... and when I try the same completion as above, the errors are just the same.