From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23781 invoked by alias); 24 Jul 2015 23: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: 35894 Received: (qmail 12986 invoked from network); 24 Jul 2015 23: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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham 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=UOD2spWM5ArewlhLUYkc6Wrq4rCKEmG7dwxAHptHp3k=; b=acG5ULnBXWE9+dGPmX7DPXogFUj114/p9Y/DvZNlefZj6uh3XfB1uymyr0I6jOSJw6 EVMF929JSUjBT/z4+DKORLLVJ6EsBRAPBiPhxYewvvDZh59hQ5UTw4kIidTFATXmRAql VDQosuwNZL4kZM2mwonLTmpKephUtU+JAJqx3SZ33WaTUlGHqyYJggWbdNzPfZPMjxMI 47CjA2SI7MFaIhEZyl5AnT9unbQSqaCdxcA9ci8LGHNVdsu/fTh6aWfHJ35u9S4LwlDC BQkpiNxOqXtdMhiAK82iYs2HWegcgFWTI2qV2Cu9dGeVn0tZhSExkl6Yq0BAAJRneAHI t12Q== X-Gm-Message-State: ALoCoQko3XGpXvn/ZuWvSdTvvdZhdsQHs4GBi8Z73SpQE/+DUN8EW7ja2bSrypiElrVV3vAvhvJ3 X-Received: by 10.202.58.215 with SMTP id h206mr16506916oia.23.1437779640922; Fri, 24 Jul 2015 16:14:00 -0700 (PDT) From: Bart Schaefer Message-Id: <150724161357.ZM20924@torch.brasslantern.com> Date: Fri, 24 Jul 2015 16:13:57 -0700 In-Reply-To: <10400.1437776520@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: PATCH: highlight pasted text" (Jul 25, 12:22am) References: <7277.1437023995@thecus.kiddle.eu> <150716131504.ZM18155@torch.brasslantern.com> <150718110859.ZM4405@torch.brasslantern.com> <19088.1437274234@thecus.kiddle.eu> <485.1437632598@thecus.kiddle.eu> <150723220642.ZM18235@torch.brasslantern.com> <150723222152.ZM18547@torch.brasslantern.com> <10400.1437776520@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 Jul 25, 12:22am, Oliver Kiddle wrote: } Subject: Re: PATCH: highlight pasted text } } Bart wrote: } > } } > } zle yank } > } zle -R } > } zle read-command && zle $REPLY } } That might want a split-undo in the middle there. Before or after read-command? Upon further thought, it might actually be preferable to do zle -U "$KEYS" instead of "zle $REPLY".