[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.
From: |
Juanma Barranquero |
Subject: |
Re: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode. |
Date: |
Sun, 8 Dec 2013 18:27:34 +0100 |
> revno: 115421
> revision-id: address@hidden
> parent: address@hidden
> committer: Stefan Monnier <address@hidden>
> branch nick: trunk
> timestamp: Sun 2013-12-08 03:11:50 -0500
> message:
> Make CUA-mode use shift-select-mode.
With test file test.txt containing three lines:
111
222
333
emacs -Q --eval "(setq cua-highlight-shift-region-only t)" -f cua-mode test.txt
S-<down> S-<down>
Ctrl-W
<down>
Ctrl-Y
Only the cut&pasted lines remain. The one with 333 is gone. It does
not happen with cua-highlight-shift-region-only = nil.
J
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.,
Juanma Barranquero <=