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

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

bug#17951: Subword-mode should support shift selection in and out of cua


From: Matthew Fidler
Subject: bug#17951: Subword-mode should support shift selection in and out of cua-mode
Date: Sat, 5 Jul 2014 23:31:49 -0500

Subword movement funtions should be specified as

(interactive "^p") instead of (interactive "p") to allow shift selection. 

When cua-mode is enabled, shift-selection is also enabled since all the functions have

(put 'subword-forward 'CUA 'move)

so, I think it should be consistent.
Just my 2 cents.
 
Matt

reply via email to

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