From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11655 invoked by alias); 22 Dec 2015 11:15:46 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21096 Received: (qmail 7698 invoked from network); 22 Dec 2015 11:15:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=+Kx1V31n1WH7xx/FjSSkqCbYxTAj6xKL1KzkTXwPrPc=; b=qrvDKjvyO/9MQyZq3JhcTXwdlyQdnXkzrZyTvhg5kktevsxDYjEda3XXdAK2eSuLUP 74eGmmfFCrLY/ipaRa8Y7fr86yXYtKBgSXBAfcseQe2N9ghcMAmp4YSv5NrLVcv9qVQN uEm6uUKtlv215MyjGYNwCEeD5y0xWh6dBqt5ux+FWXm9KCiv5TMfkAeOw6uL9WTLZ+1R hrbYXIWWF+EY5QlNfzqxK/t/gqAWNUmaSQv3nhrL3TYEVIpaWazesLLLcfTniKxJFCiS bZbtNx3dNwcJP0lGrrLR3AjtUEUqISMg7Ap7y3/vEd2xdhmm4yrXB+aG8eDyEg6ByGxl BT6g== X-Received: by 10.112.204.230 with SMTP id lb6mr8611577lbc.126.1450782942988; Tue, 22 Dec 2015 03:15:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20151222105210.GA27633@linux.vnet.ibm.com> References: <20151222105210.GA27633@linux.vnet.ibm.com> From: Sebastian Gniazdowski Date: Tue, 22 Dec 2015 12:15:23 +0100 Message-ID: Subject: Re: transpose-words worked for few seconds To: vogt@linux.vnet.ibm.com, zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On 22 December 2015 at 11:52, Dominik Vogt wrote: > a b c d* > a c b*d (swapped the wrong words and screwed up cursor position) I cannot reproduce that on 5.0.8. Maybe I remember correctly and transpose-words used to work differently in past? I tried positioning cursor after d (nothing happens) and at d (c and d are swapped) Best regards, Sebastian Gniazdowski