all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cua-mode C-c C-v
@ 2005-10-13 22:12 Karl Chen
  0 siblings, 0 replies; only message in thread
From: Karl Chen @ 2005-10-13 22:12 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-13 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-13 22:12 cua-mode C-c C-v Karl Chen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.