bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16098: Fwd: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-sel


From: Juanma Barranquero
Subject: bug#16098: Fwd: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.
Date: Tue, 10 Dec 2013 03:19:24 +0100

> revno: 115421
> revision-id: monnier@iro.umontreal.ca-20131208081150-4bq2y1cgta14nfmj
> parent: eggert@cs.ucla.edu-20131208080536-vs5sn36uhvinkl0v
> committer: Stefan Monnier <monnier@iro.umontreal.ca>
> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]