emacs-devel
[Top][All Lists]
Advanced

[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?



reply via email to

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