From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3144 invoked by alias); 26 Oct 2016 03:28:11 -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: 22029 Received: (qmail 344 invoked from network); 26 Oct 2016 03:28:11 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf0-f47.google.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(209.85.215.47):SA:0(1.1/5.0):. Processed in 0.336451 secs); 26 Oct 2016 03:28:11 -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=1.1 required=5.0 tests=DATE_IN_PAST_06_12, FREEMAIL_FROM,SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: lolilolicon@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.215.47 as permitted sender) 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 :cc; bh=K65YrEQZ/SOld9XQ12rNYlbxlrWJWW1gaEzJ9pKFxXE=; b=uA3gpgyXC66GsGcFZQfQctz8CvMvUYfoL0AXCRn7hohsv15FULTAWqu+cdUOjoJNjO fuXp+Rgo+EXhkHcXXI/xcQZtAqIw/kKWF3it08X4x5eYQU/lgxqTgIuVuH+zKIFHu+Fc dFtDyuBtwIM9ogZdAVHWs81cP22VVJx6fsw/PHugkdCVVfsMXHNcEJks56lwGRYND3VU SKLsZ1XGj1F8fVa2dt74oXeXnYgaiGNRj6UUhXpZC8Zaes1Ku4fag3YUYM5gogHTBFa5 0Hk5i9D19PR+rPW6H7zQq69+K43NmxYj0sS7XkqLuIxpXNgTH4t130ncjhKkxKUrlZdg T4Gw== 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:from:date :message-id:subject:to:cc; bh=K65YrEQZ/SOld9XQ12rNYlbxlrWJWW1gaEzJ9pKFxXE=; b=M7J07qlto3djS0lPlElrCumohznibe+1ydE6ARxC8UKgzvWW+ww/WJYaMur5o0Dxnb 9eMHMEeEmoYS7NJWo7xzrbTzVEM2SbvXBdMbqXE9ljuqsB+RGPiO+qMR5NDuk3ZFX+nY ewOvWXROcTB94B3q3kOAFzJECXQ7hVky35QQnTmn9Q3njVEPcqlMhpuDTFKbeB5scjOC //2kicbwzswmZTs1VEfFwkUDZatjCJ7Udd79xPY50ySitTKDFhxO/Ox8z3nyC9m3bR+P z8XLrRlrpe/YTJWFPTt51DIOLlbUcKt6ZxMwvG/LfBoJtXga2EXIMYYI22fu4Ph4UoQI LZ8A== X-Gm-Message-State: ABUngve1sNwJxBnFV5dXqm4mthednQVvUMxnOohhmD5//dmlACfbC1ZujpJoh0EFfOeV7Z4+iRw1/YS/Gq3oJA== X-Received: by 10.25.40.74 with SMTP id o71mr11423116lfo.183.1477412922332; Tue, 25 Oct 2016 09:28:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <161025091249.ZM7232@torch.brasslantern.com> References: <161025091249.ZM7232@torch.brasslantern.com> From: lolilolicon Date: Wed, 26 Oct 2016 00:28:41 +0800 Message-ID: Subject: Re: Shift-Insert overwrites ZLE CUTBUFFER To: Bart Schaefer Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On Wed, Oct 26, 2016 at 12:12 AM, Bart Schaefer wrote: > On Oct 25, 8:46pm, lolilolicon wrote: > } > } I use Shift-Insert to paste the X PRIMARY selection in terminal. > } But when I use Shift-Insert, the ZLE CUTBUFFER is also overwritten. > } Is there a way to disable this? > > This is a side-effect of the "bracketed paste mode" feature that was > added about a year ago. Oh yes bracketed-paste, that is a good feature. > > The previous contents of the cutbuffer are pushed onto the kill ring, > so you can retrieve it by following <^Y> with <\M-y> (or ). Thank you for the tip! > > There's currently no easy way to change the cutbuffer behavior without > disabling the rest of the bracketed-paste behavior. That's a shame. Is it technically difficult to do? Would there be an issue if zsh just popped the killring automatically?