> start with "emacs -Q" > > select from the menu: > Options -> "C-x/C-c/C-v Cut and Paste (CUA)" > then also select > Options -> "Line Wrapping in this Buffer" -> "Word Wrap (Visual Line Mode)" > > now go into a non-empty line in the *scratch* buffer and press S-end. > Expected behaviour: obtain active region to end of line and move point to > end of line. > Actual behaviour: point is only moved to end of line, but no region > is highlighted. Does the attached patch fix it? martin