From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: thumbs directory Date: Thu, 03 Nov 2005 09:24:03 +0100 Message-ID: References: <87ll0bbr8w.fsf@stupidchicken.com> <87zmoqtvyf.fsf@jurta.org> <874q6wu5yo.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1131009371 7345 80.91.229.2 (3 Nov 2005 09:16:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2005 09:16:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 03 10:16:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXbCD-0000FB-Lx for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 10:15:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXbCC-0000fK-2H for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2005 04:15:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXaQj-0004an-FK for emacs-devel@gnu.org; Thu, 03 Nov 2005 03:26:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXaQe-0004Zd-He for emacs-devel@gnu.org; Thu, 03 Nov 2005 03:26:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXaQc-0004ZO-5Q for emacs-devel@gnu.org; Thu, 03 Nov 2005 03:26:34 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EXaQc-0005jg-4P for emacs-devel@gnu.org; Thu, 03 Nov 2005 03:26:34 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EXaP2-0004pc-7e for emacs-devel@gnu.org; Thu, 03 Nov 2005 09:24:56 +0100 Original-Received: from user.ifsab.se ([193.41.170.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2005 09:24:56 +0100 Original-Received: from brakjoller by user.ifsab.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2005 09:24:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: user.ifsab.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:cbyMDh9caUZzrULxppP5vkSur8E= 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:45344 Archived-At: storm@cua.dk (Kim F. Storm) writes: > If the plan is to include tumme.el in 22.1, it's about time to put it > into CVS, so it can receive some review and testing before release!! > > That also gives us a chance to compare it with thumbs.el "heads up". In my opinion, tumme.el has enough features and works well enough to replace thumbs.el, but it needs "peer review". As I wrote earlier, there is a list of todos and some of the todos are about merging things from thumbs.el into tumme.el. I have also gotten some requests on the user interface, that it needs some simple-to-use commands in order to get it up and running more easily. I would not have any problems including it in CVS right now but I don't know what others think. Richard seems to want that we wait until more of the todos are fixed, but I might have misinterpreted him. Elisp-wise, the code passes both a byte-compile and checkdoc, although that does not say anything about bugs, of course :)