Re: Cut and paste emacs 24.2.1
Ken Goldman <[email protected]>
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
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.