From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: sleep-for documentation and how to pause reliably Date: Fri, 15 Feb 2013 11:11:43 -0500 Message-ID: References: <83mwv6szif.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1360944736 15770 80.91.229.3 (15 Feb 2013 16:12:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2013 16:12:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 15 17:12:37 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U6Ntp-0006SL-Ne for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 17:12:33 +0100 Original-Received: from localhost ([::1]:48191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6NtV-0006dn-SD for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 11:12:13 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6NtN-0006cg-1l for emacs-devel@gnu.org; Fri, 15 Feb 2013 11:12:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6NtH-0004l9-4Y for emacs-devel@gnu.org; Fri, 15 Feb 2013 11:12:04 -0500 Original-Received: from relais.videotron.ca ([24.201.245.36]:38070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Nt2-0004hj-VJ; Fri, 15 Feb 2013 11:11:45 -0500 Original-Received: from ceviche.home ([24.201.208.110]) by VL-VM-MR005.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0MI900GQORNK8DL0@VL-VM-MR005.ip.videotron.ca>; Fri, 15 Feb 2013 11:11:44 -0500 (EST) Original-Received: by ceviche.home (Postfix, from userid 20848) id D97E366109; Fri, 15 Feb 2013 11:11:43 -0500 (EST) In-reply-to: <83mwv6szif.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 24.201.245.36 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157053 Archived-At: > However, in fact, sleep-for will return as soon as any input from any > subprocess arrives. That'd be a bug. Stefan