From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20850 invoked by alias); 9 Dec 2015 05:30:23 -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: 37356 Received: (qmail 12395 invoked from network); 9 Dec 2015 05:30:21 -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,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yPsURxIzTBLmn2HY3t+fgfaExRbtvNuaNICJZl1XXbQ=; b=vzsMleu2NWmal4mgua/i85+VI8W4NbWABB/xqUXloqr5HA/VzSDPhtEp37H6S2n7Lr JR+TdVRMqaVYX4ur83/FgslGlcfCAZIEJApnIuk9ooGLpwqHsy1GpX/HMNQZT+CvlLOg 4mlev93SRlL2ByCcxIAtacHmKhzMm4loBdUkvDpI2q6ofKLQFLk1uGbORKeOl28OYU9u EtVvK8tdfNz8FkS0+rkRy/BTZPHdvCJUv6z1culUnQrJ3B7M3U1E2UFTfbnOFgU+Rx3R SmmJpNAVAAJ0Uba/cug1U1Qf3reGJfBRndLK7pEHwBRq+Hn7WKMrkodgTXC5YZzGuMf7 ilQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=yPsURxIzTBLmn2HY3t+fgfaExRbtvNuaNICJZl1XXbQ=; b=RP24XIMHNA7SvL4TOSNrx5G52AeDPnlqcgfaRycqAulKUyiGZQPidRfmqciqOq6FDO D0PADgliiGYKsiMe+iF0VFsAqAJI4YC8s451ZdBquFbBBDxg50T0QTz6dDhSxJ8pZSZj ow7eI20kX3nj5m7Z45Hgxj0Ed1h1D7ezQz3t42r19HZqT0lHvTAC0od5xgvNY3yEYofO D9t8jwakj/NqvC4kWDsJpdTwI/3Y0egixfh0/Zh+KaD3DOsGHhxrIy9an3LrTKXV01Qy 957mrOWjYHOu41RIgENc6ZvdMQxdCxAE0OYc0rE3fhwbip9vh5B/I58vdppi2U+1IBRT +MWw== X-Gm-Message-State: ALoCoQkyd8Cfo066V92WHOyBK/5dKBsiBmd3zcuVNFZdsOr+SvUvQY/fjNHs0epjZNPWBa9XrA0Zvt9eak7X2c+oehLekOhWSg== MIME-Version: 1.0 X-Received: by 10.194.9.7 with SMTP id v7mr3496050wja.25.1449639017888; Tue, 08 Dec 2015 21:30:17 -0800 (PST) In-Reply-To: <20151209021629.GA26831@zira.vinc17.org> References: <20151209021629.GA26831@zira.vinc17.org> Date: Tue, 8 Dec 2015 21:30:17 -0800 Message-ID: Subject: Re: buggy paste highlight with backward-extend-paste From: Bart Schaefer To: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On Tue, Dec 8, 2015 at 6:16 PM, Vincent Lefevre wrote: > > zstyle :bracketed-paste-magic paste-init backward-extend-paste > > % echo foo > > with the cursor just after "foo", and paste "a", then the whole > "fooa" gets highlighted instead of just "a". That's intentional, not a bug. The paste was extended backward.