From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Almer S. Tigelaar" Newsgroups: gmane.emacs.bugs Subject: Zone Date: Wed, 12 Jun 2002 09:58:39 +0200 (CEST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <64837.194.151.83.211.1023868719.squirrel@webmail.tigelaar.dhs.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1023868825 6207 127.0.0.1 (12 Jun 2002 08:00:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2002 08:00:25 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17I33I-0001by-00 for ; Wed, 12 Jun 2002 10:00:24 +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 17I33A-0001IO-00; Wed, 12 Jun 2002 04:00:16 -0400 Original-Received: from [217.170.4.129] (helo=lisa.iangroup.nl) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17I31b-0001Cx-00 for ; Wed, 12 Jun 2002 03:58:40 -0400 Original-Received: from localhost ([127.0.0.1] helo=tigelaar.dhs.org) by lisa.iangroup.nl with smtp (Exim 3.36 #1) id 17I31b-0004up-00 for bug-gnu-emacs@gnu.org; Wed, 12 Jun 2002 09:58:39 +0200 Original-Received: from 194.151.83.211 (SquirrelMail authenticated user almer@tigelaar.dhs.org) by webmail.tigelaar.dhs.org with HTTP; Wed, 12 Jun 2002 09:58:39 +0200 (CEST) Original-To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.6) 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:1953 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1953 Dear maintainers of my favourite editor, Using : GNU Emacs 21.1.1 (i386-msvc-nt5.0.2195) of 2002-03-19 on buffy Description : 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. Remarks: The "run-with-idle-timer" function does not exhibit this malfunction which suggests that the problem lies within the zone package itself. Yours sincerely, Almer S. Tigelaar