> 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)

Others might additionally recommend this (but I use `t'):

(setq x-select-enable-clipboard  nil)


Reply via email to