From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: No atimers? Date: Tue, 16 Jul 2002 18:50:17 +0000 (UTC) Sender: emacs-devel-admin@gnu.org Message-ID: References: <200207161329.g6GDT5S22001@aztec.santafe.edu> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026845636 19311 127.0.0.1 (16 Jul 2002 18:53:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 18:53:56 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17UXSM-00051M-00 for ; Tue, 16 Jul 2002 20:53:54 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17UXdP-0005zX-00 for ; Tue, 16 Jul 2002 21:05:19 +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 17UXPt-0001jy-00; Tue, 16 Jul 2002 14:51:21 -0400 Original-Received: from megalith.rattlesnake.com ([140.186.114.245] helo=localhost) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UXP8-0001hS-00; Tue, 16 Jul 2002 14:50:34 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Tue, 16 Jul 2002 18:50:17 +0000 (UTC) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE 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:5803 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5803 Using the above test, the mouse pointer changes after something like half a second. I use "make bootstrap". Not sure if that is relevant. There is no difference whether I use "make bootstrap" or "make recompile". In both circumstances, the mouse pointer -- does NOT change when I turn off blink-cursor-mode and -- DOES change when I set blink-cursor-mode to t (i.e., the cursor blinks). Here are the commands I use. Note that in all cases, CC=gcc-3.0 and # gcc-3.0 --version 3.0.4 ;; --------------------------------- ;; for make recompile (in an Emacs owned by a non-privileged user) (progn (cd "/usr/local/src/emacs/") (compile "time make && cd lisp && \ time CC=gcc-3.0 make recompile EMACS=/usr/local/src/emacs/src/emacs")) ;; for install (in an Emacs owned by root) (progn (cd "/usr/local/src/emacs/") (compile "CC=gcc-3.0 time make install")) ;; --------------------------------- ;; for make boostrap (in an Emacs owned by a non-privileged user) (progn (cd "/usr/local/src/emacs/") (compile "./configure --with-type1 --prefix=/usr/local --with-sound=yes \ && CC=gcc-3.0 time make bootstrap")) ;; for install (in an Emacs owned by root) ;; (same expression as for `make recompile' install) (progn (cd "/usr/local/src/emacs/") (compile "CC=gcc-3.0 time make install")) ;; --------------------------------- Here is the configuration info (same as my earlier report): today's Debian woody GNU/Linux system, updated 2002 Jul 16 16:04 UTC; using today's GNU Emacs CVS snapshot of 2002 Jul 16 15:53 UTC, GNU Emacs 21.3.50.104 (i686-pc-linux-gnu, X toolkit). -- Robert J. Chassell bob@rattlesnake.com Rattlesnake Enterprises http://www.rattlesnake.com