From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: change cursor type when idle Date: Tue, 29 Aug 2006 15:51:25 +0200 Message-ID: <7dbe73ed0608290651q3f227a1au3fa98c8095a6d8c5@mail.gmail.com> References: <87wt8sk0uq.fsf@jurta.org> NNTP-Posting-Host: main.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 1156859516 29576 80.91.229.2 (29 Aug 2006 13:51:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Aug 2006 13:51:56 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 29 15:51:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GI40G-0003bY-NT for ged-emacs-devel@m.gmane.org; Tue, 29 Aug 2006 15:51:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GI40G-0007Yt-7B for ged-emacs-devel@m.gmane.org; Tue, 29 Aug 2006 09:51:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GI405-0007Xb-IG for emacs-devel@gnu.org; Tue, 29 Aug 2006 09:51:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GI400-0007U5-Eu for emacs-devel@gnu.org; Tue, 29 Aug 2006 09:51:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GI400-0007Tz-5S for emacs-devel@gnu.org; Tue, 29 Aug 2006 09:51:28 -0400 Original-Received: from [64.233.182.186] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GI49B-0001Kl-Eo for emacs-devel@gnu.org; Tue, 29 Aug 2006 10:00:57 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c2so197533nfe for ; Tue, 29 Aug 2006 06:51:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=elPYeXTfP4ggylX2yJNrOMkO2wadmXlLXnrqIJwnl/bbMcmOYBKIrcXiDNGH5Vq4T5NyrHT3otJfe58HoCHIPm9kcp9m7HHLB21QMoBIF/IpBOoYOt4rEdYm4TTgIDxlFxbV8Rs1eYINKT5HgL2uVWWYJaIX6EvZwTy/MTkJ7UU= Original-Received: by 10.48.48.18 with SMTP id v18mr1118656nfv; Tue, 29 Aug 2006 06:51:25 -0700 (PDT) Original-Received: by 10.49.17.5 with HTTP; Tue, 29 Aug 2006 06:51:25 -0700 (PDT) Original-To: "Juri Linkov" In-Reply-To: <87wt8sk0uq.fsf@jurta.org> Content-Disposition: inline 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:59057 Archived-At: > only when I need to locate it. I usually use cursor movement keys > to move the cursor foreward-backward to find its location, but > this is not convenient. How about doing something similar to what `mouse-avoidance-mode' does, but the other way around? For example, after being idle for X seconds, let the mouse cursor zoom to the location of the cursor. Just an idea; locating the cursor is not a big issue for me.