From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.bugs Subject: Re: Zone Date: 12 Jun 2002 17:03:08 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <64837.194.151.83.211.1023868719.squirrel@webmail.tigelaar.dhs.org> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023915976 22261 127.0.0.1 (12 Jun 2002 21:06:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2002 21:06:16 +0000 (UTC) Cc: Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17IFJo-0005mw-00 for ; Wed, 12 Jun 2002 23:06:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IFJh-0006O2-00; Wed, 12 Jun 2002 17:06:09 -0400 Original-Received: from colo.agora-net.com ([207.245.85.68]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IFGw-0006I7-00 for ; Wed, 12 Jun 2002 17:03:19 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 17IFGm-0001He-00; Wed, 12 Jun 2002 17:03:08 -0400 Original-To: "Almer S. Tigelaar" In-Reply-To: "Almer S. Tigelaar"'s message of "Wed, 12 Jun 2002 09:58:39 +0200 (CEST)" Original-Lines: 23 X-Mailer: Gnus v5.7/Emacs 20.7 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1976 "Almer S. Tigelaar" writes: Using : GNU Emacs 21.1.1 (i386-msvc-nt5.0.2195) of 2002-03-19 on buffy I noticed an error in the "zone" package, it seems that the argument to "zone-when-idle" is not in seconds but in 1/10ths of a second. Reproduction: try "M-x zone-when-idle 180" Sit back and don't touch anything, notice that it zones out after 18 seconds, not 180 as the documentation suggests. i don't have access to that platform to try to debug this. The "run-with-idle-timer" function does not exhibit this malfunction which suggests that the problem lies within the zone package itself. this may be true but it's difficult to tell from the information given. i suggest trying a more recent emacs. if the problem persists, could you write a small test case using run-with-idle-timer and describe its behavior more precisely? thi