all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cua-mode and cua-replace-region
@ 2008-11-13 19:20 bigfaceworm
  2008-11-13 19:39 ` bigfaceworm
  0 siblings, 1 reply; 2+ messages in thread
From: bigfaceworm @ 2008-11-13 19:20 UTC (permalink / raw)
  To: help-gnu-emacs

All,

Emacs 22.1

I started using cua-mode b/c the rectangle commands are really handy.
I tried disabling the C-z C-x C-c C-v bindings b/c I didn't want them,
but this leaves the following, disturbing behavior:

(setq cua-enable-cua-keys nil)
M-x cua-mode

now yank some text, and exchange point and mark.
the region is now highlighted, and the next key that would
normally be bound to 'self-insert-command will actually
execute 'cua-replace-region.  Any movement triggers something
that undoes the 'cua-replace-region binding, and

I dislike that behavior, but can't figure out where cua-mode is doing
the mapping/unmapping.

Any help?

basically, I want the cua-rectangle editing, and none of the rest.

thanks,

TJ


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-13 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 19:20 cua-mode and cua-replace-region bigfaceworm
2008-11-13 19:39 ` bigfaceworm

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.