This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]