From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: alias time-to-seconds to float-time Date: Tue, 01 Sep 2009 23:32:47 -0400 Message-ID: References: <5e3a506e0908262133y5ecbff5fme2c0aa47889484ca@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251862874 25049 80.91.229.12 (2 Sep 2009 03:41:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2009 03:41:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nathaniel Flath Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 02 05:41:07 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MigiZ-0008F3-LI for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2009 05:41:07 +0200 Original-Received: from localhost ([127.0.0.1]:56787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MigiZ-0001H1-3M for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2009 23:41:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MighO-0000vu-P3 for emacs-devel@gnu.org; Tue, 01 Sep 2009 23:39:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MighK-0000uy-Tw for emacs-devel@gnu.org; Tue, 01 Sep 2009 23:39:54 -0400 Original-Received: from [199.232.76.173] (port=40829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MighK-0000uv-L9 for emacs-devel@gnu.org; Tue, 01 Sep 2009 23:39:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54169) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MighK-0007CB-Ej for emacs-devel@gnu.org; Tue, 01 Sep 2009 23:39:50 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MigaV-00028u-68; Tue, 01 Sep 2009 23:32:47 -0400 X-Spook: Bruxelles Janet Reno MD2 AMW 9705 Samford Road AIEWS X-Ran: !Q{}xAJkl:.&w`omDv-dfzGbtvb_Ng<.v!z+krmGSf;qh(2d;.Kw?JBp0-!4ZlQu8"=ydi X-Hue: green X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114976 Archived-At: Nathaniel Flath wrote: > Should time-to-seconds just be aliased to float-time? I installed something along these lines.