On 07/05/2014 09:31 PM, Matthew Fidler wrote: > 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. In trunk, subword-word changes the definition of a word instead of trying to rebind movement commands. All the shift-motion stuff should just work in the new implementation.