> From: Angelo Borsotti <angelo.borso...@gmail.com> > Date: Mon, 4 Jun 2018 18:41:09 +0200 > Cc: help-emacs-windows@gnu.org > > (setq select-active-regions nil) > (setq mouse-drag-copy-region t) > (setq x-select-enable-clipboard nil) > (add-hook 'term-setup-hook '(lambda () > (global-set-key [mouse-2] 'mouse-yank-at-click))) > > to get back the old behavior (according to the changes you sent me, > hopefully), but they do not > produce the old behavior.
Please be specific: what exactly doesn't work? Just evaluating these two lines: (setq select-active-regions nil) (setq mouse-drag-copy-region t) makes text marked with the mouse (by dragging left mouse button across the text) available in the Windows clipboard: I can paste it into other Windows applications. Isn't that what you wanted?