From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13872 invoked by alias); 9 Dec 2015 09:14:03 -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: 37358 Received: (qmail 15988 invoked from network); 9 Dec 2015 09:14:02 -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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_PCNT autolearn=no autolearn_force=no version=3.4.0 Date: Wed, 9 Dec 2015 10:13:57 +0100 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: Re: buggy paste highlight with backward-extend-paste Message-ID: <20151209091357.GA15654@zira.vinc17.org> Mail-Followup-To: zsh-workers@zsh.org References: <20151209021629.GA26831@zira.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Mailer-Info: https://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.24-6537-vl-r83103 (2015-12-07) On 2015-12-08 21:30:17 -0800, Bart Schaefer wrote: > 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. But I don't want to extend the paste backward! Note that I have the zstyle above just to make the paste correct in the following case: # Helper/example paste-init for exposing a word prefix inside PASTED. # Useful with url-quote-magic if you have http://... on the line and # are pasting additional text on the end of the URL. # # Usage: # zstyle :bracketed-paste-magic paste-init backward-extend-paste But affected the highlight is not expected. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)