From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 971 invoked by alias); 14 Aug 2015 06:56:44 -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: 36162 Received: (qmail 2126 invoked from network); 14 Aug 2015 06:35:35 -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 autolearn=failed autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=K4II6chLVxKd+j/IohYbXPNQib04TCBGOCctO6nSAW4=; b=cyWLi56aWoiYdGy5LKv+ePhV2MmOQscsyLwY/1vVaWPtr++xsjJDOJAthMC610kvf7 nRiGHlXTQ/QUbze6l8qq9ag2rwbwUI6Ah33iAgftKSLBl0w1JY8d/6f+vrKEhhVI/3SZ tLJieAvh+s78LYJoTKfjC0ZfWgRt3VXPZMiT/xd8c+pgUW3DPbRs2Qcl1+p/mnnd95sW qjVb2k+DsIN2J2ofJsANm7JF/+sql/6Xp78PNnNLmSsWOOqjNWxivTqSJWOQ6fUgSeYG C3Sv3kfkqJ/933naK8qQ2UJqM4ziZjm3u11MfNgtdI+H/BkizQDFRlD6Ij96G+qJSYwe 8Q0A== X-Gm-Message-State: ALoCoQnCevJbfD6w2vLScl9YRSKDt7WruCbI7NM7S26nQ0c8Bu9WdS7DY8jkRcm/lDBWZ0mTS8ne X-Received: by 10.202.3.66 with SMTP id 63mr34131729oid.41.1439530091856; Thu, 13 Aug 2015 22:28:11 -0700 (PDT) From: Bart Schaefer Message-Id: <150813222809.ZM29098@torch.brasslantern.com> Date: Thu, 13 Aug 2015 22:28:09 -0700 In-Reply-To: <24017.1439516323@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: PATCH: highlight pasted text" (Aug 14, 3:38am) References: <7277.1437023995@thecus.kiddle.eu> <150716131504.ZM18155@torch.brasslantern.com> <150718110859.ZM4405@torch.brasslantern.com> <19088.1437274234@thecus.kiddle.eu> <6704.1437328639@thecus.kiddle.eu> <20150808215121.GA2064@tarsus.local2> <24017.1439516323@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: PATCH: highlight pasted text MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 14, 3:38am, Oliver Kiddle wrote: } Subject: Re: PATCH: highlight pasted text } } On 8 Aug, Daniel Shahaf wrote: } > Over here I'm using zle_highlight=(paste:standout). } > } > Maybe set that by default instead? } } I don't have a strong opinion on this. I didn't want to impose anything } and it seemed an easy thing to change later. I'm not even sure I like having bracketed-paste itself enabled by default. } Standout is also used for an active region by default and this isn't the } region. Or it could be both the region and a paste, see other thread about what happens if you set the mark before pasting.