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: Mon, 24 May 2004 10:08:11 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040426104147.5042.JMBARRANQUERO@wke.es> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085425045 11470 80.91.224.253 (24 May 2004 18:57:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 18:57:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 24 20:57:09 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 1BSKdI-0006y7-00 for ; Mon, 24 May 2004 20:57:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSKdI-0000gk-00 for ; Mon, 24 May 2004 20:57:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSIBS-0002Mo-LN for emacs-devel@quimby.gnus.org; Mon, 24 May 2004 12:20:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSHPL-0001bz-Th for emacs-devel@gnu.org; Mon, 24 May 2004 11:30:32 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSGKi-0006XD-LS for emacs-devel@gnu.org; Mon, 24 May 2004 10:22:11 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSG7l-0004CM-UU for emacs-devel@gnu.org; Mon, 24 May 2004 10:08:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BSG7f-0007KF-Ny; Mon, 24 May 2004 10:08:11 -0400 Original-To: Juanma Barranquero In-reply-to: <20040426104147.5042.JMBARRANQUERO@wke.es> (message from Juanma Barranquero on Mon, 26 Apr 2004 15:31:02 +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:23899 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23899 Third question (yeah, I lied on the subject): There are at least eight versions of the time-less-p code: calendar/time-date: time-less-p calendar/timeclock: timeclock-time-less-p pcomplete: pcomplete-time-less-p speedbar: speedbar-check-obj-this-line (fragment) thumbs: time-less-p autoload: autoload-before-p eshell/esh-util: eshell-time-less-p net/tramp-smb: tramp-smb-time-less-p (fragment) calendar/time-date.elc is meant as a file of utilities precisely for the use of such facilities. So let's convert them all to use time-less-p. (I already eliminated the copy from thumbs.el, though I haven't installed those changes yet.)