help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cursor as underline in 21?


From: Peter Lee
Subject: Re: Cursor as underline in 21?
Date: Tue, 06 Jul 2004 15:39:51 GMT
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt)

>>>> 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'.
| 
`----


reply via email to

[Prev in Thread] Current Thread [Next in Thread]