emacs-w32 and copy/paste with windows clipboard and the mouse

Ken Brown kbrown@cornell.edu
Sat Apr 6 19:22:00 GMT 2013


On 4/6/2013 5:43 AM, Ulrich.Herbst@t-systems.com wrote:
> I can copy some emacs-text with M-w and paste it from the windows clipboard

Customize `mouse-drag-copy-region' or put

   (setq mouse-drag-copy-region t)

in your .emacs.

> I can copy some windows text and paste it into emacs-w32 with C-y.

(global-set-key [mouse-2] 'mouse-yank-at-click)

Ken

P.S. Browse the NEWS file (`C-h n') for more information about these 
commands.  Search for "Selection changes".

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list