From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19990 invoked by alias); 30 Oct 2011 20:23:51 -0000 Received: (qmail 19977 invoked by uid 22791); 30 Oct 2011 20:23:50 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,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; Sun, 30 Oct 2011 20:23:26 +0000 Received: from moweb001.kundenserver.de (moweb001.kundenserver.de [172.19.20.114]) by fmmailgate02.web.de (Postfix) with ESMTP id 6AF481B9D955B for ; Sun, 30 Oct 2011 21:23:24 +0100 (CET) Received: from lp21723 ([77.25.78.162]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0MWirL-1RVuSN36d9-00X7Rd; Sun, 30 Oct 2011 21:23:23 +0100 From: "Paul Maier" To: Cc: "'Thomas Dickey'" References: <000901cc54e1$1dca8c50$595fa4f0$@de> <4E6762AA.6020802@dronecode.org.uk> <002401cc6e69$3431eb90$9c95c2b0$@de> <4E69FB99.1000608@dronecode.org.uk> <001001cc81b8$491350f0$db39f2d0$@de> <20111003200921.W12166@mail101.his.com> <000001cc82f8$f64689e0$e2d39da0$@de> <20111004205554.E27291@mail101.his.com> In-Reply-To: <20111004205554.E27291@mail101.his.com> Subject: AW: AW: AW: AW: Can't paste text or type blind keys when mouse is out of the window Date: Sun, 30 Oct 2011 23:04:00 -0000 Message-ID: <000001cc9741$92f2b5f0$b8d821d0$@de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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-10/txt/msg00060.txt.bz2 >>>> It seems to be somehow related to the xterm's --enable-toolbar configuration >>>> (which is turned on in the cygwin package). If I rebuild xterm with that >>>> disabled, the problem goes away, and I can also reproduce the problem on F15 >>>> under twm if I build xterm with --enable-toolbar there (which is not enabled >>>> in the distro supplied package) >> The main difference with the toolbar configuration is that xterm's using a >> form to contain the toolbar and the vt100 window. The buttons take care >> of themselves, but that area to the right of the buttons is dead. >> >> To make it somewhat friendlier, xterm adds the actions used for the vt100 >> window (except for the ones related to the mouse) to the toolbar area. >> >> I omitted the mouse-related ones since it seems that they'd interfere with >> the menus. I also did the same for the scrollbar widget (since keystrokes >> there used to be lost - it would seem that you could reproduce your >> problem also by looking at the behaviour around the scrollbar). > > yes, with mouse over the scrollbar the problem is reproducable. > > The problem here is, when running vi in an xterm and the mouse slowly (unnoticed) > > moves over the scrollbar or out of the xterm, and you want to jump to mark "a, > > you need to enter `a, that is in keystrokes > > I'll experiment to see if I can reproduce this effect with my environment. > thanks for the detailed explanation. Hi Thomas, yes, I'm talking about dead keys = compose sequences. Was it possible to you to reproduce it in your environment? Typing dead key ` apostrophe then press letter "a" while the mouse pointer is over the scrollbar area of an xterm? Please let me know in case you need more information or in case you want me to run some test. Thank you very much for looking into this. 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/