From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: disable blinking cursor Date: Fri, 26 Oct 2012 14:39:37 +0530 Message-ID: <87pq45y4z2.fsf@gmail.com> References: <1351241492792-268127.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351242471 23603 80.91.229.3 (26 Oct 2012 09:07:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2012 09:07:51 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: drain Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 26 11:07:59 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TRftS-00023s-53 for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Oct 2012 11:07:54 +0200 Original-Received: from localhost ([::1]:59467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRftK-0002kC-5y for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Oct 2012 05:07:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRftE-0002jy-5p for Help-gnu-emacs@gnu.org; Fri, 26 Oct 2012 05:07:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRft8-0008AK-HS for Help-gnu-emacs@gnu.org; Fri, 26 Oct 2012 05:07:40 -0400 Original-Received: from mail-da0-f41.google.com ([209.85.210.41]:47863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRft8-0008AA-BE for Help-gnu-emacs@gnu.org; Fri, 26 Oct 2012 05:07:34 -0400 Original-Received: by mail-da0-f41.google.com with SMTP id i14so1265023dad.0 for ; Fri, 26 Oct 2012 02:07:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Wl0JzI32KI8ZBwpxfw+ApMeB3dI5FogP5ZZsJYYrJ4M=; b=IVuvmwH5M2Jv3YWAO9XyUC6qLFdZHTVmu8Jz2bsnHNzOaO6tGQDh6RdSBHUBGO3odq rqgZQX7doEim9IYrsoadKQzb9Qrd7hk2csdLdPKJUjuPBzD8ln7fRDe35H+uBM3YfGv0 B0iA2hUHmVECPjGE4jzZXeYdV9I9TTaoLsGHPs0NIxEDf7eu1dURA2oniH7KqiVPHb+b SHXzTF5+lHl13Wev7xAKRyIJT+rpzmyta/vOZw05hDj2T0dJQ+Yxx+bhBP6EC/huueRI 1Ve6f9TcH8H1I6UcWYDoKBwcUilnU/LPt1fkwW05N9vVPkYktO+F89+aBDdFnDTXNCDA QkOg== Original-Received: by 10.68.232.131 with SMTP id to3mr68275651pbc.58.1351242453603; Fri, 26 Oct 2012 02:07:33 -0700 (PDT) Original-Received: from debian-6.05 ([115.241.90.202]) by mx.google.com with ESMTPS id un16sm872928pbc.47.2012.10.26.02.07.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Oct 2012 02:07:32 -0700 (PDT) In-Reply-To: <1351241492792-268127.post@n5.nabble.com> (drain's message of "Fri, 26 Oct 2012 01:51:32 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87438 Archived-At: > Instead of the cursor blinking when point is idle and > not-blinking when point is active, I'd like the cursor to change > color: what would be the simplest way to do this? > > . . . > > I am mainly interested in turning this customization into a > mode-hook, so that while reading a document that I know will not > stall or freeze, blinking will not distract me, nor will it be > needed to indicate the status of my Emacs process. M-x customize-group RET cursor RET --