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 16:23:36 +0100 Message-ID: References: <000d01c86c82$700dccc0$7051908d@us.oracle.com> <200802121430.m1CEUc6k013361@sallyv1.ics.uci.edu> <200802121510.m1CFABWY002308@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 1202829846 26093 80.91.229.12 (12 Feb 2008 15:24:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 15:24:06 +0000 (UTC) Cc: Emacs Devel To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 16:24:19 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 1JOwzU-0006nI-6C for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 16:24:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOwz0-00041f-MK for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 10:23:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOwyw-00041E-Py for emacs-devel@gnu.org; Tue, 12 Feb 2008 10:23:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOwyv-00040u-QY for emacs-devel@gnu.org; Tue, 12 Feb 2008 10:23:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOwyv-00040p-KB for emacs-devel@gnu.org; Tue, 12 Feb 2008 10:23:37 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOwyv-0004Ti-Eo for emacs-devel@gnu.org; Tue, 12 Feb 2008 10:23:37 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2699945wah.10 for ; Tue, 12 Feb 2008 07:23:36 -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=7LDEIAS+I8rGhRQ208/FoLWXse4RqcjIV5qOFqsROhU=; b=D++2Fl+jdfucd0SJvEmA8CzkxzkMJ7QbruH62BtL6iu6WjwrW8YKfsHNFU6L9dA3uy0aoyEvPXSWMDLvQkkRwFkxgo5W95zvnx13HUeagu3g7EKUreOjZDUJazO9aWdflotyWdpts5L+6f7kcTkm6NWpAnNdM/r6/mUSKvAFRMg= 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=i/JjbIol/tHQlkUg9tzPpdb3eoL7taYMANPDNMSJM4v0X2MW2yYJMgyJbZO1ZzBqGk1ss9aaALtSraD80HEBw75AuWxbjnScSyRVt1aGhPy/5KG9xt6zrK2yWMGoJN3Js8cxP/7rRTaxpBUYdJpIlMOO63YgiP/pfo/QGUeoKRY= Original-Received: by 10.114.192.1 with SMTP id p1mr1591273waf.47.1202829816797; Tue, 12 Feb 2008 07:23:36 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Tue, 12 Feb 2008 07:23:36 -0800 (PST) In-Reply-To: <200802121510.m1CFABWY002308@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:88871 Archived-At: On Feb 12, 2008 4:10 PM, Dan Nicolaescu wrote: > > Make it more discreet, for example. > > In what way does the user benefit from that? I can perfectly imagine a setup in which you have a block, blinking cursor but you would make it a hollow, non-blinking one when you're using another window (frame, program) so it does not draw your attention. > Wonder if anyone knows about this one... Most cua-mode users surely do. cua-mode is very interesting even if you don't want the cua-style keys (I don't, but the cursor and rectangle support are great). Juanma