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

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

Re: Blinking cursor


From: Michal Maruška
Subject: Re: Blinking cursor
Date: 22 Feb 2002 06:55:33 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

G Anna <drguruolai@eth.net> writes:

> I have downloaded and installed GNU Emacs 21.1.1.  By default, the
> cursor is blinking.  Could anyone tell me how to stop the cursor from
> blinking?

i use:
(blink-cursor-mode -1)


BTW: these are my other migration-patches for e.21
(setq next-line-add-newlines 't)
(setq default-truncate-lines nil)
(add-hook 'comint-mode-hook
          (lambda ()
            ;; it is already buffer-local !
            (setq next-line-add-newlines 't)
            ))



reply via email to

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