Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.0
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==
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:to:subject:mime-version
         :content-type;
        bh=oLpPpCfKcgnJL2CnfYnT27dF+2uAZsUvpIqgRTcHgdY=;
        b=PLrBUXCmh2E/M1Wh81U4ZsWfAuYoU5FX1X9gzb1kbxZluqKK3pkIveMZLq+tAcnOHO
         Bd/qV1nLMXN2wUq1j00pwsWYRbunEuwIO8B0TfyYBNMY8w3iD5uNINpvoLmkfg2MTJ1j
         AwyiamtEnWN/McYs1lel8Ql7JPdou7sa+JXQXQLBgmrMPken4Ay95BUsVzPkBRu7N115
         DaunpIg1h5GhHKrLZicGB1i2nXKeK2RbckJEgNwtZtBP1+j7YypZAS3ElaO6pP4s+r8G
         NbniqRrZbdIpl7x0wKGUNRAfJQbKx4itXBYurzjyCJC4mJN3nrLB0VStUA89UmHZnejX
         eaJQ==
X-Gm-Message-State: ALoCoQm9Mj+Bc9lltZR8ON7FzTZdII2v33DAKSoXOQ5WDhMhQIfEYMvrbluTDL/NTu2v2dN+047WP9ofm5SSAAsElp8rivKjow==
X-Received: by 10.66.234.8 with SMTP id ua8mr187917894pac.45.1452584332122;
        Mon, 11 Jan 2016 23:38:52 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160111233907.ZM6739@torch.brasslantern.com>
Date: Mon, 11 Jan 2016 23:39:07 -0800
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: copy-prev-* and the region
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 37571

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.

