From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Two questions about thumbs.el Date: Tue, 27 Apr 2004 12:29:16 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040426104147.5042.JMBARRANQUERO@wke.es> <20040426184621.1D6B.LEKTU@mi.madritel.es> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1083085596 29784 80.91.224.253 (27 Apr 2004 17:06:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2004 17:06:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Apr 27 19:06:25 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIW2L-0007MN-00 for ; Tue, 27 Apr 2004 19:06:25 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIW2L-0001oI-00 for ; Tue, 27 Apr 2004 19:06:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIVsd-00038L-9t for emacs-devel@quimby.gnus.org; Tue, 27 Apr 2004 12:56:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIVsY-00037z-FB for emacs-devel@gnu.org; Tue, 27 Apr 2004 12:56:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIVs2-00030k-Ik for emacs-devel@gnu.org; Tue, 27 Apr 2004 12:56:17 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIVUQ-0005es-9w for emacs-devel@gnu.org; Tue, 27 Apr 2004 12:31:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1BIVSO-0004eb-S3; Tue, 27 Apr 2004 12:29:16 -0400 Original-To: Juanma Barranquero In-reply-to: <20040426184621.1D6B.LEKTU@mi.madritel.es> (message from Juanma Barranquero on Mon, 26 Apr 2004 18:58:05 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22253 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22253 time-less-p, time-subtract, time-add, time-to-days, time-to-day-in-year and date-leap-year-p are all documented on the *Time Calculations* node of the Emacs Lisp manual. It feels a bit weird to have one on subr.el and the rest on calendar/time-date.el If time-less-p is used more often, it may be worth putting in subr.el. But autoloading time-date.el will work too. So another solution is simply for the other packages to use time-less-p, with no other change.