From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: Re: Cursor as underline in 21? Date: Tue, 06 Jul 2004 15:39:51 GMT Organization: ~ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089128616 7231 80.91.224.253 (6 Jul 2004 15:43:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 15:43:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 06 17:43:18 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 1Bhs6H-0000Tl-00 for ; Tue, 06 Jul 2004 17:43:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bhs8I-0000JA-WE for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jul 2004 11:45:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn14feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!prodigy.com!newsmst01a.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr24.news.prodigy.com.POSTED!404941e6!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:XnMILzItCBiu4/RJ1ajIW5nSo9I= Original-Lines: 30 Original-NNTP-Posting-Host: 216.62.199.5 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr24.news.prodigy.com 1089128390 ST000 216.62.199.5 (Tue, 06 Jul 2004 11:39:50 EDT) Original-NNTP-Posting-Date: Tue, 06 Jul 2004 11:39:50 EDT X-UserInfo1: F[OSS\WGPZYKRT\YN[OJNW@@YJ_ZTB\MV@BJ]Q]KEYUNDQUCCNSUAACY@L[ZX__HGFD]JBJNSFXTOOGA_VWY^_HG@FW_HUTHOH]TBPGCO\P^PLP^@[GLHUK@WLECKFVL^TYG[@RMWQXIWM[SDDYWNLG_G[_BWUCHFY_Y@AS@Q[B\APPF@DCZM_PG_VSCPQZM Original-Xref: shelby.stanford.edu gnu.emacs.help:124154 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:19485 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19485 >>>> 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) | | Automatically becomes buffer-local when set in any fashion. | | Cursor to use when this buffer is in the selected window. | Values are interpreted as follows: | | t use the cursor specified for the frame | nil don't display a cursor | box display a filled box cursor | hollow display a hollow box cursor | bar display a vertical bar cursor with default width | (bar . WIDTH) display a vertical bar cursor with width WIDTH | hbar display a horisontal bar cursor with default width | (hbar . WIDTH) display a horisontal bar cursor with width WIDTH | ANYTHING ELSE display a hollow box cursor. | | When the buffer is displayed in a nonselected window, | this variable has no effect; the cursor appears as a hollow box. | | Defined in `C source code'. | `----