Jim McCloskey <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]