X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=Bw+fN42UPgv9+MyXOYe88asXX86JjL0UGBghnvSQKaA
	7cnOkbUegutDMb5qGica5egUf1hqp/EK+5Yff5fTOB1AChk1Mpc7XAPTp86ksYK4
	TGYdwewu+b9TLhGcJf9ybE5Bv4IXXLOSZYzLF6prDoaUzorC/FlKWYz3XW3fpTgw
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=MbuXLfMLr5xZecICFPlKJvYFTRY=; b=LhVxtw52n73yewd7r
	ETVLHLikAhmWGDBQ46iqm7WzLiO4GGbQ102UPhwruJKtM0ePphR/BjDvcDjYVt0w
	rTEtABXnx4YiTtzVEeZNKfYB0hKRpEak5gRZW3VoPl6scnvREr/vups4ev72c410
	qaOhx9vtv7Zx65lceIkk51/f4U=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-CornellRouted: This message has been Routed already.
Message-ID: <51605F9C.4080805@cornell.edu>
Date: Sat, 06 Apr 2013 13:47:08 -0400
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: emacs-w32 and copy/paste with windows clipboard and the mouse
References: <634CFD657E419946BD70654E385A708F2336830EB1@HE111508.emea1.cds.t-internal.com>
In-Reply-To: <634CFD657E419946BD70654E385A708F2336830EB1@HE111508.emea1.cds.t-internal.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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

