Every single time I highlight something in emacs, it copies it. Is there any way to disable this annoying behavior? Im on ubuntu.
+2
A:
This setting should disable it:
(setq mouse-drag-copy-region nil)
Documentation for the variable is:
Documentation: If non-nil, mouse drag
copies region to kill-ring.
Trey Jackson
2010-08-10 05:06:51
thanks, worked perfectly!
josh
2010-08-10 14:26:26