From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: onestatusquo@yahoo.com Newsgroups: gmane.emacs.help Subject: Disabling blinking cursor Date: 20 Oct 2005 01:22:06 -0700 Organization: http://groups.google.com Message-ID: <1129796526.548540.288290@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1129802293 5080 80.91.229.2 (20 Oct 2005 09:58:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 09:58:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 20 11:58:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESX9L-0003tn-UK for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Oct 2005 11:55:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESX9L-0008Ef-2P for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Oct 2005 05:55:51 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: 68.48.199.167 Original-X-Trace: posting.google.com 1129796530 19480 127.0.0.1 (20 Oct 2005 08:22:10 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 20 Oct 2005 08:22:10 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041020 Firefox/0.10.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=68.48.199.167; posting-account=1-lZIAwAAABGcfmRIX3t8uMDn_aCQnol Original-Xref: shelby.stanford.edu gnu.emacs.help:134809 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30393 Archived-At: This is in emacs 21.3.1 on FC3. The cursor is blinking. I tried to disable it in .emacs with the following but neither one had effect. Any suggestions? (blink-cursor-mode 0) (setq blink-cursor-mode nil)