emacs-devel
[Top][All Lists]
Advanced

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

Re: Broken timers (handle_alarm_signal is never called)?


From: Eli Zaretskii
Subject: Re: Broken timers (handle_alarm_signal is never called)?
Date: Fri, 25 Jul 2014 21:48:06 +0300

> Date: Fri, 25 Jul 2014 19:28:52 +0400
> From: Dmitry Antipov <address@hidden>
> Cc: address@hidden, address@hidden
> 
>  > Btw, we don't call start_hourglass when a keyboard macro is being executed
> 
> IIUC we do it immediately before starting macro.

I just tried to interpret this code from keyboard.c:

  #ifdef HAVE_WINDOW_SYSTEM
              ptrdiff_t scount = SPECPDL_INDEX ();

              if (display_hourglass_p
                  && NILP (Vexecuting_kbd_macro))
                {    ^^^^^^^^^^^^^^^^^^^^^^^^^^
                  record_unwind_protect_void (cancel_hourglass);
                  start_hourglass ();
                }
  #endif



reply via email to

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