From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: D. Goel Newsgroups: gmane.emacs.devel Subject: Re: idledo.el v. 0.3 Date: 23 Oct 2002 19:51:55 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <877kg8btno.fsf@computer.localdomain> References: <87wuobakqz.fsf@computer.localdomain> <5xfzuyqbxo.fsf@kfs2.cua.dk> <874rbduxdf.fsf@computer.localdomain> <5xbs5ljj6s.fsf@kfs2.cua.dk> <87u1jcq1ex.fsf@computer.localdomain> <5xy98ozpfj.fsf@kfs2.cua.dk> <87bs5kbuzm.fsf@computer.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035417286 28312 80.91.224.249 (23 Oct 2002 23:54:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 23:54:46 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 184VKn-0007MV-00 for ; Thu, 24 Oct 2002 01:54:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 184VMi-0004Xi-00 for ; Thu, 24 Oct 2002 01:56:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184VJK-0005Qa-00; Wed, 23 Oct 2002 19:53:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 184VIM-00049i-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 19:52:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 184VII-00041L-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 19:52:12 -0400 Original-Received: from 24-197-159-102.charterga.net ([24.197.159.102] helo=computer) by monty-python.gnu.org with esmtp (Exim 4.10) id 184VIH-0003zp-00 for emacs-devel@gnu.org; Wed, 23 Oct 2002 19:52:09 -0400 Original-Received: from deego by computer with local (Exim 3.36 #1 (Debian)) id 184VIE-0001Pf-00; Wed, 23 Oct 2002 19:52:06 -0400 Original-To: storm@cua.dk (Kim F. Storm) X-Face: "p/v9J8=S2*s}DfZ-:.li?No&/cFtNt5?~xJBn1&M!s7;LkMg[q@o*COk:?QGvQVt,-34q7 ,Bn-_uph,+$dkf8HOP==kgg:o7;Y,+F/3wC_{YqPteeqTjs+Ey=V%n^|gWVbO(VCMt/s^RWLpl#= In-Reply-To: <87bs5kbuzm.fsf@computer.localdomain> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:8707 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8707 D. Goel writes: > > or that: > (2) > If REPEAT is t, do the action each time Emacs has been idle for > exactly SECS seconds (that is, only once for each time Emacs becomes idle). > > If REPEAT is a number, do the action each time Emacs has been idle Err... do the *subsequent* action.. (because the very first action takes place after SECS seocnds, of course..)