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: hiding idle mouse cursor Date: Fri, 15 Jun 2007 09:06:59 +0200 Message-ID: <46723A93.7030908@swipnet.se> References: <20070614.081437.93370754.wl@gnu.org> <871wgdhi56.fsf@www.williamxu.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181891297 27194 80.91.229.12 (15 Jun 2007 07:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 07:08:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: William Xu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 15 09:08:14 2007 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 1Hz5uo-0000WO-Cf for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2007 09:08:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hz5un-0006Lo-O2 for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2007 03:08:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hz5ua-0006J2-3h for emacs-devel@gnu.org; Fri, 15 Jun 2007 03:08:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hz5uU-0006Gp-S6 for emacs-devel@gnu.org; Fri, 15 Jun 2007 03:07:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hz5uU-0006Gf-P6 for emacs-devel@gnu.org; Fri, 15 Jun 2007 03:07:54 -0400 Original-Received: from av9-1-sn2.hy.skanova.net ([81.228.8.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hz5uS-0007b8-OQ for emacs-devel@gnu.org; Fri, 15 Jun 2007 03:07:53 -0400 Original-Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id 22FEA38811; Fri, 15 Jun 2007 09:07:40 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 0A3F738032; Fri, 15 Jun 2007 09:07:40 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id E359837E45; Fri, 15 Jun 2007 09:07:37 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070419) In-Reply-To: <871wgdhi56.fsf@www.williamxu.com> X-detected-kernel: Linux 2.4-2.6 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:72923 Archived-At: William Xu skrev: > Werner LEMBERG writes: > >> A longer time ago I've asked whether it would be possible to implement >> automatic mouse cursor hiding in case the mouse hasn't been moved for >> some time (similar to xterm). Meanwhile I've found the small >> `unclutter' program which does exactly this. > I have this implemented, but I'm are waiting for unicode2 merger before putting it in. Jan D.