Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
copy-prev-* and the region
- X-seq: zsh-workers 37571
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: copy-prev-* and the region
- Date: Mon, 11 Jan 2016 23:39:07 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:to:subject:mime-version:content-type; bh=oLpPpCfKcgnJL2CnfYnT27dF+2uAZsUvpIqgRTcHgdY=; b=N7SlUHU/a6kKgLsIjmWJQiwWldaU1VDD2Q5VEdwC1YweAaVgD85q4pL3r0AlubddlU 50WiKTjuVXRRsqrMysCh7fdX8VvDu9lmVCvv3KvoSrnXSFlvJ8s2alA42nQr8tblI5RX wnTHN1Ib+wLeXP+Nf9eRqibRX8fkKoEGVXQd5cIgcq6oTjAyKABAWCbzGK/HdQVx+ssz af5BzzaCQLadqkqIrN9aOJ5UHRTx23zDB69pnW3r7aXY6TDhCJZ0IhQaf9Ww8hDz6K+j BitMGkD0kITLuyty2KNU4pm6JcKjN0HCe9TUHI5bnZHFOhQ/3NqhVe+s5/Q9pdCu/zOS Eveg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Should copy-prev-word and copy-prev-shell-word set the region?
Currently they change CURSOR but not MARK. They also cause the region
highlight to be cleared. Exchange-point-and-mark after copy-prev-word
seems to me to select too much when (( MARK < CURSOR )) before copying,
but maybe that's just me.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author