[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent keyboard changes breaks quitting
From: |
Eli Zaretskii |
Subject: |
Re: Recent keyboard changes breaks quitting |
Date: |
Sat, 22 Sep 2012 22:27:55 +0300 |
> From: Chong Yidong <address@hidden>
> Date: Sun, 23 Sep 2012 01:35:31 +0800
> Cc: address@hidden
>
> Interestingly, the bug disappears if I remove Fcopy_sequence from
>
> idle_timers = Fcopy_sequence (Vtimer_idle_list);
Is it possible that the call to timer-event-handler, which modifies
the timer (via cancel-timer-internal) and the timer list, interacts
badly with the copied timer list, because Fcopy_alist doesn't copy the
list elements? If so, perhaps making a deep copy of the list will fix
the problem?
- Re: Recent keyboard changes breaks quitting, (continued)
- Re: Recent keyboard changes breaks quitting, Chong Yidong, 2012/09/22
- Re: Recent keyboard changes breaks quitting, Jan Djärv, 2012/09/22
- Re: Recent keyboard changes breaks quitting, Chong Yidong, 2012/09/22
- Re: Recent keyboard changes breaks quitting, Eli Zaretskii, 2012/09/22
- Re: Recent keyboard changes breaks quitting, Eli Zaretskii, 2012/09/22
- Re: Recent keyboard changes breaks quitting, Chong Yidong, 2012/09/22
- Re: Recent keyboard changes breaks quitting, Eli Zaretskii, 2012/09/23
- Re: Recent keyboard changes breaks quitting, Chong Yidong, 2012/09/23
- Re: Recent keyboard changes breaks quitting, Chong Yidong, 2012/09/23
- Re: Recent keyboard changes breaks quitting, Eli Zaretskii, 2012/09/23
- Re: Recent keyboard changes breaks quitting,
Eli Zaretskii <=