From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: No atimers? Date: Tue, 16 Jul 2002 07:29:05 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200207161329.g6GDT5S22001@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026826278 21863 127.0.0.1 (16 Jul 2002 13:31:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 13:31:18 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17USQ9-0005gW-00 for ; Tue, 16 Jul 2002 15:31:17 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17USb6-000704-00 for ; Tue, 16 Jul 2002 15:42:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17USQ2-0004KY-00; Tue, 16 Jul 2002 09:31:10 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17USO2-00046J-00; Tue, 16 Jul 2002 09:29:06 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g6GDT7B02393; Tue, 16 Jul 2002 07:29:07 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g6GDT5S22001; Tue, 16 Jul 2002 07:29:05 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5786 Before debugging why my change in eval.c made the hourglass pointer stop working, I decided to observe the bug. I discovered that the hourglass pointer doesn't work for me at all. start_atimer is called, and set_alarm seems to call setitimer with the right arguments, but alarm_signal_handler is never called. Does anyone else using GNU/Linux observe the hourglass pointer to work? Does it work on any system?