On Sun, 24 Mar 2002 23:10:51 +0000, John Paul Wallington wrote: > >(blink-cursor-mode 0) turns it off.
No, it didn't > >(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) Again, the agony of defeat. from .emacs ;; turns off blinking cursor -- use pos nr. for on ;;(blink-cursor-mode 0) ^^^^^^^^^^^^^^^^^^^^ from previous attempts ( -1,0,nil) (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(blink-cursor nil)) (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. ) This did not turn off blink. Yes, I exited and restarted emacs. What now? Purge and re-install? Find the culprit file and strangle it? > >-- >John Paul Wallington -- gt Yes I fear I am living beyond my mental means--Nash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

