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

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

Re: Disabling blinking cursor


From: Michael Cadilhac
Subject: Re: Disabling blinking cursor
Date: Sat, 22 Oct 2005 11:58:24 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

onestatusquo@yahoo.com writes:

> This is from help.
> Putting this variable in my .emacs either with 0, -1 or nil does not
> have any effect. What can I do?

  It's *not* a variable, but a function to be called with a negative
  argument to deactivate the feature.

  Well we'll proceed step by step:

  . Are you in a X window system ?

  . Try just M-x blink-cursor-mode RET, it should toggle the blinking
    state.

  . Try not to put the function in your .emacs, just for a test :
    Goto the *scratch* buffer and type
(blink-cursor-mode -1)
    then M-x eval-buffer RET

  . If everything of the previous worked, see if you don't already
    have the (blink-cursor-mode) call somewhere in your .emacs and be
    sure that you call it as a function.

-- 
    Michael Cadilhac, a.k.a. Micha [mika] |
                    Epita/LRDE promo 2007 |  Please note that you should
  2 rue de la Convention | 08.70.65.13.14 |  s/-@t-/@/ my mail address.
94270 Le Kremlin Bicetre | 06.23.20.31.30 |




reply via email to

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