From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 783 invoked by alias); 8 Feb 2011 01:44:35 -0000 Received: (qmail 773 invoked by uid 22791); 8 Feb 2011 01:44:34 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fmmailgate02.web.de (HELO fmmailgate02.web.de) (217.72.192.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Feb 2011 01:44:30 +0000 Received: from smtp07.web.de ( [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id E1F6E19689E12 for ; Tue, 8 Feb 2011 02:44:26 +0100 (CET) Received: from [84.150.160.75] (helo=dlp122) by smtp07.web.de with asmtp (WEB.DE 4.110 #2) id 1Pmcd0-0003AL-00 for cygwin-xfree@cygwin.com; Tue, 08 Feb 2011 02:44:26 +0100 From: "Paul Maier" To: References: <4D502D7F.1030602@dronecode.org.uk> Subject: AW: clipboard integration doesn't work Date: Tue, 08 Feb 2011 01:44:00 -0000 Message-ID: <85281D523F42438B817742749355863F@sulzer.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <4D502D7F.1030602@dronecode.org.uk> X-Sender: svn-user@web.de X-IsSubscribed: yes Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2011-02/txt/msg00009.txt.bz2 Hi Jon, thanks for giving your attention to this. 8-) > Can you give a detailed set of reproduction steps e.g. what > application are > your cutting from, pasting to? It is reproducable in both directions (Win -> X, X -> Win), with any application on both sides. So I choose a xterm with a vim for X, and a notepad for Windows. /bin/startxwin -- /bin/XWin -emulate3buttons 100 -logverbose 3 As a setup I type "eins-zwei-drei" into X's vim, and "hallo" into the notepad. Then I select the "eins-zwei-drei" text in X. Then I select the "hallo" text in the notepad and press CONTROL C. Effect: the highlighting of the text "eins-zwei-drei" in vim/X disappears immediately. Then in both editors I open a new line and paste the text of the clipboard in it. In vim/X it pastes "eins-zwei-drei" (using both mouse keys via middle mouse button emulation). In notepad it pasts "hello" (using CONTROL V). Then I close both editors, kill XWin and get the Log. -> See Log 1 (attached). Now for the other direction: /bin/startxwin -- /bin/XWin -emulate3buttons 100 -logverbose 3 As a setup I again type "eins-zwei-drei" into X's vim, and "hallo" into a notepad. Then I select the "hallo" text in the notepad and press CONTROL C. I press CONTROL V several times to verify that I have selected something. Notepad pastes: "hallo". Then I select the "eins-zwei-drei" text in X/vim. I check out the result: I go back to the notepad and continue to press CONTROL V: nothing gets pasted any more. I go to the X/vim window, open a new vim line and (using both mouse keys via middle mouse button emulation) I check what gets pasted: "eins-zwei-drei". Then I close both editors, kill XWin and get the Log. -> See Log 2 (attached). In both logs I found the name of my PC and my user name, and I replaced that information by XXX. > Are you running any Windows programs which continuously > monitor the clipboard > like 'Clipbook Viewer', VNC client, etc.? Sorry, I don't know these programs. Regards, Paul. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/