M Jared Finder <[EMAIL PROTECTED]> writes: > The c-subword-mode movement commands (c-forward-subword and > c-backward-subword) are not supported > correctly in cua-mode. Please add the following code to Emacs: > > (put 'c-forward-subword 'CUA 'move) > (put 'c-backward-subword 'CUA 'move) >
Thanks. I have added these to cc-subword.el. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
