emacs-devel
[Top][All Lists]
Advanced

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

Re: Nested sit-for's


From: Chong Yidong
Subject: Re: Nested sit-for's
Date: Thu, 17 Aug 2006 18:42:35 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>> I don't know if it is related, but from time to time (at least a few
>>> times daily), the cursor disappears, and doesn't return until I
>>> do "something" (e.g. click the mouse or type a key).
>>>
>>> I use blinking cursor, but when this happens, it typically seems to
>>> happen immediately after some event that updates part of the screen
>>> (like buffer switching), i.e. not as an effect of first showing the
>>> cursor and then "blinking it off".

Another possible thing to check is whether the cursor is simply not
being drawn, or simply not being updated.  Maybe this might help?

  (setq blink-cursor-alist (list (cons t 'hollow)))




reply via email to

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