help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] 23.1.50; Dead keys


From: Eli Zaretskii
Subject: Re: [h-e-w] 23.1.50; Dead keys
Date: Mon, 04 Jun 2018 20:02:52 +0300

> From: Angelo Borsotti <address@hidden>
> Date: Mon, 4 Jun 2018 18:41:09 +0200
> Cc: address@hidden
> 
> (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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]