From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: invisible mouse pointer? Date: Fri, 03 Jul 2009 16:39:48 +0200 Message-ID: <4A4E1834.1080006@swipnet.se> References: <001701c9556c$9e613750$c2b22382@us.oracle.com> <4A4DF06F.8050701@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246633277 30341 80.91.229.12 (3 Jul 2009 15:01:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jul 2009 15:01:17 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Thomas Fitzsimmons Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 03 17:01:09 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MMkGD-0000dA-AE for ged-emacs-devel@m.gmane.org; Fri, 03 Jul 2009 17:01:09 +0200 Original-Received: from localhost ([127.0.0.1]:51579 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMkGC-0003YW-Js for ged-emacs-devel@m.gmane.org; Fri, 03 Jul 2009 11:01:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMkG8-0003YR-M9 for emacs-devel@gnu.org; Fri, 03 Jul 2009 11:01:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMkG3-0003Y5-AR for emacs-devel@gnu.org; Fri, 03 Jul 2009 11:01:03 -0400 Original-Received: from [199.232.76.173] (port=44950 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMkG3-0003Y2-69 for emacs-devel@gnu.org; Fri, 03 Jul 2009 11:00:59 -0400 Original-Received: from mtah11.telenor.se ([62.127.194.4]:58480) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMkG2-0006pt-1Q for emacs-devel@gnu.org; Fri, 03 Jul 2009 11:00:58 -0400 Original-Received: from iph2.telenor.se (iph2.telenor.se [195.54.127.133]) by mtah11.telenor.se (Postfix) with ESMTP id 123C071A67 for ; Fri, 3 Jul 2009 16:39:54 +0200 (CEST) X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgGUAKe0TUpV4S1uPGdsb2JhbACBUJc5AQEBATe0X4QSBQ X-IronPort-AV: E=Sophos;i="4.42,342,1243807200"; d="scan'208";a="25264022" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph2.telenor.se with ESMTP; 03 Jul 2009 16:39:49 +0200 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTPSA id 6DA407FA07B; Fri, 3 Jul 2009 16:39:48 +0200 (CEST) User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) In-Reply-To: <4A4DF06F.8050701@swipnet.se> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111966 Archived-At: Jan Dj=E4rv skrev: > Thomas Fitzsimmons skrev: >> >> I also looked into this a while ago and couldn't find a way to >> completely hide the pointer, so I wrote the attached patch. Ideally >> this low-level functionality would be exposed through a new mouse >> avoidance mode, as you suggest. >=20 > I just checked in a fix for this so the pointer becomes invisible when=20 > you type something. Perhaps someone can do the w32 and ns-specific par= ts? >=20 It seems ns has this already, nice. Jan D.