On 3/16/2013 10:35 PM, Drew Adams wrote:
And yes, I'm a long time emacs user, but it seems like each new version requires me to figure out cut and paste again.This might help: (global-set-key [mouse-2] 'mouse-yank-at-click) (setq select-active-regions nil)
Thanks. That did it.
Others might additionally recommend this (but I use `t'): (setq x-select-enable-clipboard nil)
The way I interpret the doc, the variable isn't used for Windows.