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

Re: How do you change the cursor?



Jim McCloskey <mcclosk@ling.ucsc.edu> wrote:

> If I try:
>
>     (blink-cursor-mode nil)
>
> there is no error-message but there there is no effect either. Ctl-h v
> on blink-cursor-mode says that its value is t.
>
> If I now try:
>
>     (setq blink-cursor-mode nil)
>
> no error-messages, and Ctl-h v on blink-cursor-mode now reports that
> the value of the variable is nil. But the damn blinking continues.

(blink-cursor-mode 0) turns it off.

(blink-cursor-mode 1) turns it on.

or

M-x customize-variable blink-cursor (in GNU 21)
M-x customize-variable blink-cursor-mode (in XEmacs)

-- 
John Paul Wallington


-- 
To UNSUBSCRIBE, email to debian-emacsen-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: