Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Rolf Campbell Subject: Re: 1.5.0: rxvt copy/paste problems Date: Sat, 12 Jul 2003 20:13:32 -0400 Lines: 55 Message-ID: References: <16141 DOT 55041 DOT 856148 DOT 860961 AT phish DOT entomo DOT com> Reply-To: IDontLikePersonalReplies AT hotmail DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en In-Reply-To: <16141.55041.856148.860961@phish.entomo.com> I am unable to reproduce using 1.5.0/Win2000ProSp4 David Rothenberger wrote: > I'm seeing some weird, new behavior with rxvt under cygwin-1.5.0-1 > related to copy/paste and its interaction with the Windows > clipboard. All of the weirdness described below goes away when I > revert to 1.3.22. I'm running under Win2k Pro SP4. > > It seems that if I startup rxvt directly from Windows (Run box or > cmd.exe shell), that rxvt works fine wrt copy/paste. But, if I > start bash or ash first, and then start rxvt from there, the rxvt > copy/paste does not interact with the Windows clipboard at all. > Also, it seems that two rxvt windows start from the same bash/ash > process can copy/paste between one another, but not if they are > started from a different bash/ash process. > > Here's an example. From a DOS box, run > > rxvt -e /bin/sh > > That rxvt works fine for copying and pasting. (I tried copy/paste > to/from Notepad.) > > Now, from a DOS box, run > > sh > > or > > bash --norc --noprofile > > and then from the shell prompt, start two copies of rxvt: > > rxvt -e /bin/sh & > rxvt -e /bin/sh & > > Neither of those rxvt windows will copy/paste to the Windows > clipboard. But, they will copy/paste between one another. > > Now, from one of those rxvt windows, start another two rxvt windows: > > rxvt -e /bin/sh & > rxvt -e /bin/sh & > > Neither of those two new windows can copy/paste with Windows > clipboard or with the previously started two windows, but they can > copy/paste between one another. > > One other observation. If I start rxvt directly from a DOS box, and > then start additional rxvt windows from the first rxvt window, all > windows can copy/paste with the Windows clipboard and between one > another. > > David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/