all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.
       [not found] <E1VpZT1-0003ot-Rc@vcs.savannah.gnu.org>
@ 2013-12-08 17:27 ` Juanma Barranquero
  2013-12-10  2:19   ` bug#16098: Fwd: " Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2013-12-08 17:27 UTC (permalink / raw
  To: Stefan Monnier, Emacs developers

> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#16098: Fwd: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.
  2013-12-08 17:27 ` [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode Juanma Barranquero
@ 2013-12-10  2:19   ` Juanma Barranquero
  2013-12-11  1:30     ` Juanma Barranquero
  2013-12-11 14:49     ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Juanma Barranquero @ 2013-12-10  2:19 UTC (permalink / raw
  To: 16098

> 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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#16098: Fwd: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.
  2013-12-10  2:19   ` bug#16098: Fwd: " Juanma Barranquero
@ 2013-12-11  1:30     ` Juanma Barranquero
  2013-12-11 14:49     ` Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2013-12-11  1:30 UTC (permalink / raw
  To: 16098

> emacs -Q --eval "(setq cua-highlight-shift-region-only t)" -f cua-mode test.txt

s/shift-region/region-shift/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#16098: Fwd: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.
  2013-12-10  2:19   ` bug#16098: Fwd: " Juanma Barranquero
  2013-12-11  1:30     ` Juanma Barranquero
@ 2013-12-11 14:49     ` Stefan Monnier
  2013-12-11 15:24       ` Juanma Barranquero
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2013-12-11 14:49 UTC (permalink / raw
  To: Juanma Barranquero; +Cc: 16098-done

> 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.

Good catch, thank you.  Should be fixed now.


        Stefan





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#16098: Fwd: [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode.
  2013-12-11 14:49     ` Stefan Monnier
@ 2013-12-11 15:24       ` Juanma Barranquero
  0 siblings, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2013-12-11 15:24 UTC (permalink / raw
  To: Stefan Monnier; +Cc: 16098-done

> Good catch, thank you.

It's my usual cua-mode setup, so it was quite evident (and dangerous).

>  Should be fixed now.

Yes, thanks.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-11 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1VpZT1-0003ot-Rc@vcs.savannah.gnu.org>
2013-12-08 17:27 ` [Emacs-diffs] trunk r115421: Make CUA-mode use shift-select-mode Juanma Barranquero
2013-12-10  2:19   ` bug#16098: Fwd: " Juanma Barranquero
2013-12-11  1:30     ` Juanma Barranquero
2013-12-11 14:49     ` Stefan Monnier
2013-12-11 15:24       ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.