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: Wed, 08 Feb 2006 16:27:24 +0100 Message-ID: References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <878xspwnjm.fsf@jurta.org> <87slqvfobk.fsf@jurta.org> <87d5hy43b6.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 1139429765 21112 80.91.229.2 (8 Feb 2006 20:16:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2006 20:16:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 21:16:02 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 1F6viy-0005S0-VR for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 21:15:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6viy-0003Qn-H8 for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 15:15:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6s6g-0008De-2j for emacs-devel@gnu.org; Wed, 08 Feb 2006 11:23:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6rQl-0000h5-Vb for emacs-devel@gnu.org; Wed, 08 Feb 2006 10:42:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6rGh-00073s-SG for emacs-devel@gnu.org; Wed, 08 Feb 2006 10:30:09 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F6rK3-000615-12 for emacs-devel@gnu.org; Wed, 08 Feb 2006 10:33:35 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.52) id 1F6rFo-0004gJ-VM for emacs-devel@gnu.org; Wed, 08 Feb 2006 10:29:13 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F6rE3-00056u-9E for emacs-devel@gnu.org; Wed, 08 Feb 2006 16:27:23 +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 ; Wed, 08 Feb 2006 16:27:23 +0100 Original-Received: from brakjoller by user.ifsab.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Feb 2006 16:27:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 27 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:buc1K5YsFw1oR7Pl5AmFWLZBqR8= 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:50209 Archived-At: Juri Linkov writes: >>> But then it does not work for you even now, i.e. after invoking >>> `tumme-display-thumbs' you should wait the same amount of time. >> >> Yes, but I never try to display the thumbnails of all 3000+ image >> files. > > Just as now you can mark files in dired to display thumbnails in > a separate window, you can mark files in dired to display their > thumbnails in the same dired buffer with a simple piece of code: > > (dired-map-over-marks > (put-image (create-image (my-make-thumbnail (dired-get-filename t))) > (dired-move-to-filename)) nil) > > where `my-make-thumbnail' is a function I posted earlier for creating > thumbnails according to the Thumbnail Managing Standard. Yes, of course. I was not saying that it was a dead end, I was just saying that the exact "hack" to iimage did not suit my way of working. I will try out this code eventually. For now, tumme will have to grow in the pace I have the time to feed it new stuff. Of course, anyone can contribute as long as it does not break... :) /Mathias