From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: thumbs.el and transparency Date: Wed, 08 Feb 2006 11:17:48 +0200 Organization: JURTA Message-ID: <87d5hy43b6.fsf@jurta.org> References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <878xspwnjm.fsf@jurta.org> <87slqvfobk.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 1139407360 22375 80.91.229.2 (8 Feb 2006 14:02:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2006 14:02:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 15:02:35 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 1F6ptV-0000No-FR for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 15:02:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6pSu-000643-Ce for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 08:34:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6mj3-0005Qe-8A for emacs-devel@gnu.org; Wed, 08 Feb 2006 05:39:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6mcd-0003EG-9Q for emacs-devel@gnu.org; Wed, 08 Feb 2006 05:33:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6mYV-0002Hg-Qa for emacs-devel@gnu.org; Wed, 08 Feb 2006 05:28:12 -0500 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6mbn-0005aU-RC for emacs-devel@gnu.org; Wed, 08 Feb 2006 05:31:36 -0500 Original-Received: from mail.neti.ee (80-235-40-102-dsl.mus.estpak.ee [80.235.40.102]) by Relayhost1.neti.ee (Postfix) with ESMTP id 0FE426125; Wed, 8 Feb 2006 12:28:08 +0200 (EET) Original-To: Mathias Dahl In-Reply-To: (Mathias Dahl's message of "Tue, 07 Feb 2006 18:46:17 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:50203 Archived-At: >>> Okay okay, sorry for not being precise enough, it does not work as it >>> is *now*, for me. I'd be happy to add some more advanced way of >>> handling this, later. >> >> 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. -- Juri Linkov http://www.jurta.org/emacs/