emacs-devel
[Top][All Lists]
Advanced

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

hourglass atimer suppression on ttys


From: Thien-Thi Nguyen
Subject: hourglass atimer suppression on ttys
Date: Wed, 04 May 2005 22:52:32 +0200

any objections to the following?  is not the glass tty
enough of an hour-defining silicon-based measure of time?
why interrupt w/ this when one could interrupt w/ that?

thi


*** xfns.c      18 Mar 2005 21:20:29 -0000      1.637
--- xfns.c      4 May 2005 21:14:15 -0000
***************
*** 4384,4389 ****
--- 4384,4393 ----
    EMACS_TIME delay;
    int secs, usecs = 0;
  
+   /* Don't bother for ttys.  */
+   if (NILP (Vwindow_system))
+     return;
+ 
    cancel_hourglass ();
  
    if (INTEGERP (Vhourglass_delay)




reply via email to

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