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.el and transparency Date: Sun, 29 Jan 2006 23:35:24 +0100 Message-ID: References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <87y814vhxj.fsf@jurta.org> <17367.17105.271024.157799@kahikatea.snap.net.nz> <17369.17978.521026.397616@kahikatea.snap.net.nz> <17369.59246.383626.699005@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138574709 15578 80.91.229.2 (29 Jan 2006 22:45:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Jan 2006 22:45:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 29 23:45:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3LIB-0005ba-SM for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2006 23:45:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3LK0-00012t-HL for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2006 17:47:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3LGb-0007yf-Ax for emacs-devel@gnu.org; Sun, 29 Jan 2006 17:43:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3LGW-0007wC-GY for emacs-devel@gnu.org; Sun, 29 Jan 2006 17:43:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3LGV-0007vO-B7 for emacs-devel@gnu.org; Sun, 29 Jan 2006 17:43:23 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F3LEh-0004dI-Ef for emacs-devel@gnu.org; Sun, 29 Jan 2006 17:41:31 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1F3LDQ-0004Xe-Vg for emacs-devel@gnu.org; Sun, 29 Jan 2006 23:40:12 +0100 Original-Received: from 1-1-3-38a.gml.gbg.bostream.se ([82.182.110.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jan 2006 23:40:12 +0100 Original-Received: from brakjoller by 1-1-3-38a.gml.gbg.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jan 2006 23:40:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-38a.gml.gbg.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:aWnB7WdF4uVUlmIer3SUlQ023I8= 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:49717 Archived-At: Miles Bader writes: > How hard would it be to have it do the thumb-ification in the > background, so that it wouldn't really matter if there were many > image files (the user would see them being added, and could use > those that were available)? This is the way many image browsing > programs work, and it's a very nice way of dealing with the delay of > thumb-conversion. I don't know how hard that would be. Richard wanted it too so it is on tumme's todo-list. I have currently no idea on how to do it, but I saw a later post with some ideas, which I will look into.