From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19289 invoked by alias); 21 Nov 2014 06:23:34 -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: 33737 Received: (qmail 4495 invoked from network); 21 Nov 2014 06:23:24 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=MJ3XQ3dg c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=5y4faFyK3SkA:10 a=23gbbZLrYLqFq4clJvgA:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <141120222353.ZM10495@torch.brasslantern.com> Date: Thu, 20 Nov 2014 22:23:53 -0800 In-reply-to: <546EA58F.7010101@eastlink.ca> Comments: In reply to Ray Andrews "Re: PATCH: key bindings, fixes, docs, tests for vi stuff" (Nov 20, 6:38pm) References: <930.1416260160@thecus.kiddle.eu> <42F4E5F2-97E7-4803-87CB-B1C67CD943B2@kba.biglobe.ne.jp> <15511.1416528068@thecus.kiddle.eu> <546E9224.7090709@eastlink.ca> <546EA58F.7010101@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: PATCH: key bindings, fixes, docs, tests for vi stuff MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 20, 6:38pm, Ray Andrews wrote: } Subject: Re: PATCH: key bindings, fixes, docs, tests for vi stuff Please don't hijack threads by hitting "reply" and then starting a whole new conversation. If you have a new topic, start a new message. Thanks. } 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. } } Thanks for the tip. I trust these files are rebuilt at some point? There's nothing that automatically rebuilds .zwc files in the regular zsh distribution or "make" process. If you have .zwc files in your $fpath, either you zcompile'd them, or they were zcompile'd for the zsh package installed with your OS package manager (which seems not very likely). } Anyway, I deleted all of them and: Where were they before you deleted them? } 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() This is a bit suspicious because gettext2() is only called when turning a wordcode program back into readable text; for example, when calling a DEBUG trap or preexec.