From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1863 invoked by alias); 8 Dec 2015 21:28:53 -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: 37351 Received: (qmail 6082 invoked from network); 8 Dec 2015 21:28:52 -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:date:message-id:subject:from:to :cc:content-type; bh=aTAyZ2Go+Id68cV17UEmb7CDfPpVQWy90NlZvUR+WuE=; b=ZHFze8PkEsZroe2QBH5zjf1qnC6nZ4RnkaLMhRS+GQwVCtZx4Y0YqugRaSnDz4KAvM BnakdeNPrzVO/GB/mU3cruYjg7huNfoHuV6QP9JB0+ryy/emrk3ZAIzPDkrnPTIcrbdp 0k4Sy0Z+SxMfnddEL0jfCGk18/N0CFdO/1pfnhTArcTfekR+yzf6x0QrrjuUCmd1Wq33 c7vP9YqybAc/Elm2B/051h3Zibt1TN9lzw57J5NW1S76iOfxSrta9agjxI8gv0/J6yLJ YLai3bMxcMBklP7q1+MUgENyTA+HBQil2gFHLdckEaTO1HPPVwXX4uMp6nCL5k4CQNby XPuw== MIME-Version: 1.0 X-Received: by 10.55.75.216 with SMTP id y207mr2547175qka.19.1449610129287; Tue, 08 Dec 2015 13:28:49 -0800 (PST) In-Reply-To: References: Date: Tue, 8 Dec 2015 22:28:49 +0100 Message-ID: Subject: Re: zle_highlight and yank From: Mikael Magnusson To: "Yuri D'Elia" Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Tue, Dec 8, 2015 at 9:48 PM, Yuri D'Elia wrote: > Yanking text seems to ignore any setting in zle_highlight. This is > confirmed by setting zle_highlight=(none) and seeing that yank still > highlights the text in standout. > > I would have expected it to respect the paste: style. > > Or maybe it's a good idea that it doesn't, to differentiate between a > terminal paste and a regular one. But then again, I'd like a yank: style > in there. I guess it's a bug that (none) doesn't disable the paste: style, but you can explicitly put in paste: to disable it if you want, eg zle_highlight=(none paste:) -- Mikael Magnusson