X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:subject:from:to:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=Wih
	uXnNh1AKlxBJYa+srNsH3rx5x8OY01F96qrmBw7ZJyTZMX14IjlZEOaLBd24/s/n
	upqN7WMJJxvmblzWhjsefb1D1PgZrFdNYxakxhKDOFwArpyoGG1IIZwFQWPEVZMe
	DE78DwCgbN01zQ+5gKjGo3KvSecCltIzI7k/KEhk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:subject:from:to:mime-version
	:content-type:content-transfer-encoding; s=default; bh=4uvgytyYS
	LnTYflsk4pD8kJy24o=; b=HlmtnxQ0qAs/R6B2FVQSoX7CihNe1L4XcUdnumGdP
	mjSPdxRNtGGyKc9bNs8HYXZCWo2gEcWOuQzG2gcoFl2IwDEDvi0sbRoI3iAZEpyj
	bxufTnfYAsxcM7G/oev7lLz+DyXFkfQWURQ9PRKyJ4mn+FfcPDuY6hnhQ+r1K6eE
	hE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-yh0-f41.google.com
X-Received: by 10.236.135.197 with SMTP id u45mr8564459yhi.150.1400630279379;        Tue, 20 May 2014 16:57:59 -0700 (PDT)
Message-ID: <537bec06.6926ec0a.5737.68db@mx.google.com>
Date: Tue, 20 May 2014 19:57:56 -0400
Subject: emacs oddity
From: Max Polk <maxpolk@gmail.com>
To: Cygwin list <cygwin@cygwin.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id s4KNwDwA016502

I've been noticing the background timer giving odd messages from emacs-w32 once in a while such as the following when not touching the keyboard and the editor is idle.:

seconds-to-time: Arithmetic range error: "round", -0.0e+NaN 
seconds-to-time: Arithmetic range error: "round", 0.0

The stack dump of a recent emacs crash report on this list seemed to be in background timer code.  Maybe we found something.

