From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: drmemory@starband.net (DrMemory) Newsgroups: gmane.emacs.help Subject: Re: Cursor as underline in 21? Date: Wed, 07 Jul 2004 17:23:53 GMT Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1089221295 867 80.91.224.253 (7 Jul 2004 17:28:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jul 2004 17:28:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 07 19:28:07 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BiGDG-0005TB-00 for ; Wed, 07 Jul 2004 19:28:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BiGFL-0000o1-GD for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Jul 2004 13:30:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!sjc1.usenetserver.com!news.usenetserver.com!fe25.usenetserver.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.5.7 (UNIX) Original-Lines: 18 Original-X-Complaints-To: abuse@usenetserver.com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. Original-NNTP-Posting-Date: Wed, 07 Jul 2004 13:23:53 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:124176 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19508 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19508 On Tue, 06 Jul 2004 15:39:51 GMT, Peter Lee wrote: >>>>> DrMemory writes: > > DrMemory> Any less brutal solutions? > >Not sure what version this was introduced, but in cvs there is: > >,----[ C-h v cursor-type RET ] >| cursor-type's value is (bar . 2) The cursor-type is applicable only if running in X, where you get a software cursor. On the plain terminal, you get the hardware cursor only. And, starting I think with 21, the 'visible' (block) rather than 'normal' (underline) cursor is used, so it would appear that the only way to change it is to change term.c as I noted and recompile. (the blink-cursor-mode which was suggested is also applicable only to the software cursor).