From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14778: 24.3; Woman elapsed time calculation fails. Date: Wed, 03 Jul 2013 12:06:04 -0400 Message-ID: <3wzju3y6fn.fsf@fencepost.gnu.org> References: <8F6E7A3F1455DF43A98EA4F43D80CFF42580B63FFC@MSGRTPCCRC2WIN.DMN1.FMR.COM> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1372867630 30664 80.91.229.3 (3 Jul 2013 16:07:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jul 2013 16:07:10 +0000 (UTC) Cc: 14778@debbugs.gnu.org To: "Greenberg\, Adam" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 03 18:07:10 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1UuPaH-0006Nr-05 for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 18:07:09 +0200 Original-Received: from localhost ([::1]:36716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuPaG-0003kR-GS for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 12:07:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuPaC-0003h8-1q for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2013 12:07:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuPaB-0004JB-0H for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2013 12:07:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuPaA-0004J7-Te for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2013 12:07:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UuPaA-0002KC-65 for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2013 12:07:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Jul 2013 16:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14778 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 14778-submit@debbugs.gnu.org id=B14778.13728675718775 (code B ref 14778); Wed, 03 Jul 2013 16:07:02 +0000 Original-Received: (at 14778) by debbugs.gnu.org; 3 Jul 2013 16:06:11 +0000 Original-Received: from localhost ([127.0.0.1]:55040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UuPZK-0002HS-4q for submit@debbugs.gnu.org; Wed, 03 Jul 2013 12:06:10 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:59500 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UuPZG-0002HJ-Rm for 14778@debbugs.gnu.org; Wed, 03 Jul 2013 12:06:07 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UuPZE-0000KE-Ve; Wed, 03 Jul 2013 12:06:05 -0400 X-Spook: clones CDC Kosovo Kennedy bank cryptographic World Trade X-Ran: z!`qHFjfwndes#vK'L8uw|3WD?8Yw2}a)lL!!)b>'/aIEI:I:by,a-sK)8BE>,zyjz@_;G X-Hue: green X-Attribution: GM In-Reply-To: <8F6E7A3F1455DF43A98EA4F43D80CFF42580B63FFC@MSGRTPCCRC2WIN.DMN1.FMR.COM> (Adam Greenberg's message of "Wed, 3 Jul 2013 08:57:18 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:75855 Archived-At: "Greenberg, Adam" wrote: > Emacs reports this error: Invalid time specification whenever I > execute woman. For example m-x woman hostname (invoke woman to view > the hostname man page). I cannot reproduce this. Does it happen with emacs -Q? > The error occurs in the line: > (setq time (float-time (time-since start-time))) > > The error is that time-since returns the value of a time difference > (already a float value) not a time value. Not for me it doesn't. What does the following return for you: (time-since before-init-time) For me it returns eg (0 123 804775 342000) What does C-h f time-since say? > In GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.9) > of 2013-07-01 on vlelayerdev3