From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 06:03:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0855116A4CE for ; Wed, 18 Feb 2004 06:03:44 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C4143D1F for ; Wed, 18 Feb 2004 06:03:43 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004021814032801200j8qqre>; Wed, 18 Feb 2004 14:03:43 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id F1DAE12; Wed, 18 Feb 2004 09:03:27 -0500 (EST) Sender: lowell@be-well.ilk.org To: loader References: <20040218065331.GA19752@www.kuaitech.com> From: Lowell Gilbert Date: 18 Feb 2004 09:03:27 -0500 In-Reply-To: <20040218065331.GA19752@www.kuaitech.com> Message-ID: <44eksstrgw.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: How to stop the cursor of emacs blinking in console? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:03:44 -0000 loader writes: > I use FreeBSD5.2.1-RC2, and emacs21. How can I stop the cursor blinking in console? I thought the default was that it didn't do that on the console... Check out the blink-* variables; I think that a .emacs setting of (blink-cursor-mode nil) should ensure the disabling of the blinking cursor.