If I select some (small piece of) text and copy it to the clipboard (cua-copy-region as in Edit menu, or clipboard-kill-ring-save as called via toolbar button), and then
- select all text in buffer (mark-whole-buffer) - hit cua-copy-region or clipboard-kill-ring-save - hit cua-paste (as in Edit menu or toolbar)
then the small text from before replaces the buffer.
What should happen is that the whole buffer should be copied into the clipboard and it should be used during the paste action.
This produces in a plain CVS emacs (on OS X) in the following configuration:
(setq cua-keep-region-after-copy t) (cua-mode 1) ;; this goes first (so we can overwrite the settings)
It looks like the cua-keep-region-after-copy is necessary to reproduce this.
While I'm at it: may I suggest that cua-mode maps the toolbar copy button correctly?
-- D
_______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
