From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12732 invoked by alias); 31 Oct 2014 13:03:22 -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: 33584 Received: (qmail 19924 invoked from network); 31 Oct 2014 13:03:17 -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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1414760183; bh=IN9WEc2QQ4NVxZHmaIwppPc6vCoit9mqACq2EJiofek=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=cmGGdhZyWkZSC0mX7VHBX6dGi7bc/BZlRjsJliD/Z7+5TjB+HjZihR8jjSynFM63BaINCbyTiGVm9Qgvi+98JPzhIc0Qr902xmH6lx0o1JSGE3lDrJ/j8a+v4t63y8e3aOWZFRVFR1FsE1XqWfrWM/Ezn7vhqAoEsSaGZScAB1LdH/yxK+Yaq9wfzV9fRtzsBactr6Y3X1YoqjdZYJylSF6LLAhVmwaaHYf8dOu9UR1ltjVt3stWcQPWMdR0Vb7arpJPwp4UxtPVAZfUKhQ0GL5+i9Pml6Mfh2ct3eUJ1KbPO7OdpuC7p3FzIT5PpwLh3D95fyk83k1qSS3MTRXKDg== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.co.uk; b=h0cwbd5VEq4vRbWCPoXsiV0hSg19nnN1gYjbEpkdFEaiuqOfCcAs9EcQJzVXgpVzHrPaH+vHw1KE6H67mph+YUrKKWciq0nIHVRdWOm6dAIfxL/fm5dYuUPGmZCSnVxdlsfZGpbqsYLjzTyJZOM2+zuabLSduwK5ygbsQJEPr5BGcwqDJx1nIF9GebqyDhNbHm9jIRYaR4w33uxR2qJzHmKqEA+yjnNcPUCruhcRFZYWH2JAYXhHkrhjlSVdQ5KL0L8LS3ECrJTJ/iu0+zz4rvhLXI5+RT8dBs128xJn8VTtXy74G7rURZr8Ox2G+YZIakK4q7TvizIDOF9Xgu+5Jg==; X-Yahoo-Newman-Id: 69783.88969.bm@smtp127.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: _V43ZU4VM1k3hkzQjSo83Zl6ZJe9pACvID.ZwtHTIDfahZg alWbhwOTR0mFTrn6jcYKGR1J3DzohZFaiJQGLA_h50tDFth67sC3WQaHa1Kg 3ofEwuXw1k7kjS_8yQW9xjCvVZOkptTmb89J8zkQuUIC4o1iZHCDUHSe6EMc 5PAsZVC8CCl1wk0rMfHJozqmEY0VHxm_yvU7y3Ed6gwBiopQop86TppDrZmf eLsxEC0Da49PiEedyH2Y1VFElZuz_DkvRgMQI1REdOXBGjCsMqVNzwrlOEDx mPqNGR2XRAB2DrkVgJvL.ANfm8U9Q59dV7RjGPpgkwIAAgQ9PAoiukD62WDb Zii7RHo0R1JNs_P6JizuXWKSQkqKsm3hufjeM0UmmvqyUBUFuVamIhhKXVS4 4nCWKVdvI3ZspSCFppCaVcYbPm1naTcEJnfU8GNL4WodZJNEqi8zMlir3KT_ JjKOkQVN7srPHNPofeQEUeQTTX4nNNoSCETlhc2jhGl18WMGrUMgLRTWCLH_ swVYHtrFiGi90AOF8voPmRePqVAz.CA-- X-Yahoo-SMTP: opAkk_CswBAce_kJ3nIPlH80cJI- In-reply-to: <141030175304.ZM29972@torch.brasslantern.com> From: Oliver Kiddle References: <141030175304.ZM29972@torch.brasslantern.com> To: Zsh workers Subject: Re: Test failures on MacOS with latest pull from git MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <24711.1414760181.1@thecus.kiddle.eu> Date: Fri, 31 Oct 2014 13:56:21 +0100 Message-ID: <24712.1414760181@thecus.kiddle.eu> Bart wrote: > } > } *** 1,2 **** > } ! BUFFER: SwordE > } ! CURSOR: 4 > } --- 1,2 ---- > } ! BUFFER: SeE > } ! CURSOR: 1 I can't work out what could be happening here. I don't have access to a MacOS box. Could you perhaps step through it slowly to get an idea if the problem is vi-put-before or yank-pop. The steps are: zsh -f bindkey -v bindkey -a "^P" yank-pop wordlineddiSEP The paste should put "line" above the current line and the yank-pop should remove that line and insert "word" with the cursor over the d. > Same test fails in a slightly different way on my CentOS box: Actually that's a different test. Almost the same but doing hp instead of P. In this case, I made a mistake and didn't copy the latest test script over. Sorry, I've checked in the correction. Thanks Oliver