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: idle-timer clock gets reset upon subprocess output. Date: 04 Jul 2002 02:15:34 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200206271645.g5RGjDe14058@santafe.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025764694 7639 127.0.0.1 (4 Jul 2002 06:38:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2002 06:38:14 +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.33 #1 (Debian)) id 17Q0Fq-0001z6-00 for ; Thu, 04 Jul 2002 08:38:14 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Q0Li-0008Jt-00 for ; Thu, 04 Jul 2002 08:44:18 +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 17Q05F-0005a9-00; Thu, 04 Jul 2002 02:27:17 -0400 Original-Received: from ipr-mail.umd.edu ([128.8.86.132]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Pztw-0004ot-00; Thu, 04 Jul 2002 02:15:36 -0400 Original-Received: from poynting.umd.edu (root@poynting.umd.edu [128.8.86.100]) by ipr-mail.umd.edu (8.9.3/8.9.3) with ESMTP id CAA28265; Thu, 4 Jul 2002 02:15:35 -0400 (EDT) Original-Received: from poynting.umd.edu (sendmail@localhost [127.0.0.1]) by poynting.umd.edu (8.9.3/8.9.3) with SMTP id CAA20380; Thu, 4 Jul 2002 02:15:35 -0400 (EDT) Original-Received: (from deego@localhost) by poynting.umd.edu (8.9.3/8.9.3) id CAA21030; Thu, 4 Jul 2002 02:15:34 -0400 (EDT) X-Authentication-Warning: poynting.umd.edu: deego set sender to deego@glue.umd.edu using -f Original-To: rms@gnu.org In-Reply-To: <200206271645.g5RGjDe14058@santafe.santafe.edu> Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:5440 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5440 Richard Stallman writes: > I think I have fixed it. Please try this fix. Tried. Indeed, The latest CVS from today which has your changes, doesn't seem to have this bug, and the example i had submitted returned in 7 seconds as it should. thanks for the fix.