From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23525 invoked by alias); 3 Nov 2016 01:54:54 -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: 39812 Received: (qmail 7706 invoked from network); 3 Nov 2016 01:54:54 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.26):SA:0(0.0/5.0):. Processed in 0.406797 secs); 03 Nov 2016 01:54:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Kv7EmKJsMJWE3bX ka9/53FcYA6w=; b=zazWBEY2CLBxAE/QcuNX6ixEaEdDmqLqdazwOLbFCQKwG1i WptxM9Zjz52IeqXftIgFFzstllbUyjd+3UK6CwLRDRXbMR0wb1di4n9TInNc/xYf NDoSUIRblMzcbhSulDu46pb9y88EEbgaFxstUiEPPm7f1cdehz+ouOdXVeZI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Kv7EmKJsMJWE3b Xka9/53FcYA6w=; b=HqGc/OnFauZ6P6xEVO17qE/8ymhBfmNtobY/r9LMK4D4GC 1VyAWswMYjmhMsnbvLvwZKo07fFJpyJoDa3djOvras9XxFz3DIMt5C0XilGxvaDJ jASM6NhpqG8G+hCd99EQfnM8l7ZfDAkC786HhNu0V39DDjW9V+3Sq4oe+NvRM= X-ME-Sender: X-Sasl-enc: m73wOjCRFnddrOqO2ordicclkwVoSPsunPtSrx1UOknW 1478138086 Date: Thu, 3 Nov 2016 01:54:44 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: Bug in ZSH's vi emulation Message-ID: <20161103015444.GA11747@fujitsu.shahaf.local2> References: <20161005080921.GB26647@raspi> <161005101938.ZM12590@torch.brasslantern.com> <20161102045925.GA6763@fujitsu.shahaf.local2> <11719.1478105483@hydra.kiddle.eu> <161102161926.ZM1061@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <161102161926.ZM1061@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Wed, Nov 02, 2016 at 16:19:26 -0700: > On Nov 2, 5:51pm, Oliver Kiddle wrote: > } > } checking virangeflag at the top of virepeatchange will do the job. > > Regardless of what else eventually happens, this seems like a wise idea. > In this case, and given Oliver's comments, I'll table the idea from 39806 to reset vichgbufptr: I only intended that as a stopgap to plug the infinite loop.