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: Mon, 30 Jan 2006 13:46:06 -0500 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> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138647500 25884 80.91.229.2 (30 Jan 2006 18:58:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2006 18:58:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 19:58:20 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 1F3eCa-0000FP-So for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 19:56:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3eFZ-00019o-7w for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 13:59:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3e6C-0007Q7-Dh for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:50:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3e6B-0007PQ-JT for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3e69-0007P0-KI for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3e4U-0002q7-V1 for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:48:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F3e2Q-0004L1-8V; Mon, 30 Jan 2006 13:46:06 -0500 Original-To: Mathias Dahl In-reply-to: (message from Mathias Dahl on Sun, 29 Jan 2006 17:01:11 +0100) 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:49774 Archived-At: (defun tumme-show-all-from-dir (dir) "Make a preview buffer for all images in DIR and display it. I am having trouble following the code of this--it is quite complex. Does it create a dired buffer? Or does it create something else instead of a dired buffer?