From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Two questions about thumbs.el Date: Mon, 24 May 2004 16:32:23 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040524162532.9B03.JMBARRANQUERO@wke.es> References: <20040426104147.5042.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085421652 2332 80.91.224.253 (24 May 2004 18:00:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 18:00:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 24 20:00:45 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 1BSJkj-00028p-00 for ; Mon, 24 May 2004 20:00:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSJki-0007tk-00 for ; Mon, 24 May 2004 20:00:45 +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 1BSGb1-0001D8-DR for emacs-devel@quimby.gnus.org; Mon, 24 May 2004 10:38:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSGWA-0000DB-8F for emacs-devel@gnu.org; Mon, 24 May 2004 10:33:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSGVd-0008VK-QS for emacs-devel@gnu.org; Mon, 24 May 2004 10:33:28 -0400 Original-Received: from [62.22.181.117] (helo=idefix.laley.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSGV8-0008Mz-2i; Mon, 24 May 2004 10:32:26 -0400 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by idefix.laley.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id K4TSG08V; Mon, 24 May 2004 16:31:55 +0200 Original-To: Richard Stallman In-Reply-To: X-Mailer: Becky! ver. 2.08.01 [en] 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:23894 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23894 On Mon, 24 May 2004 10:08:11 -0400 Richard Stallman wrote: > 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.) About a month ago I modified timeclock, pcomplete, thumbs and autoload to use (but not define) time-less-p. In fact, pcomplete didn't even use/need it, so I just removed the definition of pcomplete-time-less-p. speedbar, eshell and tramp I didn't touch because they have also an independent life outside Emacs and it's better if the maintainers decide. Juanma