unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* hourglass atimer suppression on ttys
@ 2005-05-04 20:52 Thien-Thi Nguyen
  0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2005-05-04 20:52 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-04 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-04 20:52 hourglass atimer suppression on ttys Thien-Thi Nguyen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).