From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: change cursor type when idle Date: Tue, 12 Feb 2008 17:21:47 +0100 Message-ID: References: <000d01c86c82$700dccc0$7051908d@us.oracle.com> <200802121430.m1CEUc6k013361@sallyv1.ics.uci.edu> <002601c86d8a$a0454db0$405a908d@us.oracle.com> <200802121611.m1CGB2Ze001483@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202833364 7560 80.91.229.12 (12 Feb 2008 16:22:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 16:22:44 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 17:23:07 2008 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 1JOxuT-0004Zt-Df for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 17:23:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOxtz-0003Ce-N7 for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 11:22:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOxtJ-0002eK-29 for emacs-devel@gnu.org; Tue, 12 Feb 2008 11:21:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOxtF-0002bp-Jy for emacs-devel@gnu.org; Tue, 12 Feb 2008 11:21:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOxtF-0002bm-E5 for emacs-devel@gnu.org; Tue, 12 Feb 2008 11:21:49 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOxtF-00081A-9h for emacs-devel@gnu.org; Tue, 12 Feb 2008 11:21:49 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2727121wah.10 for ; Tue, 12 Feb 2008 08:21:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=S4EVIZ5TDVgJV5QquMem2dTCqvUH3lrr1sAYpNWXXhM=; b=COEaYmv6EAJ7OQ6XTJB1sQllThgnNfG89JoIam2nLPjTx86XAKSW+RxPHLHyJui5rUKtjM4xnHCjGhpjeFPGL3VTp5I/eezmp5X5cSUcutYXU6q1h+qGbj3popEcPspKdFuQIXBIJu4jQhfH7mV7Sp7EM2NRoswzxC7IAkvs6f4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ifj2Aed2P5pXfXhYZce1wuTnLiAFIWRg0lEllN0BQaWyuTfTGUjLQuaF7/KthjHDSqmMJ7nPE9b1K8x2gU9dH2/FitC9kpCTvBrY7A8kE+R5YjgqSzz7dMhbjFoz8h+faBGsZwDahgM6h+vRL1E6LdcIlrkWRmzAX/MZIYh/l/k= Original-Received: by 10.114.167.2 with SMTP id p2mr1656409wae.78.1202833307258; Tue, 12 Feb 2008 08:21:47 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Tue, 12 Feb 2008 08:21:47 -0800 (PST) In-Reply-To: <200802121611.m1CGB2Ze001483@sallyv1.ics.uci.edu> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:88876 Archived-At: On Feb 12, 2008 5:11 PM, Dan Nicolaescu wrote: > I don't think he did, not in a way that would justify adding this to emacs. I don't try to convince you; I'm quite happy with the current cursor support. But people often do feel very strongly about these kind of things; calling it "featuritis" seems like assuming that you know better than them. Juanma