help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Tried to bind Ctrl-c and to kill-ring-save (i.e. copy) and it *somet


From: Drew Adams
Subject: RE: Tried to bind Ctrl-c and to kill-ring-save (i.e. copy) and it *sometimes* doesn't work with mouse!?!? Very confusing
Date: Sat, 3 Aug 2013 14:28:21 -0700 (PDT)

> I like binding Ctrl-c to kill-ring-save (i.e. copy) which is pretty standard
> in many situations....

If you want that, consider using `cua-mode'.

> (global-set-key (kbd "C-c") 'kill-ring-save)

Don't do that.  `C-c' is a prefix key for lots of stuff in Emacs.
Use `cua-mode' if you really must use `C-c' for copying.
See `C-h r g cua bindings'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]