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 13:21:42 -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".

If this is true, maybe it is a redisplay bug.

Could you try interrupting Emacs through gdb when this occurs, and
inspecting Vtimer_list to see if the `blink-cursor-timer-function'
timer is still active?

Another avenue of investigation is to add (redisplay) to
`blink-cursor-timer-function'.  If that stops the problem, that means
there is a redisplay bug.

I have unfortunately been unable to reproduce this bug.




reply via email to

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