[Top][All Lists]
[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.
- Nested sit-for's, Kim F. Storm, 2006/08/16
- Re: Nested sit-for's, Chong Yidong, 2006/08/16
- Re: Nested sit-for's, Richard Stallman, 2006/08/17
- Re: Nested sit-for's, Kim F. Storm, 2006/08/17
- Re: Nested sit-for's, Chong Yidong, 2006/08/17
- Re: Nested sit-for's, Kim F. Storm, 2006/08/17
- Re: Nested sit-for's,
Chong Yidong <=
- Re: Nested sit-for's, Kim F. Storm, 2006/08/17
- Re: Nested sit-for's, Chong Yidong, 2006/08/17
- Re: Nested sit-for's, martin rudalics, 2006/08/17
- Re: Nested sit-for's, Kim F. Storm, 2006/08/17
- Re: Nested sit-for's, martin rudalics, 2006/08/18
- Re: Nested sit-for's, Kim F. Storm, 2006/08/18
- Re: Nested sit-for's, Chong Yidong, 2006/08/20
- Re: Nested sit-for's, Kim F. Storm, 2006/08/20
- Re: Nested sit-for's, martin rudalics, 2006/08/20
- Re: Nested sit-for's, Kim F. Storm, 2006/08/20