From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 03:06:35 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 9448616A4CE for ; Fri, 20 Feb 2004 03:06:35 -0800 (PST) Received: from lysander.inspired.net.au (lysander.inspired.net.au [203.132.226.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6070843D1D for ; Fri, 20 Feb 2004 03:06:35 -0800 (PST) (envelope-from gautam@inspired.net.au) Received: from localhost (localhost [127.0.0.1]) by lysander.inspired.net.au (Postfix) with ESMTP id A81BF2380E0; Fri, 20 Feb 2004 22:06:33 +1100 (EST) Received: from lysander.inspired.net.au ([127.0.0.1]) by localhost (lysander [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 09901-03; Fri, 20 Feb 2004 22:06:33 +1100 (EST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by lysander.inspired.net.au (Postfix) with SMTP id 880EC23801A; Fri, 20 Feb 2004 22:06:32 +1100 (EST) Date: Fri, 20 Feb 2004 22:03:53 +1100 From: Gautam Gopalakrishnan To: loader Message-Id: <20040220220353.585167fb.gautam@inspired.net.au> In-Reply-To: <20040219024439.GA24375@www.kuaitech.com> References: <20040218065331.GA19752@www.kuaitech.com> <44eksstrgw.fsf@be-well.ilk.org> <20040219024439.GA24375@www.kuaitech.com> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at inspired.net.au 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 11:06:35 -0000 On Wed, 18 Feb 2004 18:44:39 -0800 loader wrote: > On Wed, Feb 18, 2004 at 09:03:27AM -0500, Lowell Gilbert wrote: > > 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. > > Thank you for your reply. blink-cursor-mode doesn't work in FreeBSD > console, it only work in X, because emacs draws the cursor in X > itself. I don't know why it blinks in console. I don't know if this will help. /etc/rc.conf: cursor="blink" # cursor type {normal|blink|destructive} (or NO). Then /etc/rc.d/syscons restart Gautam