From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: thumbs.el and transparency Date: Fri, 10 Feb 2006 18:02:34 -0500 Message-ID: References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <878xspwnjm.fsf@jurta.org> <87slqvfobk.fsf@jurta.org> <87d5hy43b6.fsf@jurta.org> <87u0b8lwhw.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139612755 16750 80.91.229.6 (10 Feb 2006 23:05:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2006 23:05:55 +0000 (UTC) Cc: emacs-devel@gnu.org, brakjoller@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 11 00:05:48 2006 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1F7hKl-0002wz-00 for ; Sat, 11 Feb 2006 00:05:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7hKk-00077r-BA for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 18:05:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7hHl-0005nA-Pi for emacs-devel@gnu.org; Fri, 10 Feb 2006 18:02:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7hHi-0005lN-OT for emacs-devel@gnu.org; Fri, 10 Feb 2006 18:02:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7hHh-0005l9-Un for emacs-devel@gnu.org; Fri, 10 Feb 2006 18:02:38 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7hLZ-0000P5-3K for emacs-devel@gnu.org; Fri, 10 Feb 2006 18:06:37 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F7hHe-0007Sn-6t; Fri, 10 Feb 2006 18:02:34 -0500 Original-To: Juri Linkov In-reply-to: <87u0b8lwhw.fsf@jurta.org> (message from Juri Linkov on Thu, 09 Feb 2006 19:29:55 +0200) 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:50333 Archived-At: Since there are two thumbnail packages in Emacs, it would be double effort to contribute to both. What do you think about idea to move the basic things (like creation of thumbnail files to the same directory) to thumbs.el, and leaving in tumme.el only advanced functionality? Do you mean, make tumme.el use thumbs.el for the simple stuff? In theory, that is ok, but I don't know whether it is convenient. And some of the low-level code in thumbs.el needs work.