Whenever I type C-c C-v too fast I get an "unbound" message. I think it should be the same as C-c [pause] C-v, or something similar.
Just doing (progn (cua-copy-region nil) (cua-paste nil)) doesn't work correctly, but how about this: (defun kc-duplicate-region (start end) (interactive "r") (copy-region-as-kill start end) (yank nil)) -- Karl 2005-10-13 15:09 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel